T - element typeprivate static class Expressions.FluentArrayList<T> extends ArrayList<T> implements Expressions.FluentList<T>
modCount| Constructor and Description |
|---|
FluentArrayList() |
FluentArrayList(Collection<? extends T> c) |
| Modifier and Type | Method and Description |
|---|---|
Expressions.FluentList<T> |
append(T t) |
Expressions.FluentList<T> |
appendAll(Iterable<T> ts) |
Expressions.FluentList<T> |
appendAll(T... ts) |
Expressions.FluentList<T> |
appendIf(boolean condition,
T t) |
Expressions.FluentList<T> |
appendIfNotNull(T t) |
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, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamFluentArrayList()
FluentArrayList(Collection<? extends T> c)
public Expressions.FluentList<T> append(T t)
append in interface Expressions.FluentList<T>public Expressions.FluentList<T> appendIf(boolean condition, T t)
appendIf in interface Expressions.FluentList<T>public Expressions.FluentList<T> appendIfNotNull(T t)
appendIfNotNull in interface Expressions.FluentList<T>public Expressions.FluentList<T> appendAll(Iterable<T> ts)
appendAll in interface Expressions.FluentList<T>public Expressions.FluentList<T> appendAll(T... ts)
appendAll in interface Expressions.FluentList<T>Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.