All Packages Class Hierarchy This Package Previous Next Index
Class com.bulletproof.util.Vector
java.lang.Object
|
+----com.bulletproof.util.Vector
- public class Vector
- extends Object
-
Vector()
-
-
add(Object)
-
-
addElement(Object)
-
-
clone()
-
-
elementAt(int)
-
-
ensureCapacity(int)
-
-
get(int)
-
-
indexOf(Object)
-
-
lastElement()
-
-
remove(int)
-
-
remove(Object)
-
-
set(int, Object)
-
-
setSize(int)
-
-
size()
-
Vector
public Vector()
add
public void add(Object o)
addElement
public void addElement(Object o)
clone
public Object clone()
- Overrides:
- clone in class Object
ensureCapacity
public void ensureCapacity(int newCapacity)
get
public Object get(int index)
elementAt
public Object elementAt(int index)
indexOf
public int indexOf(Object obj)
set
public void set(int index,
Object value)
lastElement
public Object lastElement()
remove
public boolean remove(Object obj)
remove
public Object remove(int index)
setSize
public void setSize(int newSize)
size
public int size()
All Packages Class Hierarchy This Package Previous Next Index