class BHInsertStructure
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.ArrayList[] |
bhListArr |
(package private) int |
bhListArrCnt |
(package private) int |
bhListArrMaxCnt |
(package private) BHNode[] |
bhListArrRef |
(package private) int |
blockSize |
(package private) static boolean |
debug |
(package private) static boolean |
debug2 |
(package private) java.util.ArrayList[] |
oldBhListArr |
(package private) BHNode[] |
oldBhListArrRef |
(package private) java.util.Random |
randomNumber |
| Constructor and Description |
|---|
BHInsertStructure(int length) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
clear() |
(package private) void |
lookupAndInsert(BHNode parent,
BHNode child) |
(package private) void |
updateBoundingTree(BHTree bhTree) |
static boolean debug
static boolean debug2
java.util.Random randomNumber
java.util.ArrayList[] bhListArr
java.util.ArrayList[] oldBhListArr
BHNode[] bhListArrRef
BHNode[] oldBhListArrRef
int bhListArrCnt
int bhListArrMaxCnt
int blockSize
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.