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.java469 Freezable freezableSource = (Freezable) source; in protectCollection() local
470 if (freezableSource.isFrozen()) return source; in protectCollection()
471 return (T) ((Freezable) (freezableSource.cloneAsThawed())).freeze(); in protectCollection()
513 Freezable freezableSource = (Freezable) source; in protectCollectionX() local
514 return (T) freezableSource.freeze(); in protectCollectionX()