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