public class ObjectHolder extends Object
TODO this class needs better comments.
| Modifier and Type | Field and Description |
|---|---|
private static int |
POOLSIZE |
private static Object[][] |
refs |
| Constructor and Description |
|---|
ObjectHolder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
boot() |
static void |
cleanRefs(int h) |
static Object |
getRefAt(int h,
int i) |
static int |
handinRefs(Object[] objs) |
private static final int POOLSIZE
public ObjectHolder()