Searched refs:theKey (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/util/
H A DMapEntry.java32 MapEntry(K theKey) { argument
33 key = theKey;
36 MapEntry(K theKey, V theValue) { argument
37 key = theKey;
H A DEnumMap.java57 Entry(KT theKey, VT theValue, EnumMap<KT, VT> em) { argument
58 super(theKey, theValue);
60 ordinal = ((Enum) theKey).ordinal();
H A DIdentityHashMap.java86 IdentityHashMapEntry(K theKey, V theValue) { argument
87 super(theKey, theValue);

Completed in 86 milliseconds