@Value.Immutable public abstract class OrderAttributeValue extends Object
| Constructor and Description |
|---|
OrderAttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract SortedSet<Integer> |
natural() |
abstract com.google.common.collect.SortedMultiset<Integer> |
naturalMultiset() |
abstract NavigableMap<Integer,String> |
navigableMap() |
abstract NavigableSet<String> |
reverse() |
abstract SortedMap<String,String> |
reverseMap() |
abstract com.google.common.collect.SortedMultiset<String> |
reverseMultiset() |
@Value.ReverseOrder public abstract NavigableSet<String> reverse()
@Value.NaturalOrder public abstract NavigableMap<Integer,String> navigableMap()
@Value.NaturalOrder public abstract com.google.common.collect.SortedMultiset<Integer> naturalMultiset()
@Value.ReverseOrder public abstract com.google.common.collect.SortedMultiset<String> reverseMultiset()
Copyright © 2022 The Immutables.org authors. All rights reserved.