ImmutableSecondie<T,V> |
ImmutableSecondie.Builder.build() |
static <T,V> ImmutableSecondie<T,V> |
ImmutableSecondie.copyOf(Secondie<T,V> instance) |
static <T,V> ImmutableSecondie<T,V> |
ImmutableSecondie.of(V integer,
Iterable<? extends T> list) |
static <T,V> ImmutableSecondie<T,V> |
ImmutableSecondie.of(V integer,
List<T> list) |
ImmutableSecondie<T,V> |
ModifiableSecondie.toImmutable() |
ImmutableSecondie<T,V> |
ImmutableSecondie.withColl(com.google.common.collect.Multimap<? extends T,? extends V> entries) |
ImmutableSecondie<T,V> |
ImmutableSecondie.withInteger(V value) |
ImmutableSecondie<T,V> |
ImmutableSecondie.withList(Iterable<? extends T> elements) |
ImmutableSecondie<T,V> |
ImmutableSecondie.withList(T... elements) |
ImmutableSecondie<T,V> |
ImmutableSecondie.withSet(Iterable<? extends V> elements) |
ImmutableSecondie<T,V> |
ImmutableSecondie.withSet(V... elements) |