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