com.swfm.mica.util
Class Set
java.lang.Object
com.swfm.mica.util.FastVector
com.swfm.mica.util.Set
- All Implemented Interfaces:
- java.lang.Cloneable
- public class Set
- extends FastVector
- Version:
- %I% %G%
- Author:
- Michael L. Davis
|
Constructor Summary |
Set()
|
| Methods inherited from class com.swfm.mica.util.FastVector |
append, append, clone, contains, copy, copy, copyInto, elementAt, equals, hashCode, indexOf, lastElement, removeAll, removeAllElements, removeElement, removeElementAt, removeElements, reverseOrder, size, toArray, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Set
public Set()
appendArray
public void appendArray(java.lang.Object[] srcArray)
addElement
public void addElement(java.lang.Object obj)
- Overrides:
addElement in class FastVector
insertElementAt
public void insertElementAt(java.lang.Object obj,
int index)
- Overrides:
insertElementAt in class FastVector
setElementAt
public void setElementAt(java.lang.Object obj,
int index)
- Overrides:
setElementAt in class FastVector