Package me.croabeast.file
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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.croabeast.file.Mappable
Mappable.BaseList<T,B extends Mappable.BaseList<T, B>>, Mappable.BaseSet<T, B extends Mappable.BaseSet<T, B>> -
Method Summary
Methods inherited from interface me.croabeast.common.builder.BaseBuilder
instanceMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
getStoredValues
Retrieves all stored values merged into aList.- Specified by:
getStoredValuesin interfaceMappable<T,List<T>, B extends Mappable.BaseList<T, B>> - Returns:
- A list containing all stored values.
-