Searched defs:SimpleEntry (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
H A DSmallSortedMapTest.java48 // java.util.AbstractMap.SimpleEntry is private in JDK 1.5. We re-implement it
50 private static class SimpleEntry<K, V> implements Map.Entry<K, V> { class in class:SmallSortedMapTest
54 SimpleEntry(K key, V value) { method in class:SmallSortedMapTest.SimpleEntry
239 entrySet.contains(new SimpleEntry<Integer, Integer>(i, i + 1)));
241 entrySet.contains(new SimpleEntry<Integer, Integer>(i, i)));
250 new SimpleEntry<Integer, Integer>(i, i + 1);
270 new SimpleEntry<Integer, Integer>(i, i + 1);
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMapTest.java267 static class SimpleEntry<K, V> extends AbstractMapEntry<K, V> { class in class:ImmutableMapTest.CreationTests
271 SimpleEntry(K key, V value) { method in class:ImmutableMapTest.CreationTests.SimpleEntry
290 builder.put(new SimpleEntry<String, Integer>(null, 1));
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DRelation.java94 result.add(new SimpleEntry(key, value));
226 static class SimpleEntry<K, V> implements Entry<K, V> { class in class:Relation
231 public SimpleEntry(K key, V value) { method in class:Relation.SimpleEntry
236 public SimpleEntry(Entry<K, V> e) { method in class:Relation.SimpleEntry
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableMapTest.java407 static class SimpleEntry<K, V> extends AbstractMapEntry<K, V> { class in class:ImmutableMapTest.CreationTests
411 SimpleEntry(K key, V value) { method in class:ImmutableMapTest.CreationTests.SimpleEntry
430 builder.put(new SimpleEntry<String, Integer>(null, 1));
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 754 milliseconds