Uses of Interface
org.klojang.collections.TypeMapBuilder
-
Uses of TypeMapBuilder in org.klojang.collections
Methods in org.klojang.collections that return TypeMapBuilderModifier and TypeMethodDescriptionAssociates the specified type with the specified value.TypeMapBuilder.addMultiple(V value, Class<?>... types) Associates multiple types with the same value.TypeMapBuilder.autobox(boolean autobox) Whether to enable autoboxing.static <V> TypeMapBuilder<V>TypeMap.fixedTypeMapBuilder()Returns aBuilderfor "fixed" type maps.static <V> TypeMapBuilder<V>TypeMap.greedyTypeMapBuilder()Returns aBuilderfor "greedy" type maps.static <V> TypeMapBuilder<V>TypeMap.nativeTypeMapBuilder()Returns aBuilderfor "native" type maps.static <V> TypeMapBuilder<V>TypeMap.treeTypeMapBuilder()Returns aBuilderfor "tree" type maps.