Package cdc.args
Class MapFormalArg<K,V>
- java.lang.Object
-
- cdc.args.FormalArg<Map<K,V>>
-
- cdc.args.MapFormalArg<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cdc.args.FormalArg
FormalArg.Builder<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Class<K>getKeyType()Class<V>getValueType()inthashCode()StringtoString()-
Methods inherited from class cdc.args.FormalArg
builder, checkName, getDescription, getName, getNecessity, getType, getWrappedType, hasWeakerNecessity, hasWeakerType, isCompliantWith, isMandatory, isOptional, isValidName, isWeakerThan, matchesName, merge
-
-