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. |
PrimitiveCollections |
Utility methods for primitive collections.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.