Uses of Interface
me.croabeast.file.UnitMappable
Packages that use UnitMappable
-
Uses of UnitMappable in me.croabeast.file
Classes in me.croabeast.file with type parameters of type UnitMappableModifier and TypeInterfaceDescriptioninterfaceUnitMappable<U extends ConfigurableUnit,C extends Collection<U>, UM extends UnitMappable<U, C, UM>> Represents a mappable collection of configurable units.Subinterfaces of UnitMappable in me.croabeast.fileModifier and TypeInterfaceDescriptionstatic interfaceUnitMappable.List<U extends ConfigurableUnit>A sub-interface ofUnitMappablespecialized for list-backed collections.static interfaceUnitMappable.Set<U extends ConfigurableUnit>A sub-interface ofUnitMappablespecialized for set-backed collections.