Uses of Class
uk.ac.manchester.spinnaker.utils.DefaultMap
Package | Description |
---|---|
uk.ac.manchester.spinnaker.utils |
General utilities for the SpiNNaker runtime.
|
-
Uses of DefaultMap in uk.ac.manchester.spinnaker.utils
Methods in uk.ac.manchester.spinnaker.utils that return DefaultMap Modifier and Type Method Description static <K, V> DefaultMap<K,V>
DefaultMap. newAdvancedDefaultMap(DefaultMap.KeyAwareFactory<? super K,? extends V> keyAwareFactory)
Create a new map that manufactures new elements that are aware of their key from the beginning.static <K, DV> DefaultMap<K,DV>
DefaultMap. newMapWithDefault(DV defaultValue)
Create a new map.