All Packages Class Hierarchy This Package Previous Next Index
Class isf.vector.SpacesV
java.lang.Object
|
+----isf.vector.SpacesV
- public class SpacesV
- extends Object
- implements Spaces
- See Also:
- Isf
-
SpacesV(Space, int)
-
-
SpacesV(Space[])
-
-
SpacesV(SpacesV)
-
-
SpacesV(Vector)
-
-
addElement(Space)
-
-
capacity()
-
-
copy()
-
-
elementAt(int)
-
-
equals(Object)
- Compares two Objects for equality.
-
getNumberOfElements()
-
-
getSpace(int)
-
-
hasSingleElementSpace()
-
-
insertElementAt(Space, int)
-
-
removeElementAt(int)
-
-
setElementAt(Space, int)
-
-
toString()
- Returns a string representation of the object.
SpacesV
public SpacesV(Space spc[])
SpacesV
public SpacesV(Space spc,
int elements)
SpacesV
public SpacesV(Vector vec)
SpacesV
public SpacesV(SpacesV src)
copy
public JamObject copy()
equals
public boolean equals(Object spc)
- Compares two Objects for equality.
- Overrides:
- equals in class Object
hasSingleElementSpace
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()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index