Uses of Class
org.apache.cassandra.utils.btree.BTreeSet.Builder
Packages that use BTreeSet.Builder
-
Uses of BTreeSet.Builder in org.apache.cassandra.utils.btree
Methods in org.apache.cassandra.utils.btree that return BTreeSet.BuilderModifier and TypeMethodDescriptionBTreeSet.Builder.addAll(Collection<V> iter) static <V> BTreeSet.Builder<V>BTreeSet.builder(Comparator<? super V> comparator) static <V> BTreeSet.Builder<V>BTreeSet.builder(Comparator<? super V> comparator, int initialCapacity) if you know the precise size of the resultant set useperfectBuilderinstead.