Modifier | Constructor and Description |
---|---|
protected |
Builder(java.util.Comparator<? super V> comparator) |
Modifier and Type | Method and Description |
---|---|
BTreeSet.Builder<V> |
add(V v) |
BTreeSet.Builder<V> |
addAll(java.util.Collection<V> iter) |
BTreeSet<V> |
build() |
boolean |
isEmpty() |
protected Builder(java.util.Comparator<? super V> comparator)
public BTreeSet.Builder<V> add(V v)
public BTreeSet.Builder<V> addAll(java.util.Collection<V> iter)
public boolean isEmpty()
Copyright © 2009-2021 The Apache Software Foundation