public static class QueryCacheStoreQuery.CachedList extends AbstractList<Object> implements Serializable
modCount
Constructor and Description |
---|
QueryCacheStoreQuery.CachedList(QueryResult res,
boolean proj,
StoreContext ctx) |
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
public QueryCacheStoreQuery.CachedList(QueryResult res, boolean proj, StoreContext ctx)
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-2012 Apache Software Foundation. All Rights Reserved.