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
Subclasses with type arguments of type BasedOptionsHolder.Options in com.vladsch.flexmark.util.sequenceFields in com.vladsch.flexmark.util.sequence declared as BasedOptionsHolder.OptionsModifier and TypeFieldDescriptionstatic final BasedOptionsHolder.OptionsBasedOptionsHolder.O_COLLECT_FIRST256_STATSstatic final BasedOptionsHolder.OptionsBasedOptionsHolder.O_COLLECT_SEGMENTED_STATSstatic final BasedOptionsHolder.OptionsBasedOptionsHolder.O_FULL_SEGMENTED_SEQUENCESstatic final BasedOptionsHolder.OptionsBasedOptionsHolder.O_NO_ANCHORSstatic final BasedOptionsHolder.OptionsBasedOptionsHolder.O_TREE_SEGMENTED_SEQUENCESMethods in com.vladsch.flexmark.util.sequence that return BasedOptionsHolder.OptionsModifier and TypeMethodDescriptionstatic BasedOptionsHolder.OptionsReturns 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 BasedOptionsSequenceBasedOptionsSequence.of(@NotNull CharSequence chars, BitFieldSet<BasedOptionsHolder.Options> optionFlags) static BasedOptionsSequenceBasedOptionsSequence.of(@NotNull CharSequence chars, BitFieldSet<BasedOptionsHolder.Options> optionFlags, @Nullable DataHolder options)