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