Class TagList

java.lang.Object
ca.uhn.fhir.model.api.TagList
All Implemented Interfaces:
Serializable, Iterable<Tag>, Collection<Tag>, Set<Tag>, IBase

public class TagList extends Object implements Set<Tag>, Serializable, IBase
A collection of tags present on a single resource. TagList is backed by a LinkedHashSet, so the order of added tags will be consistent, but duplicates will not be preserved.

Thread safety: This class is not thread safe

See Also: