Searched refs:BASE_MAP (Results 1 – 1 of 1) sorted by relevance
155 private static final Map<String, String> BASE_MAP; field in SyncSubMutexes162 BASE_MAP = Collections.unmodifiableMap(map);218 instances.add(new Object[] {Collections.synchronizedMap(new HashMap<>(BASE_MAP))}); in makeMaps()227 instances.add(new Object[] {Collections.synchronizedSortedMap(new TreeMap<>(BASE_MAP))}); in makeSortedMaps()228 …instances.add(new Object[] {Collections.synchronizedSortedMap(new TreeMap<>(BASE_MAP)).headMap("Fo… in makeSortedMaps()229 …instances.add(new Object[] {Collections.synchronizedSortedMap(new TreeMap<>(BASE_MAP)).tailMap("Br… in makeSortedMaps()230 …instances.add(new Object[] {Collections.synchronizedSortedMap(new TreeMap<>(BASE_MAP)).subMap("Bra… in makeSortedMaps()239 instances.add(new Object[] {Collections.synchronizedNavigableMap(new TreeMap<>(BASE_MAP))}); in makeNavigableMaps()240 …instances.add(new Object[] {Collections.synchronizedNavigableMap(new TreeMap<>(BASE_MAP).descendin… in makeNavigableMaps()241 …instances.add(new Object[] {Collections.synchronizedNavigableMap(new TreeMap<>(BASE_MAP)).headMap(… in makeNavigableMaps()[all …]