@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","SillyInterned"}) @Immutable public final class ImmutableSillyInterned extends SillyInterned
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSillyInterned.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
arg1() |
int |
arg2() |
static ImmutableSillyInterned.Builder |
builder() |
static ImmutableSillyInterned |
copyOf(SillyInterned instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableSillyInterned |
of(int arg1,
int arg2) |
String |
toString() |
ImmutableSillyInterned |
withArg1(int arg1) |
ImmutableSillyInterned |
withArg2(int arg2) |
public int arg1()
public int arg2()
public final ImmutableSillyInterned withArg1(int arg1)
public final ImmutableSillyInterned withArg2(int arg2)
public int hashCode()
public String toString()
public static ImmutableSillyInterned of(int arg1, int arg2)
public static ImmutableSillyInterned copyOf(SillyInterned instance)
public static ImmutableSillyInterned.Builder builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.