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