@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableJdkColl extends Object implements JdkColl
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableJdkColl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableJdkColl.Builder |
builder() |
static ImmutableJdkColl |
copyOf(JdkColl instance) |
boolean |
equals(Object another) |
int |
hashCode() |
Set<Integer> |
ints() |
NavigableSet<Integer> |
navs() |
static ImmutableJdkColl |
of() |
SortedSet<Integer> |
ords() |
Set<RetentionPolicy> |
pols() |
List<String> |
str() |
String |
toString() |
ImmutableJdkColl |
withInts(int... elements) |
ImmutableJdkColl |
withInts(Iterable<Integer> elements) |
ImmutableJdkColl |
withNavs(int... elements) |
ImmutableJdkColl |
withNavs(Iterable<Integer> elements) |
ImmutableJdkColl |
withOrds(int... elements) |
ImmutableJdkColl |
withOrds(Iterable<Integer> elements) |
ImmutableJdkColl |
withPols(Iterable<RetentionPolicy> elements) |
ImmutableJdkColl |
withPols(RetentionPolicy... elements) |
ImmutableJdkColl |
withStr(Iterable<String> elements) |
ImmutableJdkColl |
withStr(String... elements) |
public Set<RetentionPolicy> pols()
public NavigableSet<Integer> navs()
public final ImmutableJdkColl withStr(String... elements)
public final ImmutableJdkColl withStr(Iterable<String> elements)
public final ImmutableJdkColl withInts(int... elements)
public final ImmutableJdkColl withInts(Iterable<Integer> elements)
public final ImmutableJdkColl withOrds(int... elements)
public final ImmutableJdkColl withOrds(Iterable<Integer> elements)
public final ImmutableJdkColl withPols(RetentionPolicy... elements)
public final ImmutableJdkColl withPols(Iterable<RetentionPolicy> elements)
public final ImmutableJdkColl withNavs(int... elements)
public final ImmutableJdkColl withNavs(Iterable<Integer> elements)
public int hashCode()
public String toString()
public static ImmutableJdkColl of()
public static ImmutableJdkColl copyOf(JdkColl instance)
public static ImmutableJdkColl.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.