Searched defs:Map (Results 1 – 9 of 9) sorted by relevance
| /libcore/luni/src/test/java/libcore/java/util/ |
| D | OldCollectionsTest.java | 724 private void assertSerialized(Map<?, ?> map, String s) { in assertSerialized() argument 727 @Override protected void verify(Map<?, ?> deserialized) throws Exception { in assertSerialized() argument 739 @Override protected boolean equals(Map<?, ?> a, Map<?, ?> b) { in assertSerialized() argument
|
| /libcore/ojluni/src/main/java/sun/util/locale/ |
| D | LocaleUtils.java | 217 public static boolean isEmpty(Map<?, ?> map) { in isEmpty() argument
|
| /libcore/ojluni/src/test/java/util/Map/ |
| D | MapBinToFromTreeTest.java | 164 Collector<Integer, ?, ? extends Collection<Integer>> getCollector(Map<?, ?> m) { in getCollector() argument
|
| /libcore/ojluni/annotations/mmodule/java/security/ |
| D | Provider.annotated.java | 53 public synchronized void putAll(java.util.Map<?,?> t) { throw new RuntimeException("Stub!"); } in putAll()
|
| /libcore/ojluni/src/test/java/util/Collection/ |
| D | MOAT.java | 629 private static void clear(Map<?,?> m) { in clear() argument 1294 private static boolean supportsClear(Map<?,?> m) { in supportsClear() argument
|
| /libcore/ojluni/src/main/java/java/security/ |
| D | Provider.java | 250 public synchronized void putAll(Map<?,?> t) { in putAll() argument 741 private void implPutAll(Map<?,?> t) { in implPutAll() argument
|
| /libcore/ojluni/src/main/java/java/util/jar/ |
| D | Attributes.java | 219 public void putAll(Map<?,?> attr) { in putAll() argument
|
| /libcore/ojluni/annotations/sdk/nullability/java/util/ |
| D | Map.annotated.java | 32 public interface Map<K, V> { interface
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | Map.java | 161 public interface Map<K, V> { interface
|