Uses of Interface
com.github.andrewoma.dexx.collection.Builder
Packages that use Builder
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of Builder in com.github.andrewoma.dexx.collection
Classes in com.github.andrewoma.dexx.collection that implement BuilderMethods in com.github.andrewoma.dexx.collection that return BuilderModifier and TypeMethodDescriptionBuilder.addAll
(@NotNull Traversable<E> elements) static <E> @NotNull Builder
<E, IndexedList<E>> ArrayLists.builder()
static <E> @NotNull Builder
<E, IndexedList<E>> IndexedLists.builder()
static <E> @NotNull Builder
<E, LinkedList<E>> LinkedLists.builder()
Maps.builder()
Sets.builder()
static <K extends Comparable<? super K>,
V>
@NotNull Builder<Pair<K, V>, SortedMap<K, V>> SortedMaps.builder()
SortedMaps.builder
(Comparator<? super K> comparator) SortedSets.builder()
SortedSets.builder
(Comparator<? super E> comparator) BuilderFactory.newBuilder()
Methods in com.github.andrewoma.dexx.collection with parameters of type BuilderModifier and TypeMethodDescription<R extends Traversable<E>>
RConverts this collection to another collection using a builder. -
Uses of Builder in com.github.andrewoma.dexx.collection.internal.base
Methods in com.github.andrewoma.dexx.collection.internal.base with parameters of type Builder -
Uses of Builder in com.github.andrewoma.dexx.collection.internal.builder
Classes in com.github.andrewoma.dexx.collection.internal.builder that implement BuilderMethods in com.github.andrewoma.dexx.collection.internal.builder that return Builder