public class NeoDatisExtent.NeoDatisExtentIterator extends Object implements Iterator
| Constructor and Description |
|---|
NeoDatisExtentIterator(org.neodatis.odb.Objects objects)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Method to return if there is another object in the iterator.
|
Object |
next()
Method to return the next object in the iterator.
|
void |
remove()
Method to remove an object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic NeoDatisExtentIterator(org.neodatis.odb.Objects objects)
objects - The NeoDatis query resultspublic boolean hasNext()
public Object next()
Copyright © 2015. All rights reserved.