Builder
A mutable builder for tags.
Functions
Link copied to clipboard
Adds an empty tag, ensuring that the given name exists in the tag map with at least an empty set of values.
Adds a boolean value for the given name, ensuring that the values for the given name contain at least this value.
Adds a double value for the given name, ensuring that the values for the given name contain at least this value.
Adds a string value for the given name, ensuring that the values for the given name contain at least this value.
Adds a long value for the given name, ensuring that the values for the given name contain at least this value.