Uses of Interface
io.netty.util.collection.LongObjectMap
Packages that use LongObjectMap
Package
Description
Encoder, decoder for Redis.
-
Uses of LongObjectMap in io.netty.handler.codec.redis
Fields in io.netty.handler.codec.redis declared as LongObjectMapModifier and TypeFieldDescriptionprivate final LongObjectMap
<byte[]> FixedRedisMessagePool.longToByteBufs
private final LongObjectMap
<IntegerRedisMessage> FixedRedisMessagePool.longToIntegers
-
Uses of LongObjectMap in io.netty.util.collection
Classes in io.netty.util.collection that implement LongObjectMapModifier and TypeClassDescriptionprivate static final class
An empty map.private static final class
An unmodifiable wrapper around aLongObjectMap
.class
A hash map implementation ofLongObjectMap
that uses open addressing for keys.Fields in io.netty.util.collection declared as LongObjectMapModifier and TypeFieldDescriptionprivate static final LongObjectMap
<Object> LongCollections.EMPTY_MAP
private final LongObjectMap
<V> LongCollections.UnmodifiableMap.map
Methods in io.netty.util.collection that return LongObjectMapModifier and TypeMethodDescriptionstatic <V> LongObjectMap
<V> LongCollections.emptyMap()
Returns an unmodifiable emptyLongObjectMap
.static <V> LongObjectMap
<V> LongCollections.unmodifiableMap
(LongObjectMap<V> map) Creates an unmodifiable wrapper around the given map.Methods in io.netty.util.collection with parameters of type LongObjectMapModifier and TypeMethodDescriptionstatic <V> LongObjectMap
<V> LongCollections.unmodifiableMap
(LongObjectMap<V> map) Creates an unmodifiable wrapper around the given map.Constructors in io.netty.util.collection with parameters of type LongObjectMap