All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----isf.vector.SpacesV
public SpacesV(Space spc[])SpacesV
public SpacesV(Space spc, int elements)SpacesV
public SpacesV(Vector vec)SpacesV
public SpacesV(SpacesV src)
public JamObject copy()equals
public boolean equals(Object spc)
public boolean hasSingleElementSpace()getNumberOfElements
public int getNumberOfElements()capacity
public int capacity()getSpace
public Space getSpace(int i)insertElementAt
public void insertElementAt(Space newSpace, int index)removeElementAt
public void removeElementAt(int index)addElement
public void addElement(Space newSpace)setElementAt
public void setElementAt(Space newSpace, int index)elementAt
public Space elementAt(int index)toString
public String toString()
All Packages Class Hierarchy This Package Previous Next Index