Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/util/locale/
DLocaleObjectCache.java60 V newVal = createObject(key); in get() local
64 if (key == null || newVal == null) { in get()
69 CacheEntry<K, V> newEntry = new CacheEntry<>(key, newVal, queue); in get()
73 value = newVal; in get()
78 value = newVal; in get()
/libcore/ojluni/src/main/java/java/time/temporal/
DWeekFields.java896 int newVal = range.checkValidIntValue(newValue, this); // lenient check range in adjustInto() local
898 if (newVal == currentVal) { in adjustInto()
910 return (R) temporal.plus(newVal - currentVal, baseUnit); in adjustInto()
/libcore/ojluni/src/main/java/java/util/
DCollections.java884 public static <T> boolean replaceAll(List<T> list, T oldVal, T newVal) { in replaceAll() argument
891 list.set(i, newVal); in replaceAll()
898 list.set(i, newVal); in replaceAll()
908 itr.set(newVal); in replaceAll()
915 itr.set(newVal); in replaceAll()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java68 …bcore.util.NullFromTypeParam T oldVal, @libcore.util.NullFromTypeParam T newVal) { throw new Runti… in replaceAll() argument
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java140 public static <T> boolean replaceAll(java.util.List<T> list, T oldVal, T newVal) { in replaceAll() argument