MCPcopy
hub / github.com/google/guava / order

Method order

guava-tests/test/com/google/common/collect/SetsTest.java:161–164  ·  view source on GitHub ↗
(List<String> insertionOrder)

Source from the content-addressed store, hash-verified

159 }
160
161 @Override
162 public List<String> order(List<String> insertionOrder) {
163 return Ordering.natural().sortedCopy(insertionOrder);
164 }
165 })
166 .named("Sets.unmodifiableNavigableSet[TreeSet]")
167 .withFeatures(

Callers

nothing calls this directly

Calls 2

naturalMethod · 0.95
sortedCopyMethod · 0.45

Tested by

no test coverage detected