All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class isf.vector.KeysV

java.lang.Object
   |
   +----isf.vector.KeysV

public class KeysV
extends Object
implements Keys


See Also:
Isf

Constructor Index

 o KeysV(int)
 o KeysV(Key[])
 o KeysV(KeysV)
 o KeysV(Vector)

Method Index

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

Constructors

 o KeysV
 public KeysV(int n)
 o KeysV
 public KeysV(Key keys[])
 o KeysV
 public KeysV(Vector keys)
 o KeysV
 public KeysV(KeysV 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 toString
 public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
 o getNumberOfKeys
 public int getNumberOfKeys()
 o capacity
 public int capacity()
 o insertElementAt
 public void insertElementAt(Key newKey,
                             int index)
 o removeElementAt
 public void removeElementAt(int index)
 o addElement
 public void addElement(Key newKey)
 o setElementAt
 public void setElementAt(Key newKey,
                          int index)
 o elementAt
 public Key elementAt(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index