abstract class IndexedObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int[][] |
listIdx
A 2D array listIdx[3][len] is used.
|
| Constructor and Description |
|---|
IndexedObject() |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getIdxUsed(VirtualUniverse u) |
(package private) abstract VirtualUniverse |
getVirtualUniverse() |
(package private) void |
incIdxUsed() |
int[][] listIdx
abstract VirtualUniverse getVirtualUniverse()
int getIdxUsed(VirtualUniverse u)
void incIdxUsed()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.