Stack

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

add
void add(int index, Object element)
Undocumented in source. Be warned that the author may not have intended to support it.
add
bool add(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
add
bool add(String o)
Undocumented in source. Be warned that the author may not have intended to support it.
addAll
bool addAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
addAll
bool addAll(int index, Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
addElement
void addElement(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
capacity
int capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
clone
Object clone()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Object elem)
Undocumented in source. Be warned that the author may not have intended to support it.
containsAll
bool containsAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
copyInto
void copyInto(Object[] anArray)
Undocumented in source. Be warned that the author may not have intended to support it.
elementAt
Object elementAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
ensureCapacity
void ensureCapacity(int minCapacity)
Undocumented in source. Be warned that the author may not have intended to support it.
firstElement
Object firstElement()
Undocumented in source. Be warned that the author may not have intended to support it.
get
Object get(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(Object elem)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(Object elem, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
insertElementAt
void insertElementAt(Object obj, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
iterator
Iterator iterator()
Undocumented in source. Be warned that the author may not have intended to support it.
lastElement
Object lastElement()
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(Object elem)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(Object elem, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
listIterator
ListIterator listIterator()
Undocumented in source. Be warned that the author may not have intended to support it.
listIterator
ListIterator listIterator(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Object value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
equals_t opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
peek
Object peek()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
Object pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
Object push(Object item)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
Object remove(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(String key)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
bool removeAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAllElements
void removeAllElements()
Undocumented in source. Be warned that the author may not have intended to support it.
removeElement
bool removeElement(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
removeElementAt
void removeElementAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
removeRange
void removeRange(int fromIndex, int toIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
retainAll
bool retainAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
search
int search(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
set
Object set(int index, Object element)
Undocumented in source. Be warned that the author may not have intended to support it.
setElementAt
void setElementAt(Object obj, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
setSize
void setSize(int newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
subList
List subList(int fromIndex, int toIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
Object[] toArray()
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
Object[] toArray(Object[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
String[] toArray(String[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.
trimToSize
void trimToSize()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Vector

vect
Object[] vect;
Undocumented in source.
used
int used;
Undocumented in source.
capacityIncrement
int capacityIncrement;
Undocumented in source.
add
void add(int index, Object element)
Undocumented in source. Be warned that the author may not have intended to support it.
add
bool add(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
add
bool add(String o)
Undocumented in source. Be warned that the author may not have intended to support it.
addAll
bool addAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
addAll
bool addAll(int index, Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
addElement
void addElement(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
capacity
int capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
clone
Object clone()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Object elem)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(String str)
Undocumented in source. Be warned that the author may not have intended to support it.
containsAll
bool containsAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
copyInto
void copyInto(void*[] anArray)
Undocumented in source. Be warned that the author may not have intended to support it.
elementAt
Object elementAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
elements
Enumeration elements()
Undocumented in source. Be warned that the author may not have intended to support it.
ensureCapacity
void ensureCapacity(int minCapacity)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
equals_t opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
firstElement
Object firstElement()
Undocumented in source. Be warned that the author may not have intended to support it.
get
Object get(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(Object elem)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(Object elem, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
insertElementAt
void insertElementAt(Object obj, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
iterator
Iterator iterator()
Undocumented in source. Be warned that the author may not have intended to support it.
lastElement
Object lastElement()
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(Object elem)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(Object elem, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
listIterator
ListIterator listIterator()
Undocumented in source. Be warned that the author may not have intended to support it.
listIterator
ListIterator listIterator(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
Object remove(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(String key)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
bool removeAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAllElements
void removeAllElements()
Undocumented in source. Be warned that the author may not have intended to support it.
removeElement
bool removeElement(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
removeElementAt
void removeElementAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
removeRange
void removeRange(int fromIndex, int toIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
retainAll
bool retainAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
set
Object set(int index, Object element)
Undocumented in source. Be warned that the author may not have intended to support it.
setElementAt
void setElementAt(Object obj, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
setSize
void setSize(int newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
subList
List subList(int fromIndex, int toIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
Object[] toArray()
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
Object[] toArray(Object[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
String[] toArray(String[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.
trimToSize
void trimToSize()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Object value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta