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, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
protected AppendableList()
protected AppendableList(Collection<? extends E> c)
protected String getSeparator()
public String toString()
toString
in class AbstractCollection<E>
Copyright © 2005–2018. All rights reserved.