Uses of Class
org.eclipse.collections.impl.list.mutable.ArrayListAdapter
Packages that use ArrayListAdapter
-
Uses of ArrayListAdapter in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable that return ArrayListAdapterModifier and TypeMethodDescriptionstatic <E> ArrayListAdapter<E> ArrayListAdapter.clone()<V> ArrayListAdapter<V> <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.distinct()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.newEmpty()static <E> ArrayListAdapter<E> ArrayListAdapter.newList()static <E> ArrayListAdapter<E> ArrayListAdapter.newList(int size) <P> ArrayListAdapter<T> ArrayListAdapter.rejectWith(Predicate2<? super T, ? super P> predicate, P parameter) <P> ArrayListAdapter<T> ArrayListAdapter.selectWith(Predicate2<? super T, ? super P> predicate, P parameter) ArrayListAdapter.sortThis()ArrayListAdapter.sortThis(Comparator<? super T> comparator) ArrayListAdapter.withoutAll(Iterable<? extends T> elements) private <E> ArrayListAdapter<E>