Home | History | Annotate | Download | only in collect

Lines Matching full:noneof

122      * TODO: noneOf() and addAll() will both throw NullPointerExceptions when
125 * iterable is null but elementType is not, noneOf() will throw a
135 EnumSet<E> set = EnumSet.noneOf(elementType);
149 * EnumSet#noneOf} instead.