Class OMultiCollectionIterator<T>

java.lang.Object
com.orientechnologies.common.collection.OMultiCollectionIterator<T>
All Implemented Interfaces:
OResettable, OSizeable, OSupportsContains, OAutoConvertToRecord, Iterable<T>, Iterator<T>

public class OMultiCollectionIterator<T> extends Object implements Iterator<T>, Iterable<T>, OResettable, OSizeable, OSupportsContains, OAutoConvertToRecord
Iterator that allow to iterate against multiple collection of elements.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)