Mobios v0.91

mobios.index
Class Cursor

java.lang.Object
  extended by mobios.index.Cursor
All Implemented Interfaces:
Iterator
Direct Known Subclasses:
VPKNNCursor, VPRangeCursor

public abstract class Cursor
extends Object
implements Iterator

Implements an Iterator, iterating on the results set.

Version:
2006.05.31
Author:
Rui Mao, Willard

Method Summary
 boolean hasNext()
           
 DoubleIndexObjectPair next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

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

next

public DoubleIndexObjectPair next()
Specified by:
next in interface Iterator

remove

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

Mobios v0.91

(C) 2002 - 2006 The MoBIoS Group