@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSortedCollectionWrapper extends Object implements SortedCollectionWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSortedCollectionWrapper.Builder |
SortedCollectionWrapper.Elempublic com.google.common.collect.ImmutableSortedSet<SortedCollectionWrapper.Elem> getElemSet()
public com.google.common.collect.ImmutableSortedSet<ImmutableElem> getImmutableElemSet()
public com.google.common.collect.ImmutableSortedMultiset<SortedCollectionWrapper.Elem> getElemMultiset()
public com.google.common.collect.ImmutableSortedMultiset<ImmutableElem> getImmutableElemMultiset()
public com.google.common.collect.ImmutableSortedMap<SortedCollectionWrapper.Elem,Void> getElemMap()
public com.google.common.collect.ImmutableSortedMap<ImmutableElem,Void> getImmutableElemMap()
public final ImmutableSortedCollectionWrapper withElemSet(SortedCollectionWrapper.Elem... elements)
public final ImmutableSortedCollectionWrapper withElemSet(Iterable<? extends SortedCollectionWrapper.Elem> elements)
public final ImmutableSortedCollectionWrapper withImmutableElemSet(ImmutableElem... elements)
public final ImmutableSortedCollectionWrapper withImmutableElemSet(Iterable<? extends ImmutableElem> elements)
public final ImmutableSortedCollectionWrapper withElemMultiset(SortedCollectionWrapper.Elem... elements)
public final ImmutableSortedCollectionWrapper withElemMultiset(Iterable<? extends SortedCollectionWrapper.Elem> elements)
public final ImmutableSortedCollectionWrapper withImmutableElemMultiset(ImmutableElem... elements)
public final ImmutableSortedCollectionWrapper withImmutableElemMultiset(Iterable<? extends ImmutableElem> elements)
public final ImmutableSortedCollectionWrapper withElemMap(Map<? extends SortedCollectionWrapper.Elem,? extends Void> entries)
public final ImmutableSortedCollectionWrapper withImmutableElemMap(Map<? extends ImmutableElem,? extends Void> entries)
public int hashCode()
public String toString()
public static ImmutableSortedCollectionWrapper copyOf(SortedCollectionWrapper instance)
public static ImmutableSortedCollectionWrapper.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.