Home
last modified time | relevance | path

Searched refs:KNOWN_IMMUTABLES (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java520 private static final Set<Object> KNOWN_IMMUTABLES = new HashSet<Object>(Arrays.asList( field in CldrUtility
527 || KNOWN_IMMUTABLES.contains(source.getClass()); in isImmutable()