public static class QueryCacheStoreQuery.CachedList extends AbstractList<Object> implements Serializable
modCount| Constructor and Description |
|---|
CachedList(QueryResult res,
boolean proj,
StoreContext ctx,
FetchConfiguration fc) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int idx) |
int |
size() |
Object |
writeReplace() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic CachedList(QueryResult res, boolean proj, StoreContext ctx, FetchConfiguration fc)
public Object get(int idx)
public int size()
size in interface Collection<Object>size in interface List<Object>size in class AbstractCollection<Object>public Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionCopyright © 2006–2020 Apache Software Foundation. All rights reserved.