private static class Expressions.FluentArrayList<T> extends ArrayList<T> implements Expressions.FluentList<T>
modCount| Constructor and Description |
|---|
Expressions.FluentArrayList() |
Expressions.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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringpublic Expressions.FluentArrayList()
public Expressions.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–2016 The Apache Software Foundation. All rights reserved.