Uses of Class
org.mapdb.BTreeMap

Uses of BTreeMap in org.mapdb
 

Fields in org.mapdb declared as BTreeMap
protected  BTreeMap<K,V> BTreeMap.SubMap.m
           
protected  BTreeMap<K,V> BTreeMap.DescendingMap.m
           
 

Methods in org.mapdb that return BTreeMap
protected
<K,V> BTreeMap<K,V>
DB.createTreeMap(DB.BTreeMapMaker m)
           
<K,V> BTreeMap<K,V>
DB.getTreeMap(String name)
          Opens existing or creates new B-linked-tree Map.
<K,V> BTreeMap<K,V>
DB.BTreeMapMaker.make()
           
<V> BTreeMap<Long,V>
DB.BTreeMapMaker.makeLongMap()
          creates map optimized for using zero or positive `Long` keys
<K,V> BTreeMap<K,V>
DB.BTreeMapMaker.makeOrGet()
           
<V> BTreeMap<String,V>
DB.BTreeMapMaker.makeStringMap()
          creates map optimized for using `String` keys
static
<K,V> BTreeMap<K,V>
DBMaker.newTempTreeMap()
          Create new BTreeMap backed by temporary file storage.
 

Constructors in org.mapdb with parameters of type BTreeMap
BTreeMap.DescendingMap(BTreeMap<K,V> m, K lo, boolean loInclusive, K hi, boolean hiInclusive)
           
BTreeMap.SubMap(BTreeMap<K,V> m, K lo, boolean loInclusive, K hi, boolean hiInclusive)
           
 



Copyright © 2014. All Rights Reserved.