Uses of Class
com.vladsch.flexmark.util.misc.BitFieldSet
Packages that use BitFieldSet
Package
Description
-
Uses of BitFieldSet in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format that return BitFieldSetModifier and TypeMethodDescription@NotNull BitFieldSet<LineAppendable.Options>
MarkdownWriterBase.getOptionSet()
-
Uses of BitFieldSet in com.vladsch.flexmark.util.html
Methods in com.vladsch.flexmark.util.html that return BitFieldSetModifier and TypeMethodDescription@NotNull BitFieldSet<LineAppendable.Options>
HtmlAppendableBase.getOptionSet()
-
Uses of BitFieldSet in com.vladsch.flexmark.util.misc
Methods in com.vladsch.flexmark.util.misc that return BitFieldSetModifier and TypeMethodDescriptionstatic <E extends Enum<E>>
BitFieldSet<E>Creates an enum set containing all of the elements in the specified element type.BitFieldSet.clone()
Returns a copy of this set.static <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.complementOf
(BitFieldSet<E> s) Creates an enum set with the same element type as the specified enum set, initially containing all the elements of this type that are not contained in the specified set.static <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.copyOf
(BitFieldSet<E> s) Creates an enum set with the same element type as the specified enum set, initially containing the same elements (if any).static <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.copyOf
(Collection<E> c) Creates an enum set initialized from the specified collection.static <E extends Enum<E>>
BitFieldSet<E>Creates an empty enum set with the specified element type.static <E extends Enum<E>>
BitFieldSet<E>Creates an enum set initially containing the specified elements.static <T extends Enum<T>>
BitFieldSet<T>Create a bit enum set from a bit maskstatic <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.of
(E e) Creates an enum set initially containing the specified element.static <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.of
(E e1, E e2) Creates an enum set initially containing the specified elements.static <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.of
(E first, E... rest) Creates an enum set initially containing the specified elements.static <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.of
(E e1, E e2, E e3) Creates an enum set initially containing the specified elements.static <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.of
(E e1, E e2, E e3, E e4) Creates an enum set initially containing the specified elements.static <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.of
(E e1, E e2, E e3, E e4, E e5) Creates an enum set initially containing the specified elements.static <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.range
(E from, E to) Creates an enum set initially containing all of the elements in the range defined by the two specified endpoints.Methods in com.vladsch.flexmark.util.misc with parameters of type BitFieldSetModifier and TypeMethodDescriptionstatic <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.complementOf
(BitFieldSet<E> s) Creates an enum set with the same element type as the specified enum set, initially containing all the elements of this type that are not contained in the specified set.static <E extends Enum<E>>
BitFieldSet<E>BitFieldSet.copyOf
(BitFieldSet<E> s) Creates an enum set with the same element type as the specified enum set, initially containing the same elements (if any).Constructors in com.vladsch.flexmark.util.misc with parameters of type BitFieldSet -
Uses of BitFieldSet in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as BitFieldSetModifier and TypeFieldDescriptionstatic final BitFieldSet<LineAppendable.Options>
LineAppendable.O_FORMAT_ALL
private final BitFieldSet<LineAppendable.Options>
LineAppendableImpl.options
Methods in com.vladsch.flexmark.util.sequence that return BitFieldSetModifier and TypeMethodDescription@NotNull BitFieldSet<LineAppendable.Options>
LineAppendable.getOptionSet()
Get current options as set which can be used to modify options@NotNull BitFieldSet<LineAppendable.Options>
LineAppendableImpl.getOptionSet()
static BitFieldSet<LineAppendable.Options>
LineAppendable.toOptionSet
(int options) static BitFieldSet<LineAppendable.Options>
LineAppendable.toOptionSet
(LineAppendable.Options... options) Methods in com.vladsch.flexmark.util.sequence with parameters of type BitFieldSetModifier and TypeMethodDescriptionstatic BasedOptionsSequence
BasedOptionsSequence.of
(@NotNull CharSequence chars, BitFieldSet<BasedOptionsHolder.Options> optionFlags) static BasedOptionsSequence
BasedOptionsSequence.of
(@NotNull CharSequence chars, BitFieldSet<BasedOptionsHolder.Options> optionFlags, @Nullable DataHolder options) default @NotNull LineAppendable
LineAppendable.setOptions
(BitFieldSet<LineAppendable.Options> options) Set options on processing textConstructors in com.vladsch.flexmark.util.sequence with parameters of type BitFieldSetModifierConstructorDescriptionLineAppendableImpl
(@Nullable Appendable appendable, BitFieldSet<LineAppendable.Options> formatOptions)