public class PjObjectVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
_free |
protected java.util.Vector |
_v |
Constructor and Description |
---|
PjObjectVector() |
PjObjectVector(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
protected int |
findFirstFree(int start) |
int |
getFirstFree() |
PjObject |
objectAt(int index) |
void |
setObjectAt(PjObject obj,
int index) |
int |
size() |