public final class AknList<E extends AknObject> extends ExternalizableList<E>
| Modifier and Type | Method and Description |
|---|---|
<T extends AknVisitor> |
accept(T visitor)
Visit all element in this list with the given
Visitor. |
add, add, addAll, addAll, addUncheck, clear, contains, containsAll, forEach, get, getElems, grow, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, stream, subList, toArray, toArray, toString, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIfpublic AknList(E[] elem)
public <T extends AknVisitor> void accept(T visitor)
Visit all element in this list with the given Visitor.
visitor - the visitor for each element.Copyright © 2017. All rights reserved.