Uses of Class
org.mapdb.BTreeMap.SubMap

Uses of BTreeMap.SubMap in org.mapdb
 

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



Copyright © 2014. All Rights Reserved.