@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","SillyPolyHost"}) @Immutable public final class ImmutableSillyPolyHost extends SillyPolyHost
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSillyPolyHost.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSillyPolyHost.Builder |
builder() |
static ImmutableSillyPolyHost |
copyOf(SillyPolyHost instance) |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.collect.ImmutableList<SillyAbstract> |
s() |
String |
toString() |
ImmutableSillyPolyHost |
withS(Iterable<? extends SillyAbstract> elements) |
ImmutableSillyPolyHost |
withS(SillyAbstract... elements) |
public com.google.common.collect.ImmutableList<SillyAbstract> s()
public final ImmutableSillyPolyHost withS(SillyAbstract... elements)
public final ImmutableSillyPolyHost withS(Iterable<? extends SillyAbstract> elements)
public int hashCode()
public String toString()
public static ImmutableSillyPolyHost copyOf(SillyPolyHost instance)
public static ImmutableSillyPolyHost.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.