Class Pair.ZipList<K,​V>

  • Type Parameters:
    K - Left-hand type
    V - Right-hand type
    All Implemented Interfaces:
    Iterable<Pair<K,​V>>, Collection<Pair<K,​V>>, List<Pair<K,​V>>
    Enclosing class:
    Pair<T1,​T2>

    private static class Pair.ZipList<K,​V>
    extends AbstractList<Pair<K,​V>>
    Unmodifiable list of pairs, backed by a pair of lists.