@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","AbstractC"}) @Immutable public final class C extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
C.Builder |
| Modifier and Type | Method and Description |
|---|---|
A |
a() |
com.google.common.collect.ImmutableMap<A,List<B>> |
abM() |
com.google.common.base.Optional<A> |
aO() |
static C.Builder |
builder() |
boolean |
equals(Object another) |
int |
hashCode() |
int |
i() |
com.google.common.collect.ImmutableMap<RetentionPolicy,C> |
raM() |
String |
s() |
String |
toString() |
default void |
use() |
C |
withA(A value) |
C |
withAbM(Map<? extends A,? extends List<B>> entries) |
C |
withAO(A value) |
C |
withAO(com.google.common.base.Optional<? extends A> optional) |
C |
withI(int value) |
C |
withRaM(Map<RetentionPolicy,? extends C> entries) |
C |
withS(String value) |
public int i()
public String s()
public A a()
public com.google.common.base.Optional<A> aO()
public com.google.common.collect.ImmutableMap<RetentionPolicy,C> raM()
public final C withI(int value)
public final C withRaM(Map<RetentionPolicy,? extends C> entries)
public int hashCode()
public String toString()
public static C.Builder builder()
public void use()
Copyright © 2017 The Immutables.org authors. All rights reserved.