Uses of Enum Class
com.vladsch.flexmark.util.sequence.BasedOptionsHolder.Options
Packages that use BasedOptionsHolder.Options
-
Uses of BasedOptionsHolder.Options in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as BasedOptionsHolder.OptionsModifier and TypeFieldDescriptionstatic final BasedOptionsHolder.Options
BasedOptionsHolder.O_COLLECT_FIRST256_STATS
static final BasedOptionsHolder.Options
BasedOptionsHolder.O_COLLECT_SEGMENTED_STATS
static final BasedOptionsHolder.Options
BasedOptionsHolder.O_FULL_SEGMENTED_SEQUENCES
static final BasedOptionsHolder.Options
BasedOptionsHolder.O_NO_ANCHORS
static final BasedOptionsHolder.Options
BasedOptionsHolder.O_TREE_SEGMENTED_SEQUENCES
Methods in com.vladsch.flexmark.util.sequence that return BasedOptionsHolder.OptionsModifier and TypeMethodDescriptionstatic BasedOptionsHolder.Options
Returns the enum constant of this class with the specified name.static BasedOptionsHolder.Options[]
BasedOptionsHolder.Options.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.vladsch.flexmark.util.sequence with type arguments of type BasedOptionsHolder.OptionsModifier 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)