static <E> ArrayListAdapter<E> |
ArrayListAdapter.adapt(java.util.ArrayList<E> newDelegate) |
ArrayListAdapter<T> |
ArrayListAdapter.clone() |
<V> ArrayListAdapter<V> |
ArrayListAdapter.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> ArrayListAdapter<V> |
ArrayListAdapter.collectIf(com.gs.collections.api.block.predicate.Predicate<? super T> predicate,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<P,A> ArrayListAdapter<A> |
ArrayListAdapter.collectWith(com.gs.collections.api.block.function.Function2<? super T,? super P,? extends A> function,
P parameter) |
ArrayListAdapter<T> |
ArrayListAdapter.distinct() |
ArrayListAdapter<T> |
ArrayListAdapter.distinct(com.gs.collections.api.block.HashingStrategy<? super T> hashingStrategy) |
<V> ArrayListAdapter<V> |
ArrayListAdapter.flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
ArrayListAdapter<T> |
ArrayListAdapter.newEmpty() |
static <E> ArrayListAdapter<E> |
ArrayListAdapter.newList() |
static <E> ArrayListAdapter<E> |
ArrayListAdapter.newList(int size) |
ArrayListAdapter<T> |
ArrayListAdapter.reject(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
<P> ArrayListAdapter<T> |
ArrayListAdapter.rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
ArrayListAdapter<T> |
ArrayListAdapter.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
<P> ArrayListAdapter<T> |
ArrayListAdapter.selectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
ArrayListAdapter<T> |
ArrayListAdapter.sortThis() |
ArrayListAdapter<T> |
ArrayListAdapter.sortThis(java.util.Comparator<? super T> comparator) |
ArrayListAdapter<T> |
ArrayListAdapter.with(T... elements) |
ArrayListAdapter<T> |
ArrayListAdapter.with(T element) |
ArrayListAdapter<T> |
ArrayListAdapter.with(T element1,
T element2) |
ArrayListAdapter<T> |
ArrayListAdapter.with(T element1,
T element2,
T element3) |
ArrayListAdapter<T> |
ArrayListAdapter.withAll(java.lang.Iterable<? extends T> elements) |
ArrayListAdapter<T> |
ArrayListAdapter.without(T element) |
ArrayListAdapter<T> |
ArrayListAdapter.withoutAll(java.lang.Iterable<? extends T> elements) |