Interface Tag<T>

    • Method Detail

      • values

        Collection<T> values()
        Gets all values that are associated with this tag.
        Returns:
        All tag values
      • contains

        boolean contains​(T value)
        Gets whether this tag contains the supplied value.
        Parameters:
        value - Value to check
        Returns:
        Whether the value is contained in this tag.