Class Pair.RightIterator<L,​R>

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

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