Uses of Class
com.vladsch.flexmark.util.sequence.BasedOptionsHolder.Options
-
Packages that use BasedOptionsHolder.Options Package Description com.vladsch.flexmark.util.sequence -
-
Uses of BasedOptionsHolder.Options in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as BasedOptionsHolder.Options Modifier and Type Field Description static BasedOptionsHolder.Options
BasedOptionsHolder. O_COLLECT_FIRST256_STATS
static BasedOptionsHolder.Options
BasedOptionsHolder. O_COLLECT_SEGMENTED_STATS
static BasedOptionsHolder.Options
BasedOptionsHolder. O_FULL_SEGMENTED_SEQUENCES
static BasedOptionsHolder.Options
BasedOptionsHolder. O_NO_ANCHORS
static BasedOptionsHolder.Options
BasedOptionsHolder. O_TREE_SEGMENTED_SEQUENCES
Methods in com.vladsch.flexmark.util.sequence that return BasedOptionsHolder.Options Modifier and Type Method Description static BasedOptionsHolder.Options
BasedOptionsHolder.Options. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BasedOptionsHolder.Options[]
BasedOptionsHolder.Options. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.vladsch.flexmark.util.sequence with type arguments of type BasedOptionsHolder.Options Modifier and Type Method Description static BasedOptionsSequence
BasedOptionsSequence. of(@NotNull java.lang.CharSequence chars, BitFieldSet<BasedOptionsHolder.Options> optionFlags)
static BasedOptionsSequence
BasedOptionsSequence. of(@NotNull java.lang.CharSequence chars, BitFieldSet<BasedOptionsHolder.Options> optionFlags, @Nullable DataHolder options)
-