Class BitSet.Builder<T>
java.lang.Object
io.vavr.collection.BitSet.Builder<T>
- Type Parameters:
T- Component type
Builder of the BitSet. Encapsulates the conversion functions for T.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns aCollectorwhich may be used in conjunction withStream.collect(java.util.stream.Collector)to obtain anArrayList.empty()Returns a new empty BitSetBuilds a new BitSet containing n copies of the same valueBuilds a new BitSet from a specific value tBuilds a new BitSet from a list of valuesBuilds a new BitSet from anIterableBuilds a new BitSet from aStreamof valuesBuilds a new BitSet tabulating a value n times
-
Field Details
-
DEFAULT
-
fromInt
-
toInt
-
-
Constructor Details
-
Builder
-
-
Method Details
-
collector
-
empty
-
of
-
of
Builds a new BitSet from a list of values- Parameters:
values- values to build the BitSet from- Returns:
- new BitSet
-
ofAll
-
ofAll
-
tabulate
-
fill
-