Class OrientVertexIterator
java.lang.Object
com.orientechnologies.orient.core.iterator.OLazyWrapperIterator<com.tinkerpop.blueprints.Vertex>
com.tinkerpop.blueprints.impls.orient.OrientVertexIterator
- All Implemented Interfaces:
OResettable,OSizeable,OAutoConvertToRecord,Iterable<com.tinkerpop.blueprints.Vertex>,Iterator<com.tinkerpop.blueprints.Vertex>
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.iterator.OLazyWrapperIterator
autoConvertToRecord, iterator, multiValue, nextElement, nextRecord, size -
Constructor Summary
ConstructorsConstructorDescriptionOrientVertexIterator(OrientVertex orientVertex, Object iMultiValue, Iterator<?> iterator, OPair<com.tinkerpop.blueprints.Direction, String> connection, String[] iLabels, int iSize) -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.tinkerpop.blueprints.VertexcreateGraphElement(Object iObject) booleanfilter(com.tinkerpop.blueprints.Vertex iObject) getGraphElementRecord(Object iObject) Methods inherited from class com.orientechnologies.orient.core.iterator.OLazyWrapperIterator
getMultiValue, hasNext, isAutoConvertToRecord, iterator, next, remove, reset, setAutoConvertToRecord, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
OrientVertexIterator
-
-
Method Details
-
createGraphElement
- Specified by:
createGraphElementin classOLazyWrapperIterator<com.tinkerpop.blueprints.Vertex>
-
getGraphElementRecord
- Overrides:
getGraphElementRecordin classOLazyWrapperIterator<com.tinkerpop.blueprints.Vertex>
-
canUseMultiValueDirectly
public boolean canUseMultiValueDirectly()- Specified by:
canUseMultiValueDirectlyin classOLazyWrapperIterator<com.tinkerpop.blueprints.Vertex>
-
filter
public boolean filter(com.tinkerpop.blueprints.Vertex iObject) - Specified by:
filterin classOLazyWrapperIterator<com.tinkerpop.blueprints.Vertex>
-