Uses of Class
org.mapdb.BTreeMap.DescendingMap

Uses of BTreeMap.DescendingMap in org.mapdb
 

Methods in org.mapdb that return BTreeMap.DescendingMap
 BTreeMap.DescendingMap<K,V> BTreeMap.DescendingMap.headMap(K toKey)
           
 BTreeMap.DescendingMap<K,V> BTreeMap.DescendingMap.headMap(K toKey, boolean inclusive)
           
 BTreeMap.DescendingMap<K,V> BTreeMap.DescendingMap.subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)
           
 BTreeMap.DescendingMap<K,V> BTreeMap.DescendingMap.subMap(K fromKey, K toKey)
           
 BTreeMap.DescendingMap<K,V> BTreeMap.DescendingMap.tailMap(K fromKey)
           
 BTreeMap.DescendingMap<K,V> BTreeMap.DescendingMap.tailMap(K fromKey, boolean inclusive)
           
 



Copyright © 2014. All Rights Reserved.