Uses of Interface
org.apache.pulsar.common.util.collections.LongPairSet.LongPairFunction
Packages that use LongPairSet.LongPairFunction
Package
Description
Set of different collections working in the concurrent environment.
-
Uses of LongPairSet.LongPairFunction in org.apache.pulsar.common.util.collections
Methods in org.apache.pulsar.common.util.collections with parameters of type LongPairSet.LongPairFunctionModifier and TypeMethodDescription<T> Set<T>ConcurrentLongPairSet.items(int numberOfItems, LongPairSet.LongPairFunction<T> longPairConverter) <T> Set<T>ConcurrentSortedLongPairSet.items(int numberOfItems, LongPairSet.LongPairFunction<T> longPairConverter) <T> Set<T>LongPairSet.items(int numberOfItems, LongPairSet.LongPairFunction<T> longPairConverter)