Class KeyCollectionImpl.KeyMapList<E>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.List<E>, java.util.RandomAccess, 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>>.