@Immutable @CheckReturnValue public static final class ImmutableInheritEnclosing.Impl extends Object implements InheritEnclosing.Impl
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableInheritEnclosing.Impl.Builder |
InheritEnclosing.Impl, InheritEnclosing.Impl2, InheritEnclosing.Impl3, InheritEnclosing.Impl4| Modifier and Type | Method and Description |
|---|---|
static ImmutableInheritEnclosing.Impl.Builder |
builder() |
static ImmutableInheritEnclosing.Impl |
copyOf(InheritEnclosing.Impl instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
int |
value() |
ImmutableInheritEnclosing.Impl |
withValue(int value) |
public int value()
public final ImmutableInheritEnclosing.Impl withValue(int value)
public int hashCode()
public String toString()
public static ImmutableInheritEnclosing.Impl copyOf(InheritEnclosing.Impl instance)
public static ImmutableInheritEnclosing.Impl.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.