Searched refs:putNew (Results 1 – 2 of 2) sorted by relevance
346 CldrUtility.putNew(a.element.attributes, a, a.element.attributes.size()); in addAttribute()405 CldrUtility.putNew(children, dtdData.elementFrom(part), children.size()); in setChildren()
1427 public static <K, V, M extends Map<K, V>> M putNew(M map, K key, V value) { in putNew() method in CldrUtility