Home
last modified time | relevance | path

Searched refs:testMap (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/test/java/util/Map/
DGet.java51 testMap(new Hashtable<>()); in testGet()
52 testMap(new HashMap<>()); in testGet()
53 testMap(new IdentityHashMap<>()); in testGet()
54 testMap(new LinkedHashMap<>()); in testGet()
55 testMap(new ConcurrentHashMap<>()); in testGet()
56 testMap(new WeakHashMap<>()); in testGet()
57 testMap(new TreeMap<>()); in testGet()
58 testMap(new ConcurrentSkipListMap<>()); in testGet()
77 private static void testMap(Map<Character,Boolean> m) { in testMap() method in Get
DToArray.java61 testMap(map); in testToArray()
77 private static void testMap(Map<Integer, Long> map) { in testMap() method in ToArray
/libcore/ojluni/src/test/java/util/Collection/
DIteratorAtEnd.java140 testMap(new HashMap()); in testHashMap()
145 testMap(new Hashtable()); in testHashtable()
150 testMap(new LinkedHashMap()); in testLinkedHashMap()
155 testMap(new WeakHashMap()); in testWeakHashMap()
160 testMap(new IdentityHashMap()); in testIdentityHashMap()
165 testMap(new ConcurrentHashMap()); in testConcurrentHashMap()
170 testMap(new ConcurrentSkipListMap()); in testConcurrentSkipListMap()
175 testMap(new TreeMap()); in testTreeMap()
189 static void testMap(Map m) { in testMap() method in IteratorAtEnd
DMOAT.java120 testMap(new HashMap<Integer,Integer>()); in realMain()
121 testMap(new LinkedHashMap<Integer,Integer>()); in realMain()
128 testMap(new IdentityHashMap<Integer,Integer>()); in realMain()
129 testMap(new TreeMap<Integer,Integer>()); in realMain()
130 testMap(new Hashtable<Integer,Integer>()); in realMain()
131 testMap(new ConcurrentHashMap<Integer,Integer>(10, 0.5f)); in realMain()
132 testMap(new ConcurrentSkipListMap<Integer,Integer>()); in realMain()
133testMap(Collections.checkedMap(new HashMap<Integer,Integer>(), Integer.class, Integer.class)); in realMain()
134testMap(Collections.checkedSortedMap(new TreeMap<Integer,Integer>(), Integer.class, Integer.class)… in realMain()
135testMap(Collections.checkedNavigableMap(new TreeMap<Integer,Integer>(), Integer.class, Integer.cla… in realMain()
[all …]
/libcore/ojluni/src/test/java/util/Collections/
DCheckedNull.java65 testMap(Collections.checkedMap( in test()
136 void testMap(final Map m) { in testMap() method in CheckedNull
/libcore/ojluni/src/test/java/util/HashMap/
DTreeBinAssert.java119 public void testMap(int size, int[] hashes) { in testMap() method in TreeBinAssert
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DLongPrimitiveOpsTests.java54 public void testMap() { in testMap() method in LongPrimitiveOpsTests
DMapOpTest.java54 public void testMap() { in testMap() method in MapOpTest
DIntPrimitiveOpsTests.java54 public void testMap() { in testMap() method in IntPrimitiveOpsTests
/libcore/luni/src/test/java/libcore/java/util/
DOptionalTest.java108 public void testMap() { in testMap() method in OptionalTest