Package me.croabeast.file
Interface Mappable.BaseSet<T,B extends Mappable.BaseSet<T,B>>
- Type Parameters:
T- The type of elements stored in the set.
- All Superinterfaces:
BaseBuilder<B>,Copyable<B>,Iterable<Map.Entry<Integer,,Set<T>>> Map<Integer,,Set<T>> Mappable<T,Set<T>, B>
- All Known Subinterfaces:
SectionMappable.Set,UnitMappable.Set<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 aSet.- Specified by:
getStoredValuesin interfaceMappable<T,Set<T>, B extends Mappable.BaseSet<T, B>> - Returns:
- A set containing all stored values.
-