@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableCustomInternedNormalized extends CustomInternedNormalized
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableCustomInternedNormalized.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCustomInternedNormalized.Builder |
builder() |
static ImmutableCustomInternedNormalized |
copyOf(CustomInternedNormalized instance) |
boolean |
equals(Object another) |
int |
hashCode() |
protected T |
intern() |
String |
toString() |
ImmutableCustomInternedNormalized |
withA(int value) |
ImmutableCustomInternedNormalized |
withB(int value) |
public final ImmutableCustomInternedNormalized withA(int value)
public final ImmutableCustomInternedNormalized withB(int value)
public int hashCode()
public String toString()
public static ImmutableCustomInternedNormalized copyOf(CustomInternedNormalized instance)
public static ImmutableCustomInternedNormalized.Builder builder()
@Value.Check protected T intern()
Copyright © 2022 The Immutables.org authors. All rights reserved.