@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","Secondie<T, V>"}) @Immutable public final class ImmutableSecondie<T,V> extends Object implements Secondie<T,V>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSecondie.Builder<T,V> |
| Modifier and Type | Method and Description |
|---|---|
static <T,V> ImmutableSecondie.Builder<T,V> |
builder() |
com.google.common.collect.ImmutableMultimap<T,V> |
coll() |
static <T,V> ImmutableSecondie<T,V> |
copyOf(Secondie<T,V> instance) |
boolean |
equals(Object another) |
int |
hashCode() |
V |
integer() |
com.google.common.collect.ImmutableList<T> |
list() |
List<V> |
lst() |
static <T,V> ImmutableSecondie<T,V> |
of(V integer,
Iterable<? extends T> list) |
static <T,V> ImmutableSecondie<T,V> |
of(V integer,
List<T> list) |
com.google.common.collect.ImmutableSet<V> |
set() |
String |
toString() |
ImmutableSecondie<T,V> |
withColl(com.google.common.collect.Multimap<? extends T,? extends V> entries) |
ImmutableSecondie<T,V> |
withInteger(V value) |
ImmutableSecondie<T,V> |
withList(Iterable<? extends T> elements) |
ImmutableSecondie<T,V> |
withList(T... elements) |
ImmutableSecondie<T,V> |
withSet(Iterable<? extends V> elements) |
ImmutableSecondie<T,V> |
withSet(V... elements) |
public final ImmutableSecondie<T,V> withInteger(@Nullable V value)
@SafeVarargs public final ImmutableSecondie<T,V> withList(@Nullable T... elements)
@SafeVarargs public final ImmutableSecondie<T,V> withSet(@Nullable V... elements)
public final ImmutableSecondie<T,V> withColl(com.google.common.collect.Multimap<? extends T,? extends V> entries)
public int hashCode()
public String toString()
public static <T,V> ImmutableSecondie<T,V> of(@Nullable V integer, @Nullable List<T> list)
public static <T,V> ImmutableSecondie<T,V> of(@Nullable V integer, @Nullable Iterable<? extends T> list)
public static <T,V> ImmutableSecondie<T,V> copyOf(Secondie<T,V> instance)
public static <T,V> ImmutableSecondie.Builder<T,V> builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.