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(java.util.Iterator<? extends java.util.Map.Entry<L,R>> iterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Rnext()voidremove()
-