- add
void add(int index, Object element)
Undocumented in source.
- add
bool add(Object o)
Undocumented in source.
- add
bool add(String o)
Undocumented in source.
- addAll
bool addAll(Collection c)
Undocumented in source.
- addAll
bool addAll(int index, Collection c)
Undocumented in source.
- clear
void clear()
Undocumented in source.
- contains
bool contains(Object o)
Undocumented in source.
- contains
bool contains(String o)
Undocumented in source.
- containsAll
bool containsAll(Collection c)
Undocumented in source.
- get
Object get(int index)
Undocumented in source.
- indexOf
int indexOf(Object o)
Undocumented in source.
- isEmpty
bool isEmpty()
Undocumented in source.
- iterator
Iterator iterator()
Undocumented in source.
- lastIndexOf
int lastIndexOf(Object o)
Undocumented in source.
- listIterator
ListIterator listIterator()
Undocumented in source.
- listIterator
ListIterator listIterator(int index)
Undocumented in source.
- opEquals
equals_t opEquals(Object o)
Undocumented in source.
- remove
Object remove(int index)
Undocumented in source.
- remove
bool remove(Object o)
Undocumented in source.
- remove
bool remove(String o)
Undocumented in source.
- removeAll
bool removeAll(Collection c)
Undocumented in source.
- retainAll
bool retainAll(Collection c)
Undocumented in source.
- set
Object set(int index, Object element)
Undocumented in source.
- size
int size()
Undocumented in source.
- subList
List subList(int fromIndex, int toIndex)
Undocumented in source.
- toArray
Object[] toArray()
Undocumented in source.
- toArray
Object[] toArray(Object[] a)
Undocumented in source.
- toArray
String[] toArray(String[] a)
Undocumented in source.
- toHash
hash_t toHash()
Undocumented in source.
- toString
String toString()
Undocumented in source.