Uses of Interface
io.vavr.collection.BitSet
Packages that use BitSet
-
Uses of BitSet in io.vavr.collection
Classes in io.vavr.collection that implement BitSetModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classMethods in io.vavr.collection that return BitSetModifier and TypeMethodDescriptionBitSetModule.AbstractBitSet.addElement(int element) BitSetModule.AbstractBitSet.createEmpty()BitSetModule.AbstractBitSet.createFromAll(Iterable<? extends T> values) BitSet.distinct()BitSet.distinctBy(@NonNull Comparator<? super T> comparator) BitSet.distinctBy(@NonNull Function<? super T, ? extends U> keyExtractor) BitSetModule.AbstractBitSet.distinctBy(@NonNull Comparator<? super T> comparator) BitSetModule.AbstractBitSet.distinctBy(@NonNull Function<? super T, ? extends U> keyExtractor) BitSet.drop(int n) BitSetModule.AbstractBitSet.drop(int n) BitSet.dropRight(int n) BitSetModule.AbstractBitSet.dropRight(int n) BitSet.Builder.empty()Returns a new empty BitSetBitSet.empty()Returns a BitSet containing no elements.Builds a new BitSet containing n copies of the same valueReturns a BitSet containingnvalues supplied by a given Suppliers.BitSetModule.AbstractBitSet.fromBitMaskNoCopy(long[] elements) BitSet.init()BitSetModule.AbstractBitSet.init()Builds a new BitSet from a specific value tBuilds a new BitSet from a list of valuesReturns a BitSet containing a single value.Creates a BitSet of int numbers starting fromfrom, extending totoExclusive - 1.Builds a new BitSet from anIterableBuilds a new BitSet from aStreamof valuesBitSet.ofAll(boolean... elements) Creates a BitSet from boolean values.BitSet.ofAll(byte... elements) Creates a BitSet from byte values.BitSet.ofAll(char... elements) Creates a BitSet from char values.BitSet.ofAll(int... elements) Creates a BitSet from int values.BitSet.ofAll(long... elements) Creates a BitSet from long values.BitSet.ofAll(short... elements) Creates a BitSet from short values.Creates a BitSet of int numbers starting fromfrom, extending totoExclusive - 1.Creates a BitSet of int numbers starting fromfrom, extending totoExclusive - 1.Returns thisBitSetif it is nonempty, otherwiseBitSetcreated from iterable, using existing bitset properties.Returns thisBitSetif it is nonempty, otherwiseBitSetcreated from result of evaluating supplier, using existing bitset properties.BitSet.range(char from, char toExclusive) Creates a BitSet of char numbers starting fromfrom, extending totoExclusive - 1.BitSet.range(int from, int toExclusive) Creates a BitSet of int numbers starting fromfrom, extending totoExclusive - 1.BitSet.range(long from, long toExclusive) Creates a BitSet of long numbers starting fromfrom, extending totoExclusive - 1.BitSet.rangeBy(char from, char toExclusive, int step) Creates a BitSet of char numbers starting fromfrom, extending totoExclusive - 1, withstep.BitSet.rangeBy(int from, int toExclusive, int step) Creates a BitSet of int numbers starting fromfrom, extending totoExclusive - 1, withstep.BitSet.rangeBy(long from, long toExclusive, long step) Creates a BitSet of long numbers starting fromfrom, extending totoExclusive - 1, withstep.BitSet.rangeClosed(char from, char toInclusive) Creates a BitSet of char numbers starting fromfrom, extending totoInclusive.BitSet.rangeClosed(int from, int toInclusive) Creates a BitSet of int numbers starting fromfrom, extending totoInclusive.BitSet.rangeClosed(long from, long toInclusive) Creates a BitSet of long numbers starting fromfrom, extending totoInclusive.BitSet.rangeClosedBy(char from, char toInclusive, int step) Creates a BitSet of char numbers starting fromfrom, extending totoInclusive, withstep.BitSet.rangeClosedBy(int from, int toInclusive, int step) Creates a BitSet of int numbers starting fromfrom, extending totoInclusive, withstep.BitSet.rangeClosedBy(long from, long toInclusive, long step) Creates a BitSet of long numbers starting fromfrom, extending totoInclusive, withstep.BitSet.replaceAll(T currentElement, T newElement) BitSetModule.AbstractBitSet.scan(T zero, @NonNull BiFunction<? super T, ? super T, ? extends T> operation) Builds a new BitSet tabulating a value n timesReturns a BitSet containingnvalues of a given Functionfover a range of integer values from 0 ton - 1.BitSet.tail()BitSet.take(int n) BitSetModule.AbstractBitSet.take(int n) BitSet.takeRight(int n) BitSetModule.AbstractBitSet.takeRight(int n) Methods in io.vavr.collection that return types with arguments of type BitSetModifier and TypeMethodDescriptionBitSet.Builder.collector()Returns aCollectorwhich may be used in conjunction withStream.collect(java.util.stream.Collector)to obtain anArrayList.BitSet.collector()Returns aCollectorwhich may be used in conjunction withStream.collect(java.util.stream.Collector)to obtain aBitSet.BitSet.grouped(int size) BitSet.initOption()BitSet.sliding(int size) BitSet.sliding(int size, int step) BitSetModule.AbstractBitSet.sliding(int size, int step) BitSet.tailOption()