Package net.hydromatic.morel.util
Class Pair.LeftIterator<L,R>
- java.lang.Object
-
- net.hydromatic.morel.util.Pair.LeftIterator<L,R>
-
-
Constructor Summary
Constructors Constructor Description LeftIterator(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()Lnext()voidremove()
-