Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DEnumMap.java617 Object hisValue = e.getValue(); in equals() local
619 (ourValue == hisValue || in equals()
620 (ourValue != null && ourValue.equals(hisValue)))); in equals()
692 Object hisValue = em.vals[i]; in equals() local
693 if (hisValue != ourValue && in equals()
694 (hisValue == null || !hisValue.equals(ourValue))) in equals()