Uses of Interface
io.netty.util.collection.LongObjectMap
Packages that use LongObjectMap
-
Uses of LongObjectMap in io.netty.util.collection
Classes in io.netty.util.collection that implement LongObjectMapModifier and TypeClassDescriptionclassA hash map implementation ofLongObjectMapthat uses open addressing for keys.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.