Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/
DMapEntry.java23 class MapEntry<K, V> implements Map.Entry<K, V>, Cloneable { class
32 MapEntry(K theKey) { in MapEntry() method in MapEntry
36 MapEntry(K theKey, V theValue) { in MapEntry() method in MapEntry