AbstractList

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(String o)
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.
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.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Object o)
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.
get
Object get(int index)
Undocumented in source.
indexOf
int indexOf(Object o)
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.
lastIndexOf
int lastIndexOf(Object o)
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.
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 o)
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.
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.
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.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AbstractCollection

add
bool add(Object 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.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Object o)
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.
opEquals
equals_t opEquals(Object o)
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.
toHash
hash_t toHash()
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 o)
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.
retainAll
bool retainAll(Collection c)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source.
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.

From List

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.
opEquals
equals_t opEquals(Object o)
Undocumented in source.
get
Object get(int index)
Undocumented in source.
toHash
hash_t toHash()
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.
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.
toString
String toString()
Undocumented in source.

Meta