Package net.hydromatic.morel.util
Class Pair.RightIterator<L,R>
- java.lang.Object
-
- net.hydromatic.morel.util.Pair.RightIterator<L,R>
-
-
Constructor Summary
Constructors Constructor Description RightIterator(Iterator<? extends Map.Entry<L,R>> iterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Rnext()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
-
-