Class OEdgeIterator
java.lang.Object
com.orientechnologies.orient.core.iterator.OLazyWrapperIterator<OEdge>
com.orientechnologies.orient.core.record.impl.OEdgeIterator
- All Implemented Interfaces:
OResettable,OSizeable,OAutoConvertToRecord,Iterable<OEdge>,Iterator<OEdge>
- Author:
- Luigi Dell'Aquila
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.iterator.OLazyWrapperIterator
autoConvertToRecord, iterator, multiValue, nextElement, nextRecord, size -
Constructor Summary
ConstructorsConstructorDescriptionOEdgeIterator(OVertex iSourceVertex, OVertex iTargetVertex, Object iMultiValue, Iterator<?> iterator, OPair<ODirection, String> connection, String[] iLabels, int iSize) OEdgeIterator(OVertex iSourceVertex, Object iMultiValue, Iterator<?> iterator, OPair<ODirection, String> connection, String[] iLabels, int iSize) -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.iterator.OLazyWrapperIterator
getGraphElementRecord, 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
-
OEdgeIterator
-
OEdgeIterator
-
-
Method Details
-
createGraphElement
- Specified by:
createGraphElementin classOLazyWrapperIterator<OEdge>
-
filter
- Specified by:
filterin classOLazyWrapperIterator<OEdge>
-
canUseMultiValueDirectly
public boolean canUseMultiValueDirectly()- Specified by:
canUseMultiValueDirectlyin classOLazyWrapperIterator<OEdge>
-