Package anbxj
Class AnBx_Params
java.lang.Object
anbxj.AnBx_Params
- All Implemented Interfaces:
Serializable
AnBx Params: implements a tuple as an array of serializable objects
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue(int i) Retrieve an object from the array of AnBx parametersinthashCode()voidreset()Reset the array of objects to nullintsize()Get the size of the array of objectsObject[]toArray()Returns a copy of the internal array of parameters.toString()
-
Constructor Details
-
AnBx_Params
AnBx_Params constructor- Parameters:
obj- an array of objects
-
-
Method Details
-
getValue
Retrieve an object from the array of AnBx parameters- Parameters:
i- the numerical index- Returns:
- the object corresponding to the index
-
reset
public void reset()Reset the array of objects to null -
size
public int size()Get the size of the array of objects- Returns:
- the length of the array of objects
-
toString
-
toArray
Returns a copy of the internal array of parameters.- Returns:
- a copy of the parameter array
-
hashCode
public int hashCode() -
equals
-