Uses of Interface
io.netty.util.collection.LongObjectMap
-
Packages that use LongObjectMap Package Description io.netty.util.collection -
-
Uses of LongObjectMap in io.netty.util.collection
Classes in io.netty.util.collection that implement LongObjectMap Modifier and Type Class Description classLongObjectHashMap<V>A hash map implementation ofLongObjectMapthat uses open addressing for keys.Methods in io.netty.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.netty.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.
-