Uses of Interface
io.netty.util.collection.LongObjectMap
Packages that use LongObjectMap
Package
Description
BSD specific transport.
Encoder, decoder for Redis.
-
Uses of LongObjectMap in io.netty.channel.kqueue
Fields in io.netty.channel.kqueue declared as LongObjectMapModifier and TypeFieldDescriptionprivate final LongObjectMap<KQueueEventLoop.KQueueRegistration> KQueueEventLoop.registrations -
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.longToByteBufsprivate 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 classAn empty map.private static final classAn unmodifiable wrapper around aLongObjectMap.classA hash map implementation ofLongObjectMapthat uses open addressing for keys.Fields in io.netty.util.collection declared as LongObjectMapModifier and TypeFieldDescriptionprivate static final LongObjectMap<Object> LongCollections.EMPTY_MAPprivate final LongObjectMap<V> LongCollections.UnmodifiableMap.mapMethods 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