Modifier and Type | Field and Description |
---|---|
private Object[] |
args
the wrapped signature
|
private int |
hash
bleeding edge performance hack
|
static Arguments |
NO_ARGS
the void signature for a non-arg method
|
Constructor and Description |
---|
Arguments(Object... arguments)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getArgument(int position)
This method gets the argument at the given
position . |
int |
getArgumentCount()
This method gets the number of arguments.
|
int |
hashCode() |
String |
toString() |
public static final Arguments NO_ARGS
private final Object[] args
private final int hash
public Arguments(Object... arguments)
arguments
- are the signature to wrap.public int getArgumentCount()
public Object getArgument(int position)
position
.position
- is the index of the requested type. This value must be in the range from 0
to
getArgumentCount()
- 1
.Copyright © 2001–2016 mmm-Team. All rights reserved.