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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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
ObjectStreamException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.