Package cdc.issues
Interface Params
- All Superinterfaces:
Comparable<Params>,NameValueMap
- All Known Implementing Classes:
ParamsImpl
Set of effective parameters or meta data.
It is a set of (name, value) pairs.
- Author:
- Damien Carbonne
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface cdc.issues.NameValueMap
containsName, getNames, getNameValues, getSortedNames, getSortedNameValues, getValue, getValue, isEmpty
-
Field Details
-
NO_PARAMS
-
-
Method Details
-
getParams
Collection<Param> getParams()- Returns:
- A collection of
Param.
-
getSortedParams
- Returns:
- A list of
Paramsorted using their name.
-
builder
-