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,java.lang.Comparable> |
MultimapBuilder.MultimapBuilderWithKeys.treeSetValues()
Uses a naturally-ordered
TreeSet to store value collections. |
<V0> MultimapBuilder.SortedSetMultimapBuilder<K0,V0> |
MultimapBuilder.MultimapBuilderWithKeys.treeSetValues(java.util.Comparator<V0> comparator)
Uses a
TreeSet ordered by the specified comparator to store value collections. |
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.