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

/libcore/ojluni/src/main/java/java/util/
H A DEnumSet.java278 * @param e4 another element that this set is to contain initially
282 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { argument
287 result.add(e4);
304 * @param e4 another element that this set is to contain initially
309 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, argument
316 result.add(e4);

Completed in 16 milliseconds