Interface Mappable.BaseList<T,B extends Mappable.BaseList<T,B>>

Type Parameters:
T - The type of elements stored in the list.
All Superinterfaces:
BaseBuilder<B>, Copyable<B>, Iterable<Map.Entry<Integer,List<T>>>, Map<Integer,List<T>>, Mappable<T,List<T>,B>
All Known Subinterfaces:
SectionMappable.List, UnitMappable.List<U>
Enclosing interface:
Mappable<T,C extends Collection<T>,B extends Mappable<T,C,B>>

public static interface Mappable.BaseList<T,B extends Mappable.BaseList<T,B>> extends Mappable<T,List<T>,B>
A sub-interface of Mappable specialized for List collections.

Implementations of BaseList provide default behavior to retrieve stored values as a List.