@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","OrderAttributeValue"}) @Immutable public final class ImmutableOrderAttributeValue extends OrderAttributeValue
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableOrderAttributeValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableOrderAttributeValue.Builder |
builder() |
static ImmutableOrderAttributeValue |
copyOf(OrderAttributeValue instance) |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.collect.ImmutableSortedSet<Integer> |
natural() |
com.google.common.collect.ImmutableSortedMap<Integer,String> |
navigableMap() |
com.google.common.collect.ImmutableSortedSet<String> |
reverse() |
com.google.common.collect.ImmutableSortedMap<String,String> |
reverseMap() |
String |
toString() |
ImmutableOrderAttributeValue |
withNatural(int... elements) |
ImmutableOrderAttributeValue |
withNatural(Iterable<Integer> elements) |
ImmutableOrderAttributeValue |
withNavigableMap(Map<Integer,? extends String> navigableMap) |
ImmutableOrderAttributeValue |
withReverse(Iterable<String> elements) |
ImmutableOrderAttributeValue |
withReverse(String... elements) |
ImmutableOrderAttributeValue |
withReverseMap(Map<String,? extends String> reverseMap) |
public com.google.common.collect.ImmutableSortedSet<Integer> natural()
public com.google.common.collect.ImmutableSortedSet<String> reverse()
public final ImmutableOrderAttributeValue withNatural(int... elements)
public final ImmutableOrderAttributeValue withNatural(Iterable<Integer> elements)
public final ImmutableOrderAttributeValue withReverse(String... elements)
public final ImmutableOrderAttributeValue withReverse(Iterable<String> elements)
public final ImmutableOrderAttributeValue withReverseMap(Map<String,? extends String> reverseMap)
public final ImmutableOrderAttributeValue withNavigableMap(Map<Integer,? extends String> navigableMap)
public int hashCode()
public String toString()
public static ImmutableOrderAttributeValue copyOf(OrderAttributeValue instance)
public static ImmutableOrderAttributeValue.Builder builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.