dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
Vector.add
java
util
Vector
Vector
Undocumented in source. Be warned that the author may not have intended to support it.
void
add
(int index, Object element)
class
Vector
override
void
add
(
int
index
,
Object
element
)
bool
add
(Object o)
bool
add
(String o)
Meta
Source
See Implementation
java
util
Vector
Vector
constructors
this
functions
add
addAll
addElement
capacity
clear
clone
contains
containsAll
copyInto
elementAt
elements
ensureCapacity
firstElement
get
indexOf
insertElementAt
isEmpty
iterator
lastElement
lastIndexOf
listIterator
opApply
opEquals
remove
removeAll
removeAllElements
removeElement
removeElementAt
removeRange
retainAll
set
setElementAt
setSize
size
subList
toArray
toHash
toString
trimToSize
variables
capacityIncrement
used
vect