Uses of Class
org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
-
Packages that use IndexedMap.MappedPrimitives Package Description org.ojalgo.type.keyvalue -
-
Uses of IndexedMap.MappedPrimitives in org.ojalgo.type.keyvalue
Methods in org.ojalgo.type.keyvalue that return IndexedMap.MappedPrimitives Modifier and Type Method Description static <K extends java.lang.Enum<K>>
IndexedMap.MappedPrimitives<K>IndexedMap. of(java.lang.Class<K> keyType, byte defaultValue)
static <K extends java.lang.Enum<K>>
IndexedMap.MappedPrimitives<K>IndexedMap. of(java.lang.Class<K> keyType, double defaultValue)
static <K extends java.lang.Enum<K>>
IndexedMap.MappedPrimitives<K>IndexedMap. of(java.lang.Class<K> keyType, float defaultValue)
static <K extends java.lang.Enum<K>>
IndexedMap.MappedPrimitives<K>IndexedMap. of(java.lang.Class<K> keyType, int defaultValue)
static <K extends java.lang.Enum<K>>
IndexedMap.MappedPrimitives<K>IndexedMap. of(java.lang.Class<K> keyType, long defaultValue)
static <K extends java.lang.Enum<K>>
IndexedMap.MappedPrimitives<K>IndexedMap. of(java.lang.Class<K> keyType, short defaultValue)
-