Searched defs:MapEntry (Results 1 – 1 of 1) sorted by relevance
23 class MapEntry<K, V> implements Map.Entry<K, V>, Cloneable { class32 MapEntry(K theKey) { in MapEntry() method in MapEntry36 MapEntry(K theKey, V theValue) { in MapEntry() method in MapEntry