Uses of Class
com.vladsch.flexmark.util.sequence.SegmentedSequenceTree.Cache
-
Packages that use SegmentedSequenceTree.Cache Package Description com.vladsch.flexmark.util.sequence -
-
Uses of SegmentedSequenceTree.Cache in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence with type parameters of type SegmentedSequenceTree.Cache Modifier and Type Field Description private java.lang.ThreadLocal<SegmentedSequenceTree.Cache>
SegmentedSequenceTree. cache
Methods in com.vladsch.flexmark.util.sequence that return SegmentedSequenceTree.Cache Modifier and Type Method Description private @NotNull SegmentedSequenceTree.Cache
SegmentedSequenceTree. getCache(int index)
-