Uses of Class
com._1c.g5.v8.xmdb.impl.BLeafNode
-
Packages that use BLeafNode Package Description com._1c.g5.v8.xmdb.impl -
-
Uses of BLeafNode in com._1c.g5.v8.xmdb.impl
Methods in com._1c.g5.v8.xmdb.impl that return BLeafNode Modifier and Type Method Description BLeafNode
BTreeMap. newLeafNode()
Construct new leaf node, compatible with current treeMethods in com._1c.g5.v8.xmdb.impl with parameters of type BLeafNode Modifier and Type Method Description boolean
BTreeMap. isLeafNodeFull(BLeafNode node)
Test: if speficied leaf node is fullConstructors in com._1c.g5.v8.xmdb.impl with parameters of type BLeafNode Constructor Description BLeafNode(BLeafNode original, BTreeMap map)
-