Class Pair.ZipList<K,V>

java.lang.Object
java.util.AbstractCollection<Pair<K,V>>
java.util.AbstractList<Pair<K,V>>
net.hydromatic.morel.util.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>>, SequencedCollection<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.