@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSillyMapTup extends SillyMapTup
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSillyMapTup |
copyOf(SillyMapTup instance) |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.collect.ImmutableMap<RetentionPolicy,Integer> |
holder1() |
static ImmutableSillyMapTup |
of(Map<RetentionPolicy,? extends Integer> holder1,
int value) |
String |
toString() |
int |
value() |
ImmutableSillyMapTup |
withHolder1(Map<RetentionPolicy,? extends Integer> entries) |
ImmutableSillyMapTup |
withValue(int value) |
public com.google.common.collect.ImmutableMap<RetentionPolicy,Integer> holder1()
public int value()
public final ImmutableSillyMapTup withHolder1(Map<RetentionPolicy,? extends Integer> entries)
public final ImmutableSillyMapTup withValue(int value)
public int hashCode()
public String toString()
public static ImmutableSillyMapTup of(Map<RetentionPolicy,? extends Integer> holder1, int value)
public static ImmutableSillyMapTup copyOf(SillyMapTup instance)
Copyright © 2022 The Immutables.org authors. All rights reserved.