JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
net.sodacan.core.util.BBBTree
Packages that use
BBBTree
Package
Description
net.sodacan.core.util
Uses of
BBBTree
in
net.sodacan.core.util
Constructors in
net.sodacan.core.util
with parameters of type
BBBTree
Modifier
Constructor
Description
Node
(
BBBTree
tree)
Node
(
BBBTree
tree,
Integer
ref)
Create a skeleton node which won't be realized until it's first needed
Node
(
BBBTree
tree,
BBBTree.Node
parent)