Package net.hydromatic.morel.util
Class Pair.FirstAndIterator<E>
java.lang.Object
net.hydromatic.morel.util.Pair.FirstAndIterator<E>
- Type Parameters:
E- Element type
Iterator that returns the first element of a collection paired with every
other element.