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