Class PairLists.EmptyImmutablePairList<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>>, ImmutablePairList<T,U>, PairList<T,U>
Enclosing class:
PairLists

static class PairLists.EmptyImmutablePairList<T,U> extends PairLists.AbstractPairList<T,U> implements ImmutablePairList<T,U>
Empty immutable list of pairs.