Searched refs:ALL_CODES_AS_SET (Results 1 – 1 of 1) sorted by relevance
867 private static SoftReference<Set<String>> ALL_CODES_AS_SET; field in Currency885 Set<String> all = (ALL_CODES_AS_SET == null) ? null : ALL_CODES_AS_SET.get(); in getAllCurrenciesAsSet()890 ALL_CODES_AS_SET = new SoftReference<Set<String>>(all); in getAllCurrenciesAsSet()