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
TreeSet to store value collections. |
<V0> MultimapBuilder.SortedSetMultimapBuilder<K0,V0> |
MultimapBuilder.MultimapBuilderWithKeys.treeSetValues(Comparator<V0> comparator)
Uses a
TreeSet ordered by the specified comparator to store value collections. |
Copyright © 2010-2017. All Rights Reserved.