private static final class MultimapBuilder.TreeSetSupplier<V> extends java.lang.Object implements Supplier<java.util.SortedSet<V>>, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.util.Comparator<? super V> |
comparator |
| Constructor and Description |
|---|
TreeSetSupplier(java.util.Comparator<? super V> comparator) |
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<V> |
get()
Retrieves an instance of the appropriate type.
|
private final java.util.Comparator<? super V> comparator
TreeSetSupplier(java.util.Comparator<? super V> comparator)
public java.util.SortedSet<V> get()
Supplierget in interface java.util.function.Supplier<java.util.SortedSet<V>>