public class OIDListIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Long>
Iterator to traverse all the Sparksee object identifier into a OIDList instance.
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Gets if there are more elements.
|
java.lang.Long |
next()
See nextOID().
|
long |
nextOID()
Gets the next element.
|
void |
remove()
Operation not supported.
|
public long nextOID()
public java.lang.Long next()
next
in interface java.util.Iterator<java.lang.Long>
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Long>
public void remove()
remove
in interface java.util.Iterator<java.lang.Long>