public class ParameterArray extends Object implements Externalizable
Constructor and Description |
---|
ParameterArray() |
ParameterArray(Object[] params) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object other) |
Object[] |
getArray() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
protected Object[] params
public ParameterArray()
public ParameterArray(Object[] params)
public Object[] getArray()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException