Uses of Class
org.eclipse.collections.impl.list.mutable.ArrayListAdapter
-
Packages that use ArrayListAdapter Package Description org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface. -
-
Uses of ArrayListAdapter in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return ArrayListAdapter Modifier and Type Method Description static <E> ArrayListAdapter<E>ArrayListAdapter. adapt(ArrayList<E> newDelegate)ArrayListAdapter<T>ArrayListAdapter. clone()<V> ArrayListAdapter<V>ArrayListAdapter. collect(Function<? super T,? extends V> function)<V> ArrayListAdapter<V>ArrayListAdapter. collectIf(Predicate<? super T> predicate, Function<? super T,? extends V> function)<P,A>
ArrayListAdapter<A>ArrayListAdapter. collectWith(Function2<? super T,? super P,? extends A> function, P parameter)ArrayListAdapter<T>ArrayListAdapter. distinct()ArrayListAdapter<T>ArrayListAdapter. distinct(HashingStrategy<? super T> hashingStrategy)<V> ArrayListAdapter<T>ArrayListAdapter. distinctBy(Function<? super T,? extends V> function)<V> ArrayListAdapter<V>ArrayListAdapter. flatCollect(Function<? super T,? extends 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(Predicate<? super T> predicate)<P> ArrayListAdapter<T>ArrayListAdapter. rejectWith(Predicate2<? super T,? super P> predicate, P parameter)ArrayListAdapter<T>ArrayListAdapter. select(Predicate<? super T> predicate)<P> ArrayListAdapter<T>ArrayListAdapter. selectWith(Predicate2<? super T,? super P> predicate, P parameter)ArrayListAdapter<T>ArrayListAdapter. sortThis()ArrayListAdapter<T>ArrayListAdapter. sortThis(Comparator<? super T> comparator)ArrayListAdapter<T>ArrayListAdapter. with(T element)ArrayListAdapter<T>ArrayListAdapter. with(T... elements)ArrayListAdapter<T>ArrayListAdapter. with(T element1, T element2)ArrayListAdapter<T>ArrayListAdapter. with(T element1, T element2, T element3)ArrayListAdapter<T>ArrayListAdapter. withAll(Iterable<? extends T> elements)ArrayListAdapter<T>ArrayListAdapter. without(T element)ArrayListAdapter<T>ArrayListAdapter. withoutAll(Iterable<? extends T> elements)
-