Package com.tdunning.math.stats
Class IntAVLTree.NodeAllocator
java.lang.Object
com.tdunning.math.stats.IntAVLTree.NodeAllocator
- All Implemented Interfaces:
Serializable
- Enclosing class:
- IntAVLTree
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nextNode
private int nextNode -
releasedNodes
-
-
Constructor Details
-
NodeAllocator
NodeAllocator()
-
-
Method Details
-
newNode
int newNode() -
release
void release(int node) -
size
int size()
-