| Package | Description |
|---|---|
| io.netty.util.collection |
| Class and Description |
|---|
| ByteObjectMap
Interface for a primitive map that uses
bytes as keys. |
| ByteObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
ByteObjectMap.entries() |
| CharObjectMap
Interface for a primitive map that uses
chars as keys. |
| CharObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
CharObjectMap.entries() |
| IntObjectMap
Interface for a primitive map that uses
ints as keys. |
| IntObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
IntObjectMap.entries() |
| LongObjectMap
Interface for a primitive map that uses
longs as keys. |
| LongObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
LongObjectMap.entries() |
| ShortObjectMap
Interface for a primitive map that uses
shorts as keys. |
| ShortObjectMap.PrimitiveEntry
A primitive entry in the map, provided by the iterator from
ShortObjectMap.entries() |
Copyright © 2008–2019 The Netty Project. All rights reserved.