Uses of Class
fj.data.hamt.BitSet
Packages that use BitSet
Package
Description
Types that set the premise for the existence of Functional Java.
-
Uses of BitSet in fj
Modifier and TypeFieldDescriptionEqual.bitSetSequal
An equal instance for theBitSet
type.Show.bitSetShow
-
Uses of BitSet in fj.data.hamt
Fields in fj.data.hamt declared as BitSetModifier and TypeFieldDescriptionprivate final BitSet
HashArrayMappedTrie.bitSet
static final BitSet
BitSet.EMPTY
Methods in fj.data.hamt that return BitSetModifier and TypeMethodDescriptionBitSet.clear
(int index) static BitSet
BitSet.empty()
HashArrayMappedTrie.getBitSet()
static BitSet
BitSet.listBitSet
(List<Boolean> list) static BitSet
BitSet.longBitSet
(long l) BitSet.not()
BitSet.range
(int highIndex, int lowIndex) Returns the bit set from indices in the range from low (inclusive) to high(exclusive) from the least significant bit (on the right), e.g.BitSet.set
(int index) BitSet.set
(int index, boolean b) BitSet.shiftLeft
(int n) BitSet.shiftRight
(int n) static BitSet
BitSet.streamBitSet
(Stream<Boolean> s) static BitSet
BitSet.stringBitSet
(String s) BitSet.takeLower
(int n) BitSet.takeUpper
(int n) Methods in fj.data.hamt with parameters of type BitSetModifier and TypeMethodDescriptionprivate static <K,
V> HashArrayMappedTrie <K, V> Static constructor for a HAMT instance.Constructors in fj.data.hamt with parameters of type BitSet