接口的使用
org.apache.pulsar.common.util.collections.ConcurrentLongHashMap.EntryProcessor
程序包
说明
Set of different collections working in the concurrent environment.
-
org.apache.pulsar.common.util.collections中ConcurrentLongHashMap.EntryProcessor的使用
修饰符和类型方法说明voidConcurrentLongHashMap.forEach(ConcurrentLongHashMap.EntryProcessor<V> processor) Iterate over all the entries in the map and apply the processor function to each of them.