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
VectorEntityValue
public VectorEntityValue()
VectorEntityValue
public VectorEntityValue(Vector vector)
VectorEntityValue
public VectorEntityValue(int size)
VectorEntityValue
public VectorEntityValue(Collection collection)
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