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