public class RemovableRelationIterator<O extends TitanRelation> extends Object implements Iterator<O>
| Constructor and Description |
|---|
RemovableRelationIterator(Iterator<InternalRelation> iter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
O |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RemovableRelationIterator(Iterator<InternalRelation> iter)
public boolean hasNext()
hasNext in interface Iterator<O extends TitanRelation>public O next()
next in interface Iterator<O extends TitanRelation>public void remove()
remove in interface Iterator<O extends TitanRelation>Copyright © 2012–2015. All rights reserved.