Home | History | Annotate | Download | only in util

Lines Matching defs:ALL_CODES_AS_SET

972     private static SoftReference<Set<String>> ALL_CODES_AS_SET;
990 Set<String> all = (ALL_CODES_AS_SET == null) ? null : ALL_CODES_AS_SET.get();
995 ALL_CODES_AS_SET = new SoftReference<Set<String>>(all);