Summary:
Detail:
BitSet<T>
Collector<T,ArrayList<T>,BitSet<T>>
collector()
empty()
fill(int n, Supplier<? extends T> s)
of(T t)
final BitSet<T>
of(T... values)
ofAll(Iterable<? extends T> values)
ofAll(Stream<? extends T> javaStream)
tabulate(int n, Function<? super Integer,? extends T> f)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait