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.bitSetSequalAn equal instance for theBitSettype.Show.bitSetShow -
Uses of BitSet in fj.data.hamt
Fields in fj.data.hamt declared as BitSetModifier and TypeFieldDescriptionprivate final BitSetHashArrayMappedTrie.bitSetstatic final BitSetBitSet.EMPTYMethods in fj.data.hamt that return BitSetModifier and TypeMethodDescriptionBitSet.clear(int index) static BitSetBitSet.empty()HashArrayMappedTrie.getBitSet()static BitSetBitSet.listBitSet(List<Boolean> list) static BitSetBitSet.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 BitSetBitSet.streamBitSet(Stream<Boolean> s) static BitSetBitSet.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