Uses of Class
com.google.common.collect.MultimapBuilder.SortedSetMultimapBuilder
Packages that use MultimapBuilder.SortedSetMultimapBuilder
Package
Description
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.SortedSetMultimapBuilderModifier and TypeMethodDescriptionMultimapBuilder.MultimapBuilderWithKeys.treeSetValues()Uses a naturally-orderedTreeSetto store value collections.<V0 extends @Nullable Object>
MultimapBuilder.SortedSetMultimapBuilder<K0, V0> MultimapBuilder.MultimapBuilderWithKeys.treeSetValues(Comparator<V0> comparator) Uses aTreeSetordered by the specified comparator to store value collections.