public class OrientEdgeIterator extends OLazyWrapperIterator<OrientEdge>
autoConvertToRecord, iterator, multiValue, nextElement, nextRecord, size
Constructor and Description |
---|
OrientEdgeIterator(OrientVertex iSourceVertex,
OrientVertex iTargetVertex,
Object iMultiValue,
Iterator<?> iterator,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
String[] iLabels,
int iSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
canUseMultiValueDirectly() |
OrientEdge |
createGraphElement(Object iObject) |
boolean |
filter(OrientEdge iObject) |
getGraphElementRecord, getMultiValue, hasNext, isAutoConvertToRecord, iterator, next, remove, reset, setAutoConvertToRecord, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public OrientEdgeIterator(OrientVertex iSourceVertex, OrientVertex iTargetVertex, Object iMultiValue, Iterator<?> iterator, OPair<com.tinkerpop.blueprints.Direction,String> connection, String[] iLabels, int iSize)
public OrientEdge createGraphElement(Object iObject)
createGraphElement
in class OLazyWrapperIterator<OrientEdge>
public boolean filter(OrientEdge iObject)
filter
in class OLazyWrapperIterator<OrientEdge>
public boolean canUseMultiValueDirectly()
canUseMultiValueDirectly
in class OLazyWrapperIterator<OrientEdge>
Copyright © 2009–2020 OrientDB. All rights reserved.