Uses of Class
com._1c.g5.v8.xmdb.impl.BDirNode
-
Packages that use BDirNode Package Description com._1c.g5.v8.xmdb.impl -
-
Uses of BDirNode in com._1c.g5.v8.xmdb.impl
Methods in com._1c.g5.v8.xmdb.impl that return BDirNode Modifier and Type Method Description BDirNode
BTreeMap. newDirNode()
Construct new dir node, compatible with current treeMethods in com._1c.g5.v8.xmdb.impl with parameters of type BDirNode Modifier and Type Method Description long
BTreeMap. cloneNode(BDirNode node, int level, int newSegment)
boolean
BTreeMap. isDirNodeFull(BDirNode node)
Test: if speficied dir node is fullConstructors in com._1c.g5.v8.xmdb.impl with parameters of type BDirNode Constructor Description BDirNode(BDirNode original, BTreeMap map)
-