Uses of Class
org.ojalgo.type.keyvalue.IndexedMap
-
Packages that use IndexedMap Package Description org.ojalgo.type.keyvalue -
-
Uses of IndexedMap in org.ojalgo.type.keyvalue
Subclasses of IndexedMap in org.ojalgo.type.keyvalue Modifier and Type Class Description static class
IndexedMap.MappedPrimitives<K>
Methods in org.ojalgo.type.keyvalue that return IndexedMap Modifier and Type Method Description static <K extends java.lang.Enum<K>,V>
IndexedMap<K,V>IndexedMap. of(java.lang.Class<K> keyType, java.lang.Class<V> valueType)
static <K extends java.lang.Enum<K>,V>
IndexedMap<K,V>IndexedMap. of(java.lang.Class<K> keyType, V defaultValue)
-