Uses of Interface
com.vladsch.flexmark.util.misc.Mutable
-
Packages that use Mutable Package Description com.vladsch.flexmark.ext.toc.internal com.vladsch.flexmark.util.html com.vladsch.flexmark.util.misc -
-
Uses of Mutable in com.vladsch.flexmark.ext.toc.internal
Classes in com.vladsch.flexmark.ext.toc.internal that implement Mutable Modifier and Type Class Description static class
TocOptions.AsMutable
-
Uses of Mutable in com.vladsch.flexmark.util.html
Subinterfaces of Mutable in com.vladsch.flexmark.util.html Modifier and Type Interface Description interface
MutableAttribute
Classes in com.vladsch.flexmark.util.html that implement Mutable Modifier and Type Class Description class
MutableAttributeImpl
-
Uses of Mutable in com.vladsch.flexmark.util.misc
Classes in com.vladsch.flexmark.util.misc with type parameters of type Mutable Modifier and Type Interface Description interface
Immutable<I extends Immutable<I,M>,M extends Mutable<M,I>>
interface
Mutable<M extends Mutable<M,I>,I extends Immutable<I,M>>
-