Searched refs:map5 (Results 1 – 7 of 7) sorted by relevance
39 private static ConcurrentHashMap<Integer, String> map5() { in map5() method in ConcurrentHashMapTest217 ConcurrentHashMap map = map5(); in testClear()226 ConcurrentHashMap map1 = map5(); in testEquals()227 ConcurrentHashMap map2 = map5(); in testEquals()239 ConcurrentHashMap<Integer,String> map = map5(); in testHashCode()250 ConcurrentHashMap map = map5(); in testContains()259 ConcurrentHashMap map = map5(); in testContainsKey()268 ConcurrentHashMap map = map5(); in testContainsValue()278 ConcurrentHashMap map = map5(); in testEnumeration()293 ConcurrentHashMap map = map5(); in testGet()[all …]
39 private static ConcurrentSkipListMap map5() { in map5() method in ConcurrentSkipListMapTest56 ConcurrentSkipListMap map = map5(); in testClear()65 ConcurrentSkipListMap map = map5(); in testConstructFromSorted()74 ConcurrentSkipListMap map1 = map5(); in testEquals()75 ConcurrentSkipListMap map2 = map5(); in testEquals()87 ConcurrentSkipListMap map = map5(); in testContainsKey()96 ConcurrentSkipListMap map = map5(); in testContainsValue()106 ConcurrentSkipListMap map = map5(); in testGet()117 ConcurrentSkipListMap map = map5(); in testIsEmpty()126 ConcurrentSkipListMap map = map5(); in testFirstKey()[all …]
38 private static TreeMap map5() { in map5() method in TreeMapTest55 TreeMap map = map5(); in testClear()64 TreeMap map = map5(); in testConstructFromSorted()73 TreeMap map1 = map5(); in testEquals()74 TreeMap map2 = map5(); in testEquals()86 TreeMap map = map5(); in testContainsKey()95 TreeMap map = map5(); in testContainsValue()105 TreeMap map = map5(); in testGet()116 TreeMap map = map5(); in testIsEmpty()125 TreeMap map = map5(); in testFirstKey()[all …]
37 private static ConcurrentNavigableMap map5() { in map5() method in ConcurrentSkipListSubMapTest84 ConcurrentNavigableMap map = map5(); in testClear()93 ConcurrentNavigableMap map1 = map5(); in testEquals()94 ConcurrentNavigableMap map2 = map5(); in testEquals()106 ConcurrentNavigableMap map = map5(); in testContainsKey()115 ConcurrentNavigableMap map = map5(); in testContainsValue()125 ConcurrentNavigableMap map = map5(); in testGet()136 ConcurrentNavigableMap map = map5(); in testIsEmpty()145 ConcurrentNavigableMap map = map5(); in testFirstKey()153 ConcurrentNavigableMap map = map5(); in testLastKey()[all …]
36 private static NavigableMap map5() { in map5() method in TreeSubMapTest83 NavigableMap map = map5(); in testClear()92 NavigableMap map1 = map5(); in testEquals()93 NavigableMap map2 = map5(); in testEquals()105 NavigableMap map = map5(); in testContainsKey()114 NavigableMap map = map5(); in testContainsValue()124 NavigableMap map = map5(); in testGet()135 NavigableMap map = map5(); in testIsEmpty()144 NavigableMap map = map5(); in testFirstKey()152 NavigableMap map = map5(); in testLastKey()[all …]
43 private static ConcurrentHashMap map5() { in map5() method in ConcurrentHashMap8Test60 ConcurrentHashMap map = map5(); in testGetOrDefault()69 ConcurrentHashMap map = map5(); in testComputeIfAbsent()78 ConcurrentHashMap map = map5(); in testComputeIfAbsent2()86 ConcurrentHashMap map = map5(); in testComputeIfAbsent3()95 ConcurrentHashMap map = map5(); in testComputeIfPresent()104 ConcurrentHashMap map = map5(); in testComputeIfPresent2()112 ConcurrentHashMap map = map5(); in testCompute()121 ConcurrentHashMap map = map5(); in testCompute2()129 ConcurrentHashMap map = map5(); in testCompute3()[all …]
89 AbstractMap map5 = new LinkedHashMap(122); in test_keySet() local90 assertSame("LinkedHashMap", map5.keySet(), map5.keySet()); in test_keySet()114 AbstractMap map5 = new LinkedHashMap(122); in test_removeLjava_lang_Object() local115 map5.put(key, value); in test_removeLjava_lang_Object()116 assertSame("LinkedHashMap", map5.remove(key), value); in test_removeLjava_lang_Object()241 AbstractMap map5 = new LinkedHashMap(122); in test_values() local242 assertSame("IdentityHashMap", map5.values(), map5.values()); in test_values()