MCPcopy Create free account
hub / github.com/antlr/codebuff / createCollection

Method createCollection

output/java_guava/1.4.16/TreeMultimap.java:139–142  ·  view source on GitHub ↗

{@inheritDoc} Creates an empty TreeSet for a collection of values for one key. @return a new TreeSet containing a collection of values for one key

()

Source from the content-addressed store, hash-verified

137 */
138
139 @Override
140 SortedSet<V> createCollection() {
141 return new TreeSet<V>(valueComparator);
142 }
143
144 @Override
145 Collection<V> createCollection(@Nullable K key) {

Callers

nothing calls this directly

Calls 2

keyComparatorMethod · 0.95
compareMethod · 0.45

Tested by

no test coverage detected