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