Interface | Description |
---|---|
IntObjectMap<V> |
Interface for a primitive map that uses
int s as keys. |
IntObjectMap.Entry<V> |
An Entry in the map.
|
Class | Description |
---|---|
IntObjectHashMap<V> |
A hash map implementation of
IntObjectMap that uses open addressing for keys. |
Copyright © 2008–2018 The Netty Project. All rights reserved.