Searched refs:newVal (Results 1 – 3 of 3) sorted by relevance
60 V newVal = createObject(key); in get() local64 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()
896 int newVal = range.checkValidIntValue(newValue, this); // lenient check range in adjustInto() local898 if (newVal == currentVal) { in adjustInto()910 return (R) temporal.plus(newVal - currentVal, baseUnit); in adjustInto()
68 …bcore.util.NullFromTypeParam T oldVal, @libcore.util.NullFromTypeParam T newVal) { throw new Runti… in replaceAll() argument