Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collections/
DRacingCollections.java227 private static List<Map<Integer, Boolean>> newConcurrentMaps() { in newConcurrentMaps() method in RacingCollections
235 List<Map<Integer, Boolean>> list = newConcurrentMaps(); in maps()
313 for (Map<Integer, Boolean> y : newConcurrentMaps()) { in realMain()