Uses of Class
com._1c.g5.v8.xmdb.impl.BTreeMap
-
Packages that use BTreeMap Package Description com._1c.g5.v8.xmdb.impl -
-
Uses of BTreeMap in com._1c.g5.v8.xmdb.impl
Methods in com._1c.g5.v8.xmdb.impl with parameters of type BTreeMap Modifier and Type Method Description static BNode
BNode. initBy(BNode original, BTreeMap map)
Constructors in com._1c.g5.v8.xmdb.impl with parameters of type BTreeMap Constructor Description BDirNode(BDirNode original, BTreeMap map)
BLeafNode(BLeafNode original, BTreeMap map)
EntryIterator(BTreeMap map)
EntrySet(BTreeMap<K,V> map)
-