@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableInternedClassWithSelfConstant extends InternedClassWithSelfConstant
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableInternedClassWithSelfConstant.Builder |
FOO| Modifier and Type | Method and Description |
|---|---|
static ImmutableInternedClassWithSelfConstant.Builder |
builder() |
static ImmutableInternedClassWithSelfConstant |
copyOf(InternedClassWithSelfConstant instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableInternedClassWithSelfConstant |
of(String value) |
String |
toString() |
ImmutableInternedClassWithSelfConstant |
withValue(String value) |
public final ImmutableInternedClassWithSelfConstant withValue(String value)
public int hashCode()
public String toString()
public static ImmutableInternedClassWithSelfConstant of(String value)
public static ImmutableInternedClassWithSelfConstant copyOf(InternedClassWithSelfConstant instance)
public static ImmutableInternedClassWithSelfConstant.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.