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