@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableMutableImmutableCollection extends MutableImmutableCollection
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableMutableImmutableCollection.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMutableImmutableCollection.Builder |
builder() |
static ImmutableMutableImmutableCollection |
copyOf(MutableImmutableCollection instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableMutableImmutableCollection |
withA(Iterable<String> elements) |
ImmutableMutableImmutableCollection |
withA(String... elements) |
ImmutableMutableImmutableCollection |
withB(Iterable<String> elements) |
ImmutableMutableImmutableCollection |
withB(String... elements) |
ImmutableMutableImmutableCollection |
withC(com.google.common.collect.Multimap<String,? extends Integer> entries) |
ImmutableMutableImmutableCollection |
withD(Map<? extends Void,? extends Void> entries) |
public final ImmutableMutableImmutableCollection withA(String... elements)
public final ImmutableMutableImmutableCollection withA(Iterable<String> elements)
public final ImmutableMutableImmutableCollection withB(String... elements)
public final ImmutableMutableImmutableCollection withB(Iterable<String> elements)
public final ImmutableMutableImmutableCollection withC(com.google.common.collect.Multimap<String,? extends Integer> entries)
public final ImmutableMutableImmutableCollection withD(Map<? extends Void,? extends Void> entries)
public int hashCode()
public String toString()
public static ImmutableMutableImmutableCollection copyOf(MutableImmutableCollection instance)
public static ImmutableMutableImmutableCollection.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.