Uses of Class
uk.ac.manchester.spinnaker.utils.DefaultMap
Packages that use DefaultMap
-
Uses of DefaultMap in uk.ac.manchester.spinnaker.utils
Methods in uk.ac.manchester.spinnaker.utils that return DefaultMapModifier and TypeMethodDescriptionstatic <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.