public final class EmptyParameterList extends java.lang.Object implements ParameterList
ParameterList that doesn't contain any parameters.| Modifier and Type | Field and Description |
|---|---|
static ParameterList |
INSTANCE |
| Constructor and Description |
|---|
EmptyParameterList() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Parameter> |
iterator() |
public static final ParameterList INSTANCE