Searched defs:theValue (Results 1 – 4 of 4) sorted by relevance
57 Entry(KT theKey, VT theValue, EnumMap<KT, VT> em) { in Entry()74 Object theValue = entry.getValue(); in equals() local
36 MapEntry(K theKey, V theValue) { in MapEntry()
55 public SimpleImmutableEntry(K theKey, V theValue) { in SimpleImmutableEntry()120 public SimpleEntry(K theKey, V theValue) { in SimpleEntry()
88 IdentityHashMapEntry(IdentityHashMap<K,V> map, K theKey, V theValue) { in IdentityHashMapEntry()