Uses of Class
com.vladsch.flexmark.experimental.util.collection.BitIntegerSet
Packages that use BitIntegerSet
-
Uses of BitIntegerSet in com.vladsch.flexmark.experimental.util.collection
Methods in com.vladsch.flexmark.experimental.util.collection that return BitIntegerSetModifier and TypeMethodDescription@NotNull BitIntegerSetBitIntegerSet.and(@NotNull BitIntegerSet set) @NotNull BitIntegerSet@NotNull BitIntegerSetBitIntegerSet.andNot(@NotNull BitIntegerSet set) @NotNull BitIntegerSet@NotNull BitIntegerSetBitIntegerSet.clear(int i) @NotNull BitIntegerSetBitIntegerSet.clear(int i, int i1) @NotNull BitIntegerSetBitIntegerSet.flip(int i) @NotNull BitIntegerSetBitIntegerSet.flip(int i, int i1) @NotNull BitIntegerSetBitIntegerSet.get(int i, int i1) @NotNull BitIntegerSetBitIntegerSet.or(@NotNull BitIntegerSet set) @NotNull BitIntegerSet@NotNull BitIntegerSetBitIntegerSet.set(int i) @NotNull BitIntegerSetBitIntegerSet.set(int i, boolean b) @NotNull BitIntegerSetBitIntegerSet.set(int i, int i1) @NotNull BitIntegerSetBitIntegerSet.set(int i, int i1, boolean b) static @NotNull BitIntegerSetBitIntegerSet.valueOf(@NotNull byte[] bytes) static @NotNull BitIntegerSetBitIntegerSet.valueOf(@NotNull long[] longs) static @NotNull BitIntegerSetBitIntegerSet.valueOf(@NotNull ByteBuffer buffer) static @NotNull BitIntegerSetBitIntegerSet.valueOf(@NotNull LongBuffer buffer) @NotNull BitIntegerSetBitIntegerSet.xor(@NotNull BitIntegerSet set) @NotNull BitIntegerSetMethods in com.vladsch.flexmark.experimental.util.collection with parameters of type BitIntegerSetModifier and TypeMethodDescription@NotNull BitIntegerSetBitIntegerSet.and(@NotNull BitIntegerSet set) @NotNull BitIntegerSetBitIntegerSet.andNot(@NotNull BitIntegerSet set) @NotNull BitIntegerSetBitIntegerSet.or(@NotNull BitIntegerSet set) @NotNull BitIntegerSetBitIntegerSet.xor(@NotNull BitIntegerSet set) Constructors in com.vladsch.flexmark.experimental.util.collection with parameters of type BitIntegerSetModifierConstructorDescriptionBitIntegerSet(@NotNull BitIntegerSet other) privateBitIntegerSet(@NotNull BitIntegerSet other, boolean reversed)