Uses of Class
com.vladsch.flexmark.util.data.NullableDataKey
-
-
Uses of NullableDataKey in com.vladsch.flexmark.util.data
Methods in com.vladsch.flexmark.util.data with parameters of type NullableDataKey Modifier and Type Method Description <T> @NotNull MutableDataHolderMutableDataHolder. set(@NotNull NullableDataKey<T> key, T value)Store the given value for the key<T> @NotNull MutableDataSetMutableDataSet. set(@NotNull NullableDataKey<T> key, T value)
-