public class TextReplacementList<T extends ITextReplacement> extends ArrayList<T>
modCount| Constructor and Description |
|---|
TextReplacementList() |
TextReplacementList(int initialCapacity) |
TextReplacementList(Iterable<? extends T> c) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic TextReplacementList()
public TextReplacementList(int initialCapacity)
public String toString()
toString in class AbstractCollection<T extends ITextReplacement>Copyright © 2015. All Rights Reserved.