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>
Enclosing interface:
Mappable<T,C extends Collection<T>,B extends Mappable<T,C,B>>

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

Implementations of BaseSet provide default behavior to retrieve stored values as a Set.

  • Method Details