Searched defs:ALL (Results 1 – 2 of 2) sorted by relevance
119 public static final EnumSet<Scope> ALL = EnumSet.allOf(Scope.class); field in Scope
275 public static final List<String> ALL = new ArrayList<String>(0); // NOT Collections.EMPTY! field