@Beta public abstract class AbstractImmutableEntityList<T> extends Object implements Iterable<T>
Modifier and Type | Field and Description |
---|---|
protected ImmutableList<T> |
list |
Modifier | Constructor and Description |
---|---|
protected |
AbstractImmutableEntityList(ImmutableList<T> list) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(T o) |
boolean |
equals(Object o) |
T |
first() |
T |
get(int index) |
List<T> |
getList() |
int |
getSize() |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isNotEmpty() |
Iterator<T> |
iterator() |
T |
last() |
Stream<T> |
stream() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected final ImmutableList<T> list
protected AbstractImmutableEntityList(ImmutableList<T> list)