| 接口 | 说明 |
|---|---|
| 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() |
| 类 | 说明 |
|---|---|
| IntObjectHashMap<V> |
A hash map implementation of
IntObjectMap that uses open addressing for keys. |
| MultiValueMap<K,V> |
多值得 map
|
Copyright © 2022. All rights reserved.