Class Pair.LeftIterator<L,​R>

  • Type Parameters:
    L - Left-hand type
    R - Right-hand type
    All Implemented Interfaces:
    Iterator<L>
    Enclosing class:
    Pair<T1,​T2>

    private static class Pair.LeftIterator<L,​R>
    extends Object
    implements Iterator<L>
    Iterator that returns the left field of each pair.