OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sortcollection
(Results
1 - 1
of
1
) sorted by null
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
XmlGenerator.java
166
Collection<TestSuite> sorted =
sortCollection
(suites);
187
Collection<TestCase> sorted =
sortCollection
(cases);
203
Collection<Test> sorted =
sortCollection
(tests);
224
private <E extends Comparable<E>> Collection<E>
sortCollection
(Collection<E> col) {
Completed in 41 milliseconds