Class KeyCollectionImpl.KeyMapList<E>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess, SequencedCollection<E>, ICollection<E>, IListable<E>
Enclosing class:
KeyCollectionImpl<E>

static class KeyCollectionImpl.KeyMapList<E> extends GapList<E>
List type used to store multiple elements. We need this distinct type to distinguish it from a normal GapList in a KeyCollection<GapList<String>>.