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