Uses of Interface
org.apache.bookkeeper.util.collections.ConcurrentLongHashMap.EntryProcessor
Packages that use ConcurrentLongHashMap.EntryProcessor
-
Uses of ConcurrentLongHashMap.EntryProcessor in org.apache.bookkeeper.util.collections
Methods in org.apache.bookkeeper.util.collections with parameters of type ConcurrentLongHashMap.EntryProcessorModifier and TypeMethodDescriptionvoidConcurrentLongHashMap.forEach(ConcurrentLongHashMap.EntryProcessor<V> processor) Iterate over all the entries in the map and apply the processor function to each of them.