Uses of Interface
org.apache.bookkeeper.util.collections.ConcurrentLongHashMap.EntryProcessor
-
Packages that use ConcurrentLongHashMap.EntryProcessor Package Description org.apache.bookkeeper.util.collections Bookkeeper collection utilities. -
-
Uses of ConcurrentLongHashMap.EntryProcessor in org.apache.bookkeeper.util.collections
Methods in org.apache.bookkeeper.util.collections with parameters of type ConcurrentLongHashMap.EntryProcessor Modifier and Type Method Description void
ConcurrentLongHashMap. forEach(ConcurrentLongHashMap.EntryProcessor<V> processor)
Iterate over all the entries in the map and apply the processor function to each of them.
-