protected static class QueryImpl.AppendableList<E> extends ArrayList<E>
modCount| Modifier | Constructor and Description |
|---|---|
protected |
AppendableList() |
protected |
AppendableList(Collection<? extends E> c) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getSeparator() |
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, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprotected AppendableList()
protected AppendableList(Collection<? extends E> c)
protected String getSeparator()
public String toString()
toString in class AbstractCollection<E>Copyright © 2005–2016. All rights reserved.