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

Constructor Index

 o SpacesV(Space, int)
 o SpacesV(Space[])
 o SpacesV(SpacesV)
 o SpacesV(Vector)

Method Index

 o addElement(Space)
 o capacity()
 o copy()
 o elementAt(int)
 o equals(Object)
Compares two Objects for equality.
 o getNumberOfElements()
 o getSpace(int)
 o hasSingleElementSpace()
 o insertElementAt(Space, int)
 o removeElementAt(int)
 o setElementAt(Space, int)
 o toString()
Returns a string representation of the object.

Constructors

 o SpacesV
 public SpacesV(Space spc[])
 o SpacesV
 public SpacesV(Space spc,
                int elements)
 o SpacesV
 public SpacesV(Vector vec)
 o SpacesV
 public SpacesV(SpacesV src)

Methods

 o copy
 public JamObject copy()
 o equals
 public boolean equals(Object spc)
Compares two Objects for equality.

Overrides:
equals in class Object
 o hasSingleElementSpace
 public boolean hasSingleElementSpace()
 o getNumberOfElements
 public int getNumberOfElements()
 o capacity
 public int capacity()
 o getSpace
 public Space getSpace(int i)
 o insertElementAt
 public void insertElementAt(Space newSpace,
                             int index)
 o removeElementAt
 public void removeElementAt(int index)
 o addElement
 public void addElement(Space newSpace)
 o setElementAt
 public void setElementAt(Space newSpace,
                          int index)
 o elementAt
 public Space elementAt(int index)
 o 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