Package cdc.args
Class MapFormalArg<K,V>
- Type Parameters:
K- The key type.V- The value type.
Formal argument for maps.
- Author:
- Damien Carbonne
-
Nested Class Summary
Nested classes/interfaces inherited from class cdc.args.FormalArg
FormalArg.Builder<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cdc.args.FormalArg
builder, checkName, getDescription, getName, getNecessity, getType, getWrappedType, hasWeakerNecessity, hasWeakerType, isCompliantWith, isMandatory, isOptional, isValidName, isWeakerThan, matchesName, merge
-
Constructor Details
-
MapFormalArg
Creates a map formal argument.- Parameters:
name- The argument name.keyType- The key type.valueType- The value type.necessity- The argument necessity.
-
MapFormalArg
Creates a MANDATORY map formal argument.- Parameters:
name- The argument name.keyType- The key type.valueType- The value type.
-
-
Method Details