Method ADT.CritBit.Tree()
- Method
Tree
object
Tree(void
|string
|program
|mapping
type
)- Description
Creates a CritBit tree for keys of type
type
. If no argument is given, an instance of ADT.CritBit.StringTree is returned. Supported types are"string"
,"int"
,"float"
,"ipv4"
andCalendar.TimeRange
.