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

/libcore/ojluni/src/main/java/java/util/
H A DEnumSet.java330 * @param rest the remaining elements the set is to contain initially
332 * or if <tt>rest</tt> is null
336 public static <E extends Enum<E>> EnumSet<E> of(E first, E... rest) { argument
339 for (E e : rest)

Completed in 48 milliseconds