@Immutable @CheckReturnValue public static final class ImmutableInnerNested.Inner extends InnerNested.Inner
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableInnerNested.Inner.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableInnerNested.Inner.Builder |
builder() |
static ImmutableInnerNested.Inner |
copyOf(InnerNested.Inner instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
public int hashCode()
public String toString()
public static ImmutableInnerNested.Inner copyOf(InnerNested.Inner instance)
public static ImmutableInnerNested.Inner.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.