@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","DepluralizeMergeDictionary.Inner"}) @Immutable public final class ImmutableInner extends Object implements DepluralizeMergeDictionary.Inner
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableInner.Builder |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<String> |
boats() |
static ImmutableInner.Builder |
builder() |
static ImmutableInner |
copyOf(DepluralizeMergeDictionary.Inner instance) |
boolean |
equals(Object another) |
com.google.common.collect.ImmutableList<String> |
feet() |
com.google.common.collect.ImmutableList<Integer> |
feetPeople() |
com.google.common.collect.ImmutableMultiset<Boolean> |
goods() |
int |
hashCode() |
com.google.common.collect.ImmutableMap<String,String> |
people() |
com.google.common.collect.ImmutableMultimap<String,String> |
peopleRepublics() |
String |
toString() |
ImmutableInner |
withBoats(Iterable<String> elements) |
ImmutableInner |
withBoats(String... elements) |
ImmutableInner |
withFeet(Iterable<String> elements) |
ImmutableInner |
withFeet(String... elements) |
ImmutableInner |
withFeetPeople(int... elements) |
ImmutableInner |
withFeetPeople(Iterable<Integer> elements) |
ImmutableInner |
withGoods(boolean... elements) |
ImmutableInner |
withGoods(Iterable<Boolean> elements) |
ImmutableInner |
withPeople(Map<String,? extends String> entries) |
ImmutableInner |
withPeopleRepublics(com.google.common.collect.Multimap<String,? extends String> entries) |
public com.google.common.collect.ImmutableList<String> feet()
public com.google.common.collect.ImmutableSet<String> boats()
public com.google.common.collect.ImmutableList<Integer> feetPeople()
public com.google.common.collect.ImmutableMultiset<Boolean> goods()
public final ImmutableInner withFeet(String... elements)
public final ImmutableInner withFeet(Iterable<String> elements)
public final ImmutableInner withBoats(String... elements)
public final ImmutableInner withBoats(Iterable<String> elements)
public final ImmutableInner withPeople(Map<String,? extends String> entries)
public final ImmutableInner withPeopleRepublics(com.google.common.collect.Multimap<String,? extends String> entries)
public final ImmutableInner withFeetPeople(int... elements)
public final ImmutableInner withFeetPeople(Iterable<Integer> elements)
public final ImmutableInner withGoods(boolean... elements)
public final ImmutableInner withGoods(Iterable<Boolean> elements)
public int hashCode()
public String toString()
public static ImmutableInner copyOf(DepluralizeMergeDictionary.Inner instance)
public static ImmutableInner.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.