Package net.hydromatic.morel.util
Class Pair.RightIterator<L,R>
java.lang.Object
net.hydromatic.morel.util.Pair.RightIterator<L,R>
- Type Parameters:
L- Left-hand typeR- Right-hand type
- All Implemented Interfaces:
Iterator<R>
Iterator that returns the right field of each pair.