Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collections/
DRacingCollections.java206 private static void frob(Object theRock, Object elLoco) { in frob() method in RacingCollections
316 frob(x, y); in realMain()
317 frob(unmodifiableMap(x), y); in realMain()
318 frob(synchronizedMap(x), y); in realMain()
319 frob(x, synchronizedMap(y)); in realMain()
320 frob(checkedMap(x, Integer.class, Boolean.class), y); in realMain()
321 frob(x, checkedMap(y, Integer.class, Boolean.class)); in realMain()
323 frob(newSetFromMap(x), newSetFromMap(y)); in realMain()
324 frob(x.keySet(), newSetFromMap(y)); in realMain()
330 frob(x, y); in realMain()
[all …]
/libcore/ojluni/src/test/java/util/Collection/
DBiggernYours.java110 abstract void frob(Map m); in frob() method in BiggernYours.MapFrobber
115 abstract void frob(Collection c); in frob() method in BiggernYours.ColFrobber
120 void frob(Collection c) { in adder()
131 void frob(Map m) {
145 adder.frob(c);
159 adder.frob(s);
173 putter.frob(m);
187 putter.frob(m);