public class ParameterTypesImpl extends Object implements ParameterTypes
| Modifier and Type | Field and Description |
|---|---|
static ParameterTypesImpl |
EMPTY_LIST |
| Constructor and Description |
|---|
ParameterTypesImpl(Type... parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Type[] |
get() |
Type |
get(int index) |
List<Parameter> |
getParameters() |
ParametersId |
getParametersId() |
int |
hashCode() |
int |
size() |
String |
toString() |
public static final ParameterTypesImpl EMPTY_LIST
public ParameterTypesImpl(Type... parameterTypes)
public Type get(int index)
get in interface ParameterTypespublic Type[] get()
get in interface ParameterTypespublic ParametersId getParametersId()
getParametersId in interface ParameterTypespublic List<Parameter> getParameters()
getParameters in interface ParameterTypespublic int size()
size in interface ParameterTypesCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.