public abstract class EntitiesBufferIndexed<E extends Entity> extends ListProxy<E>
| Modifier | Constructor and Description |
|---|---|
protected |
EntitiesBufferIndexed(List<E> entities) |
| Modifier and Type | Method and Description |
|---|---|
EntityList<E> |
calculateIndexes() |
List<E> |
filter(Query<E,?> query) |
Set<Number> |
getKeys() |
Collection<FakePkEntity<Number,E>> |
getValues() |
void |
init(List<E> entities) |
boolean |
isPrimaryKey() |
void |
setPrimaryKey(boolean primaryKey) |
int |
size() |
add, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streampublic int size()
public Collection<FakePkEntity<Number,E>> getValues()
public EntityList<E> calculateIndexes()
public boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey)
Copyright © 2021. All rights reserved.