| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence |
| Modifier and Type | Field and 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 |
| Modifier and Type | Method and Description |
|---|---|
static BasedOptionsHolder.Options |
BasedOptionsHolder.Options.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static BasedOptionsSequence |
BasedOptionsSequence.of(@NotNull CharSequence chars,
com.vladsch.flexmark.util.misc.BitFieldSet<BasedOptionsHolder.Options> optionFlags) |
static BasedOptionsSequence |
BasedOptionsSequence.of(@NotNull CharSequence chars,
com.vladsch.flexmark.util.misc.BitFieldSet<BasedOptionsHolder.Options> optionFlags,
@Nullable com.vladsch.flexmark.util.data.DataHolder options) |
Copyright © 2020. All rights reserved.