@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","NonnullConstruction"}) @Immutable public final class ImmutableNonnullConstruction extends Object implements NonnullConstruction
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableNonnullConstruction.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
String[] |
arr() |
com.google.common.collect.ImmutableList<String> |
ax() |
String[] |
brr() |
static ImmutableNonnullConstruction.Builder |
builder() |
static ImmutableNonnullConstruction |
copyOf(NonnullConstruction instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableNonnullConstruction |
of(String[] arr,
String[] brr,
Iterable<String> ax) |
static ImmutableNonnullConstruction |
of(String[] arr,
String[] brr,
List<String> ax) |
String |
toString() |
ImmutableNonnullConstruction |
withArr(String... elements) |
ImmutableNonnullConstruction |
withAx(Iterable<String> elements) |
ImmutableNonnullConstruction |
withAx(String... elements) |
ImmutableNonnullConstruction |
withBrr(String... elements) |
public String[] arr()
public com.google.common.collect.ImmutableList<String> ax()
public int a()
public final ImmutableNonnullConstruction withArr(String... elements)
public final ImmutableNonnullConstruction withBrr(@Nullable String... elements)
public final ImmutableNonnullConstruction withAx(String... elements)
public final ImmutableNonnullConstruction withAx(Iterable<String> elements)
public int hashCode()
public String toString()
public static ImmutableNonnullConstruction of(String[] arr, @Nullable String[] brr, List<String> ax)
public static ImmutableNonnullConstruction of(String[] arr, @Nullable String[] brr, Iterable<String> ax)
public static ImmutableNonnullConstruction copyOf(NonnullConstruction instance)
public static ImmutableNonnullConstruction.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.