Class PairLists.MutablePairList<T,U>

Type Parameters:
T - First type
U - Second type
All Implemented Interfaces:
Iterable<Map.Entry<T,U>>, Collection<Map.Entry<T,U>>, List<Map.Entry<T,U>>, SequencedCollection<Map.Entry<T,U>>, PairList<T,U>
Enclosing class:
PairLists

static class PairLists.MutablePairList<T,U> extends PairLists.AbstractPairList<T,U>
Mutable version of PairList.