Uses of Interface
io.netty.util.collection.IntObjectMap
Packages that use IntObjectMap
-
Uses of IntObjectMap in io.netty.util.collection
Classes in io.netty.util.collection that implement IntObjectMapModifier and TypeClassDescriptionclassA hash map implementation ofIntObjectMapthat uses open addressing for keys.Methods in io.netty.util.collection that return IntObjectMapModifier and TypeMethodDescriptionstatic <V> IntObjectMap<V> IntCollections.emptyMap()Returns an unmodifiable emptyIntObjectMap.static <V> IntObjectMap<V> IntCollections.unmodifiableMap(IntObjectMap<V> map) Creates an unmodifiable wrapper around the given map.Methods in io.netty.util.collection with parameters of type IntObjectMapModifier and TypeMethodDescriptionstatic <V> IntObjectMap<V> IntCollections.unmodifiableMap(IntObjectMap<V> map) Creates an unmodifiable wrapper around the given map.