Home
last modified time | relevance | path

Searched defs:theKey (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/
DMapEntry.java32 MapEntry(K theKey) { in MapEntry()
36 MapEntry(K theKey, V theValue) { in MapEntry()
DAbstractMap.java55 public SimpleImmutableEntry(K theKey, V theValue) { in SimpleImmutableEntry()
120 public SimpleEntry(K theKey, V theValue) { in SimpleEntry()
DIdentityHashMap.java88 IdentityHashMapEntry(IdentityHashMap<K,V> map, K theKey, V theValue) { in IdentityHashMapEntry() argument
DEnumMap.java57 Entry(KT theKey, VT theValue, EnumMap<KT, VT> em) { in Entry() argument