public class QueryResult extends java.util.AbstractList<StateServerKey> implements java.util.List<StateServerKey>
DataAccessor.query
operation, returning the list of
StateServerKey
s satisfying the queryConstructor and Description |
---|
QueryResult(StateServerKey[] keys) |
Modifier and Type | Method and Description |
---|---|
StateServerKey |
get(int index) |
int |
size() |
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
public QueryResult(StateServerKey[] keys)
public StateServerKey get(int index)
get
in interface java.util.List<StateServerKey>
get
in class java.util.AbstractList<StateServerKey>
public int size()
size
in interface java.util.Collection<StateServerKey>
size
in interface java.util.List<StateServerKey>
size
in class java.util.AbstractCollection<StateServerKey>