All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----isf.vector.KeysV
public KeysV(int n)KeysV
public KeysV(Key keys[])KeysV
public KeysV(Vector keys)KeysV
public KeysV(KeysV src)
public JamObject copy()equals
public boolean equals(Object spc)
public String toString()
public int getNumberOfKeys()capacity
public int capacity()insertElementAt
public void insertElementAt(Key newKey, int index)removeElementAt
public void removeElementAt(int index)addElement
public void addElement(Key newKey)setElementAt
public void setElementAt(Key newKey, int index)elementAt
public Key elementAt(int index)
All Packages Class Hierarchy This Package Previous Next Index