public class CassandraResultSet<K> extends ArrayList<CassandraRow<K>>
modCount| Constructor and Description |
|---|
CassandraResultSet() |
| Modifier and Type | Method and Description |
|---|---|
CassandraRow<K> |
getRow(K key) |
void |
putRow(K key,
CassandraRow<K> cassandraRow) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic CassandraRow<K> getRow(K key)
public void putRow(K key, CassandraRow<K> cassandraRow)
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.