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