Uses of Class
com.google.common.collect.MultimapBuilder.SortedSetMultimapBuilder
-
Packages that use MultimapBuilder.SortedSetMultimapBuilder Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections. -
-
Uses of MultimapBuilder.SortedSetMultimapBuilder in com.google.common.collect
Methods in com.google.common.collect that return MultimapBuilder.SortedSetMultimapBuilder Modifier and Type Method Description MultimapBuilder.SortedSetMultimapBuilder<K0,java.lang.Comparable>
MultimapBuilder.MultimapBuilderWithKeys. treeSetValues()
Uses a naturally-orderedTreeSet
to store value collections.<V0 extends @Nullable java.lang.Object>
MultimapBuilder.SortedSetMultimapBuilder<K0,V0>MultimapBuilder.MultimapBuilderWithKeys. treeSetValues(java.util.Comparator<V0> comparator)
Uses aTreeSet
ordered by the specified comparator to store value collections.
-