|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.universe.VectorPlanetID
Field Summary | |
private java.util.Vector |
hiddenVector
|
Constructor Summary | |
VectorPlanetID()
|
Method Summary | |
void |
add(PlanetID PID)
|
PlanetID |
get(int idx)
|
java.util.Vector |
getPlanets()
This method returns the vector of actual planet objects which correspond to the IDs in the receiving instance. |
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Vector hiddenVector
Constructor Detail |
public VectorPlanetID()
Method Detail |
public void add(PlanetID PID)
public PlanetID get(int idx)
public int size()
public java.util.Vector getPlanets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |