Package io.markdom.util
Class Attributes
- java.lang.Object
-
- io.markdom.util.Attributes
-
-
Constructor Summary
Constructors Constructor Description Attributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attributesadd(Attribute attribute)Attributesadd(String key, String value)Attributesadd(String key, Optional<String> value)Iterator<Attribute>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
add
public Attributes add(Attribute attribute)
-
add
public Attributes add(String key, Optional<String> value)
-
add
public Attributes add(String key, String value)
-
-