edu.stanford.math.plex4.streams.storage_structures
E
- public class IntOrderedIterator<E> extends java.lang.Object implements java.util.Iterator<E>
Constructor and Description |
---|
IntOrderedIterator(java.lang.Iterable<edu.stanford.math.primitivelib.autogen.pair.IntObjectPair<E>> collection)
This constructor initializes the iterator with an iterable collection
over the type IntObjectPair
|
public IntOrderedIterator(java.lang.Iterable<edu.stanford.math.primitivelib.autogen.pair.IntObjectPair<E>> collection)
collection
- the Iterable collection to initialize with