@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSillyMapHolder extends SillyMapHolder
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSillyMapHolder.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSillyMapHolder.Builder |
builder() |
static ImmutableSillyMapHolder |
copyOf(SillyMapHolder instance) |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.collect.ImmutableMap<org.immutables.fixture.SillyValue,Integer> |
holder1() |
com.google.common.collect.ImmutableMap<Integer,String> |
holder2() |
com.google.common.collect.ImmutableMap<String,SillyMapTup> |
holder3() |
static ImmutableSillyMapHolder |
of(Map<org.immutables.fixture.SillyValue,? extends Integer> holder1,
Map<Integer,? extends String> holder2) |
String |
toString() |
ImmutableSillyMapHolder |
withHolder1(Map<org.immutables.fixture.SillyValue,? extends Integer> entries) |
ImmutableSillyMapHolder |
withHolder2(Map<Integer,? extends String> entries) |
ImmutableSillyMapHolder |
withHolder3(Map<String,? extends SillyMapTup> entries) |
ImmutableSillyMapHolder |
withZz(Iterable<RetentionPolicy> elements) |
ImmutableSillyMapHolder |
withZz(RetentionPolicy... elements) |
com.google.common.collect.ImmutableSet<RetentionPolicy> |
zz() |
public com.google.common.collect.ImmutableMap<org.immutables.fixture.SillyValue,Integer> holder1()
public com.google.common.collect.ImmutableMap<String,SillyMapTup> holder3()
public com.google.common.collect.ImmutableSet<RetentionPolicy> zz()
public final ImmutableSillyMapHolder withHolder1(Map<org.immutables.fixture.SillyValue,? extends Integer> entries)
public final ImmutableSillyMapHolder withHolder2(Map<Integer,? extends String> entries)
public final ImmutableSillyMapHolder withHolder3(Map<String,? extends SillyMapTup> entries)
public final ImmutableSillyMapHolder withZz(RetentionPolicy... elements)
public final ImmutableSillyMapHolder withZz(Iterable<RetentionPolicy> elements)
public int hashCode()
public String toString()
public static ImmutableSillyMapHolder of(Map<org.immutables.fixture.SillyValue,? extends Integer> holder1, Map<Integer,? extends String> holder2)
public static ImmutableSillyMapHolder copyOf(SillyMapHolder instance)
public static ImmutableSillyMapHolder.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.