public class QueryResult extends java.util.AbstractList<StateServerKey> implements java.util.List<StateServerKey>
DataAccessor.query operation, returning the list of
StateServerKeys satisfying the query| Constructor 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, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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>