public class TextReplacementList<T extends ITextReplacement>
extends java.util.ArrayList<T>
| Constructor and Description |
|---|
TextReplacementList() |
TextReplacementList(int initialCapacity) |
TextReplacementList(java.lang.Iterable<? extends T> c) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic TextReplacementList()
public TextReplacementList(java.lang.Iterable<? extends T> c)
public TextReplacementList(int initialCapacity)
public java.lang.String toString()
toString in class java.util.AbstractCollection<T extends ITextReplacement>