Package br.com.anteros.mqtt.core.util.collection
-
Interface Summary Interface Description IntObjectMap<V> Interface for a primitive map that usesints as keys.IntObjectMap.PrimitiveEntry<V> A primitive entry in the map, provided by the iterator fromIntObjectMap.entries() -
Class Summary Class Description IntObjectHashMap<V> A hash map implementation ofIntObjectMapthat uses open addressing for keys.MultiValueMap<K,V> 多值得 map