Class SmallMap<K,V>
java.lang.Object
org.jjazz.utilities.api.SmallMap<K,V>
- Type Parameters:
K-V-
- All Implemented Interfaces:
Serializable
Deprecated.
A silly but fast map for small maps, based on simple ArrayLists and iterative search.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Deprecated.clone()Deprecated.Deprecated.getKeys()Deprecated.Deprecated.Deprecated.booleanisEmpty()Deprecated.voidDeprecated.Store value associated to key, replacing existing value if key already present in the map.voidDeprecated.intsize()Deprecated.toString()Deprecated.
-
Constructor Details
-
SmallMap
public SmallMap()Deprecated.Create an empty SillyMap. -
SmallMap
-
-
Method Details
-
clear
public void clear()Deprecated. -
clone
-
getKeys
-
getValues
-
putValue
-
remove
Deprecated. -
getValue
-
getKey
-
isEmpty
public boolean isEmpty()Deprecated. -
size
public int size()Deprecated. -
toString
-