@NotThreadSafe public static final class ImmutableSortedCollectionWrapper.Builder extends Object
public final ImmutableSortedCollectionWrapper.Builder from(SortedCollectionWrapper instance)
public final ImmutableSortedCollectionWrapper.Builder addElemSet(SortedCollectionWrapper.Elem element)
public final ImmutableSortedCollectionWrapper.Builder addElemSet(SortedCollectionWrapper.Elem... elements)
public final ImmutableSortedCollectionWrapper.Builder elemSet(Iterable<? extends SortedCollectionWrapper.Elem> elements)
public final ImmutableSortedCollectionWrapper.Builder addAllElemSet(Iterable<? extends SortedCollectionWrapper.Elem> elements)
public final ImmutableSortedCollectionWrapper.Builder addImmutableElemSet(ImmutableElem element)
public final ImmutableSortedCollectionWrapper.Builder addImmutableElemSet(ImmutableElem... elements)
public final ImmutableSortedCollectionWrapper.Builder immutableElemSet(Iterable<? extends ImmutableElem> elements)
public final ImmutableSortedCollectionWrapper.Builder addAllImmutableElemSet(Iterable<? extends ImmutableElem> elements)
public final ImmutableSortedCollectionWrapper.Builder addElemMultiset(SortedCollectionWrapper.Elem element)
public final ImmutableSortedCollectionWrapper.Builder addElemMultiset(SortedCollectionWrapper.Elem... elements)
public final ImmutableSortedCollectionWrapper.Builder elemMultiset(Iterable<? extends SortedCollectionWrapper.Elem> elements)
public final ImmutableSortedCollectionWrapper.Builder addAllElemMultiset(Iterable<? extends SortedCollectionWrapper.Elem> elements)
public final ImmutableSortedCollectionWrapper.Builder addImmutableElemMultiset(ImmutableElem element)
public final ImmutableSortedCollectionWrapper.Builder addImmutableElemMultiset(ImmutableElem... elements)
public final ImmutableSortedCollectionWrapper.Builder immutableElemMultiset(Iterable<? extends ImmutableElem> elements)
public final ImmutableSortedCollectionWrapper.Builder addAllImmutableElemMultiset(Iterable<? extends ImmutableElem> elements)
public final ImmutableSortedCollectionWrapper.Builder putElemMap(SortedCollectionWrapper.Elem key, Void value)
public final ImmutableSortedCollectionWrapper.Builder putElemMap(Map.Entry<? extends SortedCollectionWrapper.Elem,? extends Void> entry)
public final ImmutableSortedCollectionWrapper.Builder elemMap(Map<? extends SortedCollectionWrapper.Elem,? extends Void> elemMap)
public final ImmutableSortedCollectionWrapper.Builder putAllElemMap(Map<? extends SortedCollectionWrapper.Elem,? extends Void> elemMap)
public final ImmutableSortedCollectionWrapper.Builder putImmutableElemMap(ImmutableElem key, Void value)
public final ImmutableSortedCollectionWrapper.Builder putImmutableElemMap(Map.Entry<? extends ImmutableElem,? extends Void> entry)
public final ImmutableSortedCollectionWrapper.Builder immutableElemMap(Map<? extends ImmutableElem,? extends Void> immutableElemMap)
public final ImmutableSortedCollectionWrapper.Builder putAllImmutableElemMap(Map<? extends ImmutableElem,? extends Void> immutableElemMap)
public ImmutableSortedCollectionWrapper build()
Copyright © 2017 The Immutables.org authors. All rights reserved.