@Beta public abstract class AbstractImmutableEntitySet<T> extends Object implements Iterable<T>
Modifier and Type | Field and Description |
---|---|
protected ImmutableSet<T> |
set |
Modifier | Constructor and Description |
---|---|
protected |
AbstractImmutableEntitySet(ImmutableSet<T> set) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(T o) |
boolean |
equals(Object o) |
T |
first() |
Set<T> |
getSet() |
int |
getSize() |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isNotEmpty() |
Iterator<T> |
iterator() |
Stream<T> |
stream() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected final ImmutableSet<T> set
protected AbstractImmutableEntitySet(ImmutableSet<T> set)