Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java486 Freezable freezableSource = (Freezable) source; in protectCollection() local
487 if (freezableSource.isFrozen()) return source; in protectCollection()
488 return (T) ((Freezable) (freezableSource.cloneAsThawed())).freeze(); in protectCollection()
530 Freezable freezableSource = (Freezable) source; in protectCollectionX() local
531 return (T) freezableSource.freeze(); in protectCollectionX()