| 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() |
| LongObjectMap<V> |
Interface for a primitive map that uses
longs as keys. |
| LongObjectMap.PrimitiveEntry<V> |
A primitive entry in the map, provided by the iterator from
LongObjectMap.entries() |
| Class | Description |
|---|---|
| IntObjectHashMap<V> |
移植Netty 4.1.9的Key为原子类型的集合类, 在数据结构上与HashMap不一样,空间占用与读写性能俱比原来更优.
|
| LongObjectHashMap<V> |
移植Netty 4.1.6的Key为原子类型的集合类, 在数据结构上与HashMap不一样,空间占用与读写性能俱比原来更优.
|
Copyright © 2018. All rights reserved.