Home
last modified time | relevance | path

Searched defs:collections (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/collect/
DSortedCopyBenchmark.java83 int collections(int reps) { in collections() method in SortedCopyBenchmark
/external/jetty/src/java/org/eclipse/jetty/util/component/
DAggregateLifeCycle.java413 …public static void dump(Appendable out,String indent,Collection<?>... collections) throws IOExcept… in dump()