AATreeSet.AbstractTreeNode<E>, AATreeSet.Node<E>
Modifier and Type | Field and Description |
---|---|
private long |
size |
Modifier | Constructor and Description |
---|---|
protected |
RegionSet(long size)
Construct the tree.
|
Modifier and Type | Method and Description |
---|---|
Region |
find(long size)
Find a region of the the given size.
|
Region |
find(java.lang.Object o)
Find the node within this tree equal to the probe node.
|
Region |
removeAndReturn(java.lang.Object o)
Remove the node matching this object and return it.
|
add, clear, comparator, first, getRoot, headSet, isEmpty, iterator, last, remove, size, subSet, tailSet
addAll, contains, containsAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Region removeAndReturn(java.lang.Object o)
AATreeSet
removeAndReturn
in class AATreeSet<Region>
public Region find(java.lang.Object o)
AATreeSet
public Region find(long size)