Searched defs:theKey (Results 1 – 4 of 4) sorted by relevance
32 MapEntry(K theKey) { in MapEntry()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() argument
57 Entry(KT theKey, VT theValue, EnumMap<KT, VT> em) { in Entry() argument