Uses of Interface
io.netty5.util.collection.LongObjectMap.PrimitiveEntry
-
Packages that use LongObjectMap.PrimitiveEntry Package Description io.netty5.util.collection -
-
Uses of LongObjectMap.PrimitiveEntry in io.netty5.util.collection
Methods in io.netty5.util.collection that return types with arguments of type LongObjectMap.PrimitiveEntry Modifier and Type Method Description Iterable<LongObjectMap.PrimitiveEntry<V>>
LongObjectHashMap. entries()
Iterable<LongObjectMap.PrimitiveEntry<V>>
LongObjectMap. entries()
Gets an iterable to traverse over the primitive entries contained in this map.
-