T
- The entry type.public final class AList<T> extends LinkedList<T>
LinkedList
with a convenience append(Object)
method.
Primarily used for testing purposes for quickly creating populated lists.
modCount
Constructor and Description |
---|
AList() |
Modifier and Type | Method and Description |
---|---|
AList<T> |
append(T t)
Adds an entry to this list.
|
AList<T> |
appendAll(T... t)
Adds multiple entries to this list.
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
parallelStream, removeIf, stream
Copyright © 2018 Apache. All rights reserved.