Uses of Class
org.apache.bookkeeper.util.collections.ConcurrentLongLongPairHashMap.LongPair
-
Packages that use ConcurrentLongLongPairHashMap.LongPair Package Description org.apache.bookkeeper.util.collections Bookkeeper collection utilities. -
-
Uses of ConcurrentLongLongPairHashMap.LongPair in org.apache.bookkeeper.util.collections
Methods in org.apache.bookkeeper.util.collections that return ConcurrentLongLongPairHashMap.LongPair Modifier and Type Method Description ConcurrentLongLongPairHashMap.LongPair
ConcurrentLongLongPairHashMap. get(long key1, long key2)
Methods in org.apache.bookkeeper.util.collections that return types with arguments of type ConcurrentLongLongPairHashMap.LongPair Modifier and Type Method Description java.util.Map<ConcurrentLongLongPairHashMap.LongPair,ConcurrentLongLongPairHashMap.LongPair>
ConcurrentLongLongPairHashMap. asMap()
java.util.Map<ConcurrentLongLongPairHashMap.LongPair,ConcurrentLongLongPairHashMap.LongPair>
ConcurrentLongLongPairHashMap. asMap()
java.util.List<ConcurrentLongLongPairHashMap.LongPair>
ConcurrentLongLongPairHashMap. keys()
java.util.List<ConcurrentLongLongPairHashMap.LongPair>
ConcurrentLongLongPairHashMap. values()
Methods in org.apache.bookkeeper.util.collections with parameters of type ConcurrentLongLongPairHashMap.LongPair Modifier and Type Method Description int
ConcurrentLongLongPairHashMap.LongPair. compareTo(ConcurrentLongLongPairHashMap.LongPair o)
-