| Interface | Description |
|---|---|
| IntObjectMap<V> |
Interface for a primitive map that uses
ints as keys. |
| IntObjectMap.PrimitiveEntry<V> |
A primitive entry in the map, provided by the iterator from
IntObjectMap.entries() |
| Class | Description |
|---|---|
| IntObjectHashMap<V> |
A hash map implementation of
IntObjectMap that uses open addressing for keys. |
| MultiValueMap<K,V> |
多值得 map
|
Copyright © 2025. All rights reserved.