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