Package de.tomatengames.util.map
package de.tomatengames.util.map
-
ClassDescriptionAbstractEntry<K,
V> Represents a key-value mapping.AbstractHashMap<K,V> AHashMap-like data structure that mapsKkeys to object values.Int2Entry<V>Represents a key-value mapping.Int2HashMap<V>AHashMap-like data structure that maps(int, int)keys to object values.Int3Entry<V>Represents a key-value mapping.Int3HashMap<V>AHashMap-like data structure that maps(int, int, int)keys to object values.IntEntry<V>Represents a key-value mapping.IntHashMap<V>AHashMap-like data structure that mapsintkeys to object values.Long2Entry<V>Represents a key-value mapping.Long2HashMap<V>AHashMap-like data structure that maps(long, long)keys to object values.Long3Entry<V>Represents a key-value mapping.Long3HashMap<V>AHashMap-like data structure that maps(long, long, long)keys to object values.LongEntry<V>Represents a key-value mapping.LongHashMap<V>AHashMap-like data structure that mapslongkeys to object values.OrderedHashMap<K,V> AHashMap-like data structure that maps keys to values.