Class OEmptyIterator<T>
java.lang.Object
com.orientechnologies.orient.core.iterator.OEmptyIterator<T>
- All Implemented Interfaces:
Iterator<T>
Empty iterator against Object.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OEmptyIterator<Object> static final OEmptyIterator<ORID> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
ANY_INSTANCE
-
IDENTIFIABLE_INSTANCE
-
-
Constructor Details
-
OEmptyIterator
public OEmptyIterator()
-
-
Method Details