@ParametersAreNonnullByDefault @Generated(value={"Modifiables.generator","AllowNullsObject"}) @NotThreadSafe public final class ModifiableAllowNullsObject extends Object implements AllowNullsObject
| Modifier and Type | Method and Description |
|---|---|
ModifiableAllowNullsObject |
addAllList(Iterable<String> elements) |
ModifiableAllowNullsObject |
addList(String... elements) |
ModifiableAllowNullsObject |
addList(String element) |
ModifiableAllowNullsObject |
clear() |
static ModifiableAllowNullsObject |
create() |
boolean |
equals(Object another) |
ModifiableAllowNullsObject |
from(AllowNullsObject instance) |
ModifiableAllowNullsObject |
from(ModifiableAllowNullsObject instance) |
List<String> |
getList() |
Map<String,String> |
getMap() |
int |
hashCode() |
boolean |
isInitialized() |
ModifiableAllowNullsObject |
putAllMap(Map<String,? extends String> entries) |
ModifiableAllowNullsObject |
putMap(String key,
String value) |
ModifiableAllowNullsObject |
setList(Iterable<String> elements) |
ModifiableAllowNullsObject |
setMap(Map<String,? extends String> entries) |
ImmutableAllowNullsObject |
toImmutable() |
String |
toString() |
public static ModifiableAllowNullsObject create()
@CanIgnoreReturnValue public ModifiableAllowNullsObject clear()
public ModifiableAllowNullsObject from(AllowNullsObject instance)
public ModifiableAllowNullsObject from(ModifiableAllowNullsObject instance)
@CanIgnoreReturnValue public ModifiableAllowNullsObject putMap(String key, String value)
@CanIgnoreReturnValue public ModifiableAllowNullsObject setMap(Map<String,? extends String> entries)
@CanIgnoreReturnValue public ModifiableAllowNullsObject putAllMap(Map<String,? extends String> entries)
@CanIgnoreReturnValue public ModifiableAllowNullsObject addList(String element)
@CanIgnoreReturnValue public final ModifiableAllowNullsObject addList(String... elements)
@CanIgnoreReturnValue public ModifiableAllowNullsObject setList(Iterable<String> elements)
@CanIgnoreReturnValue public ModifiableAllowNullsObject addAllList(Iterable<String> elements)
public final boolean isInitialized()
public final ImmutableAllowNullsObject toImmutable()
public int hashCode()
public String toString()
Copyright © 2022 The Immutables.org authors. All rights reserved.