Uses of Class
io.vavr.collection.BitSet.Builder
Packages that use BitSet.Builder
-
Uses of BitSet.Builder in io.vavr.collection
Fields in io.vavr.collection declared as BitSet.BuilderModifier and TypeFieldDescription(package private) static final BitSet.Builder<Integer> BitSet.Builder.DEFAULTMethods in io.vavr.collection that return BitSet.BuilderModifier and TypeMethodDescriptionstatic BitSet.Builder<Byte> BitSet.withBytes()static BitSet.Builder<Character> BitSet.withCharacters()static <T extends Enum<T>>
BitSet.Builder<T> static BitSet.Builder<Long> BitSet.withLongs()static <T> BitSet.Builder<T> BitSet.withRelations(Function1<Integer, T> fromInt, Function1<T, Integer> toInt) static BitSet.Builder<Short> BitSet.withShorts()