@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableCustomCollection<E> extends Object implements CustomCollection<E>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableCustomCollection.Builder<E> |
| Modifier and Type | Method and Description |
|---|---|
CustColl<Integer> |
cint() |
CustColl<E> |
col() |
static <E> ImmutableCustomCollection<E> |
copyOf(CustomCollection<E> instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static <E> ImmutableCustomCollection<E> |
of(CustColl<E> col) |
static <E> ImmutableCustomCollection<E> |
of(Iterable<? extends E> col) |
String |
toString() |
ImmutableCustomCollection<E> |
withCint(int... elements) |
ImmutableCustomCollection<E> |
withCint(Iterable<Integer> elements) |
ImmutableCustomCollection<E> |
withCol(E... elements) |
ImmutableCustomCollection<E> |
withCol(Iterable<? extends E> elements) |
@SafeVarargs public final ImmutableCustomCollection<E> withCol(E... elements)
public final ImmutableCustomCollection<E> withCol(Iterable<? extends E> elements)
public final ImmutableCustomCollection<E> withCint(int... elements)
public final ImmutableCustomCollection<E> withCint(Iterable<Integer> elements)
public int hashCode()
public String toString()
public static <E> ImmutableCustomCollection<E> of(CustColl<E> col)
public static <E> ImmutableCustomCollection<E> of(Iterable<? extends E> col)
public static <E> ImmutableCustomCollection<E> copyOf(CustomCollection<E> instance)
Copyright © 2022 The Immutables.org authors. All rights reserved.