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