Constructor
new BitMapTree(begin, depth)
Creates a BitMapTree, this is an abstract class
It is not meant to by directly instantiated
Parameters:
Name | Type | Description |
---|---|---|
begin |
number | |
depth |
number |
- Source:
Methods
set(index)
Sets a bit to allocated
Parameters:
Name | Type | Description |
---|---|---|
index |
number |
- Source:
unset(index)
Unsets a bit so that is free
Parameters:
Name | Type | Description |
---|---|---|
index |
number |
- Source: