me.prettyprint.cassandra.service
Class IndexedSlicesIterator<K,N,V>

java.lang.Object
  extended by me.prettyprint.cassandra.service.IndexedSlicesIterator<K,N,V>
All Implemented Interfaces:
Iterator

public class IndexedSlicesIterator<K,N,V>
extends Object
implements Iterator

Author:
thrykol

Constructor Summary
IndexedSlicesIterator(IndexedSlicesQuery<K,N,V> query, K startKey)
           
 
Method Summary
 boolean hasNext()
           
 Row<K,N,V> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedSlicesIterator

public IndexedSlicesIterator(IndexedSlicesQuery<K,N,V> query,
                             K startKey)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Row<K,N,V> next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 2011. All Rights Reserved.