Searched defs:SimpleEntry (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ | ||
D | Relation.java | 232 static class SimpleEntry<K, V> implements Entry<K, V> { class in Relation |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ | ||
D | Relation.java | 234 static class SimpleEntry<K, V> implements Entry<K, V> { class in Relation |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ | ||
D | SmallSortedMapTest.java | 47 private static class SimpleEntry<K, V> implements Map.Entry<K, V> { class in SmallSortedMapTest |