Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCldrUtility.java455 Collection<Object> resultCollection = clone(sourceCollection); in protectCollection() local
456 if (resultCollection == null) return (T) sourceCollection; // failed in protectCollection()
457 resultCollection.clear(); in protectCollection()
460 resultCollection.add(protectCollection(item)); in protectCollection()