Package | Description |
---|---|
io.netty.util.collection |
Modifier and Type | Class and Description |
---|---|
private static class |
ByteCollections.EmptyMap
An empty map.
|
private static class |
ByteCollections.UnmodifiableMap<V>
An unmodifiable wrapper around a
ByteObjectMap . |
class |
ByteObjectHashMap<V>
A hash map implementation of
ByteObjectMap that uses open addressing for keys. |
Modifier and Type | Field and Description |
---|---|
private static ByteObjectMap<java.lang.Object> |
ByteCollections.EMPTY_MAP |
private ByteObjectMap<V> |
ByteCollections.UnmodifiableMap.map |
Modifier and Type | Method and Description |
---|---|
static <V> ByteObjectMap<V> |
ByteCollections.emptyMap()
Returns an unmodifiable empty
ByteObjectMap . |
static <V> ByteObjectMap<V> |
ByteCollections.unmodifiableMap(ByteObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
Modifier and Type | Method and Description |
---|---|
static <V> ByteObjectMap<V> |
ByteCollections.unmodifiableMap(ByteObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
Constructor and Description |
---|
UnmodifiableMap(ByteObjectMap<V> map) |