Searched defs:e2 (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DEnumSet.java218 * @param e2 another element that this set is to contain initially
222 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { argument
225 result.add(e2);
239 * @param e2 another element that this set is to contain initially
244 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { argument
247 result.add(e2);
262 * @param e2 another element that this set is to contain initially
268 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { argument
271 result.add(e2);
287 * @param e2 anothe
294 of(E e1, E e2, E e3, E e4, E e5) argument
[all...]
H A DArrays.java953 * <i>mutually comparable</i> (that is, {@code e1.compareTo(e2)} must
955 * and {@code e2} in the array).
1005 * comparable</i> (that is, {@code e1.compareTo(e2)} must not throw a
1007 * {@code e2} in the array).
1059 * {@code c.compare(e1, e2)} must not throw a {@code ClassCastException}
1060 * for any elements {@code e1} and {@code e2} in the array).
1111 * {@code c.compare(e1, e2)} must not throw a {@code ClassCastException}
1112 * for any elements {@code e1} and {@code e2} in the range).
1218 * <i>mutually comparable</i> (that is, {@code e1.compareTo(e2)} must
1220 * and {@code e2} i
4288 deepEquals0(Object e1, Object e2) argument
[all...]

Completed in 97 milliseconds