@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","NullableAttributes"}) @Immutable public final class ImmutableNullableAttributes extends Object implements NullableAttributes
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableNullableAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer[] |
array() |
static ImmutableNullableAttributes.Builder |
builder() |
static ImmutableNullableAttributes |
copyOf(NullableAttributes instance) |
Double[] |
defArray() |
boolean |
equals(Object another) |
int |
hashCode() |
Integer |
integer() |
com.google.common.collect.ImmutableList<String> |
list() |
com.google.common.collect.ImmutableMap<String,Object> |
map() |
com.google.common.collect.ImmutableSet<Integer> |
set() |
String |
toString() |
ImmutableNullableAttributes |
withArray(Integer... elements) |
ImmutableNullableAttributes |
withDefArray(Double... elements) |
ImmutableNullableAttributes |
withInteger(Integer integer) |
ImmutableNullableAttributes |
withList(Iterable<String> elements) |
ImmutableNullableAttributes |
withList(String... elements) |
ImmutableNullableAttributes |
withMap(Map<String,? extends Object> map) |
ImmutableNullableAttributes |
withSet(int... elements) |
ImmutableNullableAttributes |
withSet(Iterable<Integer> elements) |
public final ImmutableNullableAttributes withInteger(@Nullable Integer integer)
public final ImmutableNullableAttributes withList(@Nullable String... elements)
public final ImmutableNullableAttributes withList(@Nullable Iterable<String> elements)
public final ImmutableNullableAttributes withSet(@Nullable int... elements)
public final ImmutableNullableAttributes withSet(@Nullable Iterable<Integer> elements)
public final ImmutableNullableAttributes withArray(@Nullable Integer... elements)
public final ImmutableNullableAttributes withDefArray(@Nullable Double... elements)
public final ImmutableNullableAttributes withMap(@Nullable Map<String,? extends Object> map)
public int hashCode()
public String toString()
public static ImmutableNullableAttributes copyOf(NullableAttributes instance)
public static ImmutableNullableAttributes.Builder builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.