- add
void add(T dat)
Undocumented in source. Be warned that the author may not have intended to support it.
- addArray
void addArray(T[] dat)
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.
- indexOf
integer indexOf(T dat, integer i, bool forward)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
void insert(uinteger index, T[] dat)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
void insert(uinteger index, T dat)
Undocumented in source. Be warned that the author may not have intended to support it.
- length
integer length()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadArray
void loadArray(T[] dats)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
T read(uinteger index)
Undocumented in source. Be warned that the author may not have intended to support it.
- readLast
T readLast()
Undocumented in source. Be warned that the author may not have intended to support it.
- readLast
T[] readLast(uinteger count)
Undocumented in source. Be warned that the author may not have intended to support it.
- readRange
T[] readRange(uinteger index, uinteger i2)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(uinteger index, uinteger count)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeLast
void removeLast(uinteger count)
Undocumented in source. Be warned that the author may not have intended to support it.
- saveFile
void saveFile(string s, T sp)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(uinteger index, T dat)
Undocumented in source. Be warned that the author may not have intended to support it.
- shrink
void shrink(uinteger newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- toArray
T[] toArray()
Undocumented in source. Be warned that the author may not have intended to support it.