Package cdc.util.args
Class CompositeFormalArg<C,E>
- java.lang.Object
-
- cdc.util.args.FormalArg<C>
-
- cdc.util.args.CompositeFormalArg<C,E>
-
- Type Parameters:
C- The composite type.E- The element type.
- Direct Known Subclasses:
ArrayFormalArg,ListFormalArg,SetFormalArg
public class CompositeFormalArg<C,E> extends FormalArg<C>
Base class of formal arguments whose type is composite.- Author:
- Damien Carbonne
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Class<E>getElementType()inthashCode()StringtoString()-
Methods inherited from class cdc.util.args.FormalArg
checkName, getName, getNecessity, getType, getWrappedType, hasWeakerNecessity, hasWeakerType, isCompliantWith, isMandatory, isOptional, isValidName, isWeakerThan, matchesName, merge
-
-