org.apache.openjpa.datacache
public static class QueryCacheStoreQuery.CachedList extends java.util.AbstractList<java.lang.Object> implements java.io.Serializable
| Constructor and Description |
|---|
QueryCacheStoreQuery.CachedList(QueryResult res,
boolean proj,
StoreContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int idx) |
int |
size() |
java.lang.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, toStringpublic QueryCacheStoreQuery.CachedList(QueryResult res, boolean proj, StoreContext ctx)
public java.lang.Object get(int idx)
get in interface java.util.List<java.lang.Object>get in class java.util.AbstractList<java.lang.Object>public int size()
size in interface java.util.Collection<java.lang.Object>size in interface java.util.List<java.lang.Object>size in class java.util.AbstractCollection<java.lang.Object>public java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamException