| Package | Description | 
|---|---|
| com.google.common.collect | This package contains generic collection interfaces and implementations, and
 other utilities for working with collections. | 
| Modifier and Type | Method and Description | 
|---|---|
| MultimapBuilder.SortedSetMultimapBuilder<K0,Comparable> | MultimapBuilder.MultimapBuilderWithKeys. treeSetValues()Uses a naturally-ordered  TreeSetto store value collections. | 
| <V0> MultimapBuilder.SortedSetMultimapBuilder<K0,V0> | MultimapBuilder.MultimapBuilderWithKeys. treeSetValues(Comparator<V0> comparator)Uses a  TreeSetordered by the specified comparator to store value collections. | 
Copyright © 2010-2015. All Rights Reserved.