|
| 1 | +// Generated automatically from org.apache.commons.collections4.CollectionUtils for testing purposes |
| 2 | + |
| 3 | +package org.apache.commons.collections4; |
| 4 | + |
| 5 | +import java.util.Collection; |
| 6 | +import java.util.Comparator; |
| 7 | +import java.util.Enumeration; |
| 8 | +import java.util.Iterator; |
| 9 | +import java.util.List; |
| 10 | +import java.util.Map; |
| 11 | +import org.apache.commons.collections4.Closure; |
| 12 | +import org.apache.commons.collections4.Equator; |
| 13 | +import org.apache.commons.collections4.Predicate; |
| 14 | +import org.apache.commons.collections4.Transformer; |
| 15 | + |
| 16 | +public class CollectionUtils |
| 17 | +{ |
| 18 | + protected CollectionUtils() {} |
| 19 | + public static <C> Collection<C> predicatedCollection(Collection<C> p0, Predicate<? super C> p1){ return null; } |
| 20 | + public static <C> Collection<C> retainAll(Collection<C> p0, Collection<? extends Object> p1){ return null; } |
| 21 | + public static <C> Collection<C> synchronizedCollection(Collection<C> p0){ return null; } |
| 22 | + public static <C> Collection<C> unmodifiableCollection(Collection<? extends C> p0){ return null; } |
| 23 | + public static <C> boolean addAll(Collection<C> p0, C... p1){ return false; } |
| 24 | + public static <C> boolean addAll(Collection<C> p0, Enumeration<? extends C> p1){ return false; } |
| 25 | + public static <C> boolean addAll(Collection<C> p0, Iterable<? extends C> p1){ return false; } |
| 26 | + public static <C> boolean addAll(Collection<C> p0, Iterator<? extends C> p1){ return false; } |
| 27 | + public static <C> boolean exists(Iterable<C> p0, Predicate<? super C> p1){ return false; } |
| 28 | + public static <C> boolean matchesAll(Iterable<C> p0, Predicate<? super C> p1){ return false; } |
| 29 | + public static <C> int countMatches(Iterable<C> p0, Predicate<? super C> p1){ return 0; } |
| 30 | + public static <C> void transform(Collection<C> p0, Transformer<? super C, ? extends C> p1){} |
| 31 | + public static <E> Collection<E> removeAll(Collection<E> p0, Collection<? extends Object> p1){ return null; } |
| 32 | + public static <E> Collection<E> removeAll(Iterable<E> p0, Iterable<? extends E> p1, Equator<? super E> p2){ return null; } |
| 33 | + public static <E> Collection<E> retainAll(Iterable<E> p0, Iterable<? extends E> p1, Equator<? super E> p2){ return null; } |
| 34 | + public static <E> Collection<E> transformingCollection(Collection<E> p0, Transformer<? super E, ? extends E> p1){ return null; } |
| 35 | + public static <E> Collection<List<E>> permutations(Collection<E> p0){ return null; } |
| 36 | + public static <E> E extractSingleton(Collection<E> p0){ return null; } |
| 37 | + public static <E> boolean isEqualCollection(Collection<? extends E> p0, Collection<? extends E> p1, Equator<? super E> p2){ return false; } |
| 38 | + public static <I, O, R extends Collection<? super O>> R collect(Iterable<? extends I> p0, Transformer<? super I, ? extends O> p1, R p2){ return null; } |
| 39 | + public static <I, O, R extends Collection<? super O>> R collect(Iterator<? extends I> p0, Transformer<? super I, ? extends O> p1, R p2){ return null; } |
| 40 | + public static <I, O> Collection<O> collect(Iterable<I> p0, Transformer<? super I, ? extends O> p1){ return null; } |
| 41 | + public static <I, O> Collection<O> collect(Iterator<I> p0, Transformer<? super I, ? extends O> p1){ return null; } |
| 42 | + public static <K, V> Map.Entry<K, V> get(Map<K, V> p0, int p1){ return null; } |
| 43 | + public static <O extends Comparable<? super O>> List<O> collate(Iterable<? extends O> p0, Iterable<? extends O> p1){ return null; } |
| 44 | + public static <O extends Comparable<? super O>> List<O> collate(Iterable<? extends O> p0, Iterable<? extends O> p1, boolean p2){ return null; } |
| 45 | + public static <O, R extends Collection<? super O>> R select(Iterable<? extends O> p0, Predicate<? super O> p1, R p2){ return null; } |
| 46 | + public static <O, R extends Collection<? super O>> R select(Iterable<? extends O> p0, Predicate<? super O> p1, R p2, R p3){ return null; } |
| 47 | + public static <O, R extends Collection<? super O>> R selectRejected(Iterable<? extends O> p0, Predicate<? super O> p1, R p2){ return null; } |
| 48 | + public static <O> Collection<O> disjunction(Iterable<? extends O> p0, Iterable<? extends O> p1){ return null; } |
| 49 | + public static <O> Collection<O> intersection(Iterable<? extends O> p0, Iterable<? extends O> p1){ return null; } |
| 50 | + public static <O> Collection<O> select(Iterable<? extends O> p0, Predicate<? super O> p1){ return null; } |
| 51 | + public static <O> Collection<O> selectRejected(Iterable<? extends O> p0, Predicate<? super O> p1){ return null; } |
| 52 | + public static <O> Collection<O> subtract(Iterable<? extends O> p0, Iterable<? extends O> p1){ return null; } |
| 53 | + public static <O> Collection<O> subtract(Iterable<? extends O> p0, Iterable<? extends O> p1, Predicate<O> p2){ return null; } |
| 54 | + public static <O> Collection<O> union(Iterable<? extends O> p0, Iterable<? extends O> p1){ return null; } |
| 55 | + public static <O> List<O> collate(Iterable<? extends O> p0, Iterable<? extends O> p1, Comparator<? super O> p2){ return null; } |
| 56 | + public static <O> List<O> collate(Iterable<? extends O> p0, Iterable<? extends O> p1, Comparator<? super O> p2, boolean p3){ return null; } |
| 57 | + public static <O> Map<O, Integer> getCardinalityMap(Iterable<? extends O> p0){ return null; } |
| 58 | + public static <O> int cardinality(O p0, Iterable<? super O> p1){ return 0; } |
| 59 | + public static <T, C extends Closure<? super T>> C forAllDo(Iterable<T> p0, C p1){ return null; } |
| 60 | + public static <T, C extends Closure<? super T>> C forAllDo(Iterator<T> p0, C p1){ return null; } |
| 61 | + public static <T, C extends Closure<? super T>> T forAllButLastDo(Iterable<T> p0, C p1){ return null; } |
| 62 | + public static <T, C extends Closure<? super T>> T forAllButLastDo(Iterator<T> p0, C p1){ return null; } |
| 63 | + public static <T> Collection<T> emptyCollection(){ return null; } |
| 64 | + public static <T> Collection<T> emptyIfNull(Collection<T> p0){ return null; } |
| 65 | + public static <T> T find(Iterable<T> p0, Predicate<? super T> p1){ return null; } |
| 66 | + public static <T> T get(Iterable<T> p0, int p1){ return null; } |
| 67 | + public static <T> T get(Iterator<T> p0, int p1){ return null; } |
| 68 | + public static <T> boolean addIgnoreNull(Collection<T> p0, T p1){ return false; } |
| 69 | + public static <T> boolean containsAny(Collection<? extends Object> p0, T... p1){ return false; } |
| 70 | + public static <T> boolean filter(Iterable<T> p0, Predicate<? super T> p1){ return false; } |
| 71 | + public static <T> boolean filterInverse(Iterable<T> p0, Predicate<? super T> p1){ return false; } |
| 72 | + public static Collection EMPTY_COLLECTION = null; |
| 73 | + public static Object get(Object p0, int p1){ return null; } |
| 74 | + public static boolean containsAll(Collection<? extends Object> p0, Collection<? extends Object> p1){ return false; } |
| 75 | + public static boolean containsAny(Collection<? extends Object> p0, Collection<? extends Object> p1){ return false; } |
| 76 | + public static boolean isEmpty(Collection<? extends Object> p0){ return false; } |
| 77 | + public static boolean isEqualCollection(Collection<? extends Object> p0, Collection<? extends Object> p1){ return false; } |
| 78 | + public static boolean isFull(Collection<? extends Object> p0){ return false; } |
| 79 | + public static boolean isNotEmpty(Collection<? extends Object> p0){ return false; } |
| 80 | + public static boolean isProperSubCollection(Collection<? extends Object> p0, Collection<? extends Object> p1){ return false; } |
| 81 | + public static boolean isSubCollection(Collection<? extends Object> p0, Collection<? extends Object> p1){ return false; } |
| 82 | + public static boolean sizeIsEmpty(Object p0){ return false; } |
| 83 | + public static int maxSize(Collection<? extends Object> p0){ return 0; } |
| 84 | + public static int size(Object p0){ return 0; } |
| 85 | + public static void reverseArray(Object[] p0){} |
| 86 | + static void checkIndexBounds(int p0){} |
| 87 | +} |
0 commit comments