| Package | Description |
|---|---|
| io.netty.util.collection |
| Modifier and Type | Class and Description |
|---|---|
class |
ShortObjectHashMap<V>
A hash map implementation of
ShortObjectMap that uses open addressing for keys. |
| Modifier and Type | Method and Description |
|---|---|
static <V> ShortObjectMap<V> |
ShortCollections.emptyMap()
Returns an unmodifiable empty
ShortObjectMap. |
static <V> ShortObjectMap<V> |
ShortCollections.unmodifiableMap(ShortObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> ShortObjectMap<V> |
ShortCollections.unmodifiableMap(ShortObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.