me.prettyprint.cassandra.service.template
Class ColumnFamilyResultIterator
java.lang.Object
me.prettyprint.cassandra.service.template.ColumnFamilyResultIterator
- All Implemented Interfaces:
- Iterator<ColumnFamilyResult<?,?>>
public class ColumnFamilyResultIterator
- extends Object
- implements Iterator<ColumnFamilyResult<?,?>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnFamilyResultIterator
public ColumnFamilyResultIterator(ColumnFamilyResult<?,?> res)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<ColumnFamilyResult<?,?>>
getRes
public ColumnFamilyResult<?,?> getRes()
setRes
public void setRes(ColumnFamilyResult<?,?> res)
next
public ColumnFamilyResult<?,?> next()
- Specified by:
next in interface Iterator<ColumnFamilyResult<?,?>>
remove
public void remove()
- Specified by:
remove in interface Iterator<ColumnFamilyResult<?,?>>
Copyright © 2013. All Rights Reserved.