Uses of Interface
org.klojang.collections.TypeMap
-
Uses of TypeMap in org.klojang.collections
Methods in org.klojang.collections that return TypeMapModifier and TypeMethodDescriptionstatic <V> TypeMap<V>TypeMap.fixedTypeMap(Map<Class<?>, V> m) Returns aTypeMapthat is internally backed by a regular, unmodifiableMap.static <V> TypeMap<V>TypeMap.fixedTypeMap(Map<Class<?>, V> m, boolean autobox) Returns aTypeMapthat is internally backed by a regular, unmodifiableMap.TypeMapBuilder.freeze()Returns aMapwith the configured types and behaviour.static <V> TypeMap<V>TypeMap.greedyTypeMap(Map<Class<?>, V> m) Returns an auto-expandingTypeMap.static <V> TypeMap<V>TypeMap.greedyTypeMap(Map<Class<?>, V> m, boolean autobox) Returns an auto-expandingTypeMap.static <V> TypeMap<V>TypeMap.nativeTypeMap(Map<Class<?>, V> m) Returns aTypeMapthat directly implements theMapinterface rather than being backed by a regular map.static <V> TypeMap<V>TypeMap.nativeTypeMap(Map<Class<?>, V> m, boolean autobox) Returns aTypeMapthat directly implements theMapinterface rather than being backed by a regular map.static <V> TypeMap<V>TypeMap.treeTypeMap(Map<Class<?>, V> m) Returns aTypeMapthat is backed by aTreeMap.static <V> TypeMap<V>TypeMap.treeTypeMap(Map<Class<?>, V> m, boolean autobox) Returns aTypeMapthat is backed by aTreeMap.