Package | Description |
---|---|
io.netty.handler.codec.redis |
Encoder, decoder for Redis.
|
io.netty.util.collection |
Modifier and Type | Field and Description |
---|---|
private LongObjectMap<byte[]> |
FixedRedisMessagePool.longToByteBufs |
private LongObjectMap<IntegerRedisMessage> |
FixedRedisMessagePool.longToIntegers |
Modifier and Type | Class and Description |
---|---|
private static class |
LongCollections.EmptyMap
An empty map.
|
private static class |
LongCollections.UnmodifiableMap<V>
An unmodifiable wrapper around a
LongObjectMap . |
class |
LongObjectHashMap<V>
A hash map implementation of
LongObjectMap that uses open addressing for keys. |
Modifier and Type | Field and Description |
---|---|
private static LongObjectMap<java.lang.Object> |
LongCollections.EMPTY_MAP |
private LongObjectMap<V> |
LongCollections.UnmodifiableMap.map |
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.
|
Constructor and Description |
---|
UnmodifiableMap(LongObjectMap<V> map) |