Package cdc.issues
Interface Metas
- All Superinterfaces:
NameValueMap
- All Known Implementing Classes:
MetasImpl
Set of
Meta, with unique names.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Metas.Builderbuilder()getMetas()static MetasDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface cdc.issues.NameValueMap
getNames, getNameValues, getSortedNames, getSortedNameValues, getValue, getValue, isEmpty
-
Field Details
-
NO_METAS
-
-
Method Details
-
getMetas
Collection<Meta> getMetas()- Returns:
- A collection of
Meta.
-
getSortedMetas
- Returns:
- A list of
Metasorted using their name.
-
builder
-
of
Deprecated, for removal: This API element is subject to removal in a future version.
-