@Beta public abstract class AbstractImmutableEntitySet<T> extends Object implements Iterable<T>
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableSet<T> |
set |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractImmutableEntitySet(com.google.common.collect.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, waitforEach, spliteratorprotected final com.google.common.collect.ImmutableSet<T> set
protected AbstractImmutableEntitySet(com.google.common.collect.ImmutableSet<T> set)