org.datamanager.passiveentityvalue
Class VectorEntityValue

java.lang.Object
  |
  +--org.datamanager.passiveentityvalue.VectorEntityValue
All Implemented Interfaces:
EntityValue, PassiveEntityValue, Serializable

public class VectorEntityValue
extends Object
implements PassiveEntityValue

Objects of this class wrap java.util.Vector objects.

See Also:
Serialized Form

Constructor Summary
VectorEntityValue()
           
VectorEntityValue(Collection collection)
           
VectorEntityValue(int size)
           
VectorEntityValue(Vector vector)
           
 
Method Summary
 void add(int index, Object object)
           
 void addElement(Object obj)
           
 Object elementAt(int index)
           
 boolean equals(Object object)
           
 Vector getVector()
           
 int hashCode()
           
 Object remove(int index)
           
 boolean remove(Object object)
           
 void removeAllElements()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VectorEntityValue

public VectorEntityValue()

VectorEntityValue

public VectorEntityValue(Vector vector)

VectorEntityValue

public VectorEntityValue(int size)

VectorEntityValue

public VectorEntityValue(Collection collection)
Method Detail

add

public void add(int index,
                Object object)

addElement

public void addElement(Object obj)

elementAt

public Object elementAt(int index)

remove

public Object remove(int index)

remove

public boolean remove(Object object)

removeAllElements

public void removeAllElements()

hashCode

public int hashCode()
Specified by:
hashCode in interface PassiveEntityValue
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getVector

public Vector getVector()

size

public int size()

equals

public boolean equals(Object object)
Specified by:
equals in interface PassiveEntityValue
Overrides:
equals in class Object


See the Helium Website