com.swfm.mica.util
Class Set

java.lang.Object
  extended bycom.swfm.mica.util.FastVector
      extended bycom.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()
           
 
Method Summary
 void addElement(java.lang.Object obj)
           
 void appendArray(java.lang.Object[] srcArray)
           
 void insertElementAt(java.lang.Object obj, int index)
           
 void setElementAt(java.lang.Object obj, int index)
           
 
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
 

Constructor Detail

Set

public Set()
Method Detail

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