Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Map/
DDefaults.java792 all.addAll(makeRWMaps(true, true)); in makeAllRWMapsWithNulls()
819 all.addAll(makeRWMaps(false,true)); in makeAllRWMaps()
820 all.addAll(makeRWMaps(true,true)); in makeAllRWMaps()
838 all.addAll(makeRWMaps(true,true)); in makeAllMapsWithNulls()
848 private static Collection<Object[]> makeRWMaps(boolean nullKeys, boolean nullValues) { in makeRWMaps() method