Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRelation.java232 static class SimpleEntry<K, V> implements Entry<K, V> { class in Relation
237 public SimpleEntry(K key, V value) { in SimpleEntry() method in Relation.SimpleEntry
242 public SimpleEntry(Entry<K, V> e) { in SimpleEntry() method in Relation.SimpleEntry
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRelation.java234 static class SimpleEntry<K, V> implements Entry<K, V> { class in Relation
239 public SimpleEntry(K key, V value) { in SimpleEntry() method in Relation.SimpleEntry
244 public SimpleEntry(Entry<K, V> e) { in SimpleEntry() method in Relation.SimpleEntry
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DSmallSortedMapTest.java47 private static class SimpleEntry<K, V> implements Map.Entry<K, V> { class in SmallSortedMapTest
51 SimpleEntry(K key, V value) { in SimpleEntry() method in SmallSortedMapTest.SimpleEntry