接口 | 说明 |
---|---|
IntObjectMap<V> |
Interface for a primitive map that uses
int s as keys. |
IntObjectMap.Entry<V> |
An Entry in the map.
|
类 | 说明 |
---|---|
IntObjectHashMap<V> |
A hash map implementation of
IntObjectMap that uses open addressing for keys. |