Package cdc.issues

Interface Metas

All Superinterfaces:
NameValueMap
All Known Implementing Classes:
MetasImpl

public interface Metas extends NameValueMap
Set of Meta, with unique names.
  • Field Details

  • Method Details

    • getMetas

      Collection<Meta> getMetas()
      Returns:
      A collection of Meta.
    • getSortedMetas

      List<Meta> getSortedMetas()
      Returns:
      A list of Meta sorted using their name.
    • containsBadge

      boolean containsBadge(String badge)
      Parameters:
      badge - The badge.
      Returns:
      true if this Metas contains badge.
    • builder

      static Metas.Builder builder()