Package net.hydromatic.morel.util
Class Pair.FirstAndIterator<E>
- java.lang.Object
-
- net.hydromatic.morel.util.Pair.FirstAndIterator<E>
-
-
Constructor Summary
Constructors Constructor Description FirstAndIterator(java.util.Iterator<E> iterator, E first)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Pair<E,E>next()voidremove()
-