Searched defs:collections (Results 1 – 2 of 2) sorted by relevance
83 int collections(int reps) { in collections() method in SortedCopyBenchmark
413 …public static void dump(Appendable out,String indent,Collection<?>... collections) throws IOExcept… in dump()