Uses of Interface
io.netty5.util.collection.IntObjectMap
-
Packages that use IntObjectMap Package Description io.netty5.util.collection -
-
Uses of IntObjectMap in io.netty5.util.collection
Classes in io.netty5.util.collection that implement IntObjectMap Modifier and Type Class Description class
IntObjectHashMap<V>
A hash map implementation ofIntObjectMap
that uses open addressing for keys.Methods in io.netty5.util.collection that return IntObjectMap Modifier and Type Method Description static <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.netty5.util.collection with parameters of type IntObjectMap Modifier and Type Method Description static <V> IntObjectMap<V>
IntCollections. unmodifiableMap(IntObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
-