public class RemovableRelationIterator<O extends TitanRelation> extends Object implements Iterator<O>
| Constructor and Description |
|---|
RemovableRelationIterator(Iterator<InternalRelation> iter) |
public 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–2014. All rights reserved.