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