Package net.hydromatic.morel.util
Class Pair.AdjacentIterator<E>
- java.lang.Object
-
- net.hydromatic.morel.util.Pair.AdjacentIterator<E>
-
-
Constructor Summary
Constructors Constructor Description AdjacentIterator(Iterator<E> iterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Pair<E,E>next()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-