public class DisjointBuilder<T> extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DisjointBuilder.ArrayFactory<U> |
Constructor and Description |
---|
DisjointBuilder(IMemberAccessor<IQuantity,? super T> startAccessor,
IMemberAccessor<IQuantity,? super T> endAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
add(T e) |
static <U> Collection<U[]> |
toArrays(Iterable<? extends DisjointBuilder<U>> collections,
DisjointBuilder.ArrayFactory<U> arrayFactory) |
public DisjointBuilder(IMemberAccessor<IQuantity,? super T> startAccessor, IMemberAccessor<IQuantity,? super T> endAccessor)
public void add(T e)
public static <U> Collection<U[]> toArrays(Iterable<? extends DisjointBuilder<U>> collections, DisjointBuilder.ArrayFactory<U> arrayFactory)
Copyright © 2020. All rights reserved.