@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableElem extends Object implements SortedCollectionWrapper.Elem
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableElem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableElem.Builder |
builder() |
static ImmutableElem |
copyOf(SortedCollectionWrapper.Elem instance) |
boolean |
equals(Object another) |
int |
getValue() |
int |
hashCode() |
String |
toString() |
ImmutableElem |
withValue(int value) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTopublic int getValue()
public final ImmutableElem withValue(int value)
public int hashCode()
public String toString()
public static ImmutableElem copyOf(SortedCollectionWrapper.Elem instance)
public static ImmutableElem.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.