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