Searched refs:newVal (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | LocaleObjectCache.java | 60 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/ |
D | WeekFields.java | 896 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/ |
D | Collections.java | 884 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/ |
D | Collections.annotated.java | 68 …bcore.util.NullFromTypeParam T oldVal, @libcore.util.NullFromTypeParam T newVal) { throw new Runti… in replaceAll() argument
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Collections.java | 140 public static <T> boolean replaceAll(java.util.List<T> list, T oldVal, T newVal) { in replaceAll() argument
|