Uses of Interface
org.klojang.collections.TypeSet
-
Uses of TypeSet in org.klojang.collections
Methods in org.klojang.collections that return TypeSetModifier and TypeMethodDescriptionstatic TypeSetTypeSet.fixedTypeSet(boolean autobox, Class<?>... types) Returns aTypeSetthat is internally backed by afixedTypeMap(),static TypeSetTypeSet.fixedTypeSet(boolean autobox, Collection<Class<?>> types) Returns aTypeSetthat is internally backed by afixedTypeMap(),static TypeSetTypeSet.fixedTypeSet(Class<?>... types) Returns aTypeSetthat is internally backed by afixedTypeMap(),static TypeSetTypeSet.fixedTypeSet(Collection<Class<?>> types) Returns aTypeSetthat is internally backed by afixedTypeMap(),static TypeSetTypeSet.greedyTypeSet(boolean autobox, Class<?>... types) Returns aTypeSetthat is internally backed by agreedyTypeMap().static TypeSetTypeSet.greedyTypeSet(boolean autobox, Collection<Class<?>> types) Returns aTypeSetthat is internally backed by agreedyTypeMap().static TypeSetTypeSet.greedyTypeSet(Class<?>... types) Returns aTypeSetthat is internally backed by agreedyTypeMap().static TypeSetTypeSet.greedyTypeSet(Collection<Class<?>> types) Returns aTypeSetthat is internally backed by agreedyTypeMap().static TypeSetTypeSet.nativeTypeSet(boolean autobox, Class<?>... types) Returns aTypeSetthat is internally backed by anativeTypeMap().static TypeSetTypeSet.nativeTypeSet(boolean autobox, Collection<Class<?>> types) Returns aTypeSetthat is internally backed by anativeTypeMap().static TypeSetTypeSet.nativeTypeSet(Class<?>... types) Returns aTypeSetthat is internally backed by anativeTypeMap().static TypeSetTypeSet.nativeTypeSet(Collection<Class<?>> types) Returns aTypeSetthat is internally backed by anativeTypeMap().static TypeSetTypeSet.treeTypeSet(boolean autobox, Class<?>... types) Returns aTypeSetthat is internally backed by atreeTypeMap().static TypeSetTypeSet.treeTypeSet(boolean autobox, Collection<Class<?>> types) Returns aTypeSetthat is internally backed by atreeTypeMap().static TypeSetTypeSet.treeTypeSet(Class<?>... types) Returns aTypeSetthat is internally backed by atreeTypeMap().static TypeSetTypeSet.treeTypeSet(Collection<Class<?>> types) Returns aTypeSetthat is internally backed by atreeTypeMap().