Package | Description |
---|---|
io.netty.util.collection |
Modifier and Type | Class and Description |
---|---|
class |
ByteObjectHashMap<V>
A hash map implementation of
ByteObjectMap that uses open addressing for keys. |
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.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.