Package anbxj

Class AnBx_Params

java.lang.Object
anbxj.AnBx_Params
All Implemented Interfaces:
Serializable

public class AnBx_Params extends Object implements Serializable
AnBx Params: implements a tuple as an array of serializable objects
See Also:
  • Constructor Details

    • AnBx_Params

      public AnBx_Params(Object... obj)
      AnBx_Params constructor
      Parameters:
      obj - an array of objects
  • Method Details

    • getValue

      public Object getValue(int i)
      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 object to null
    • size

      public int size()
      Get the size of the array of object
      Returns:
      the length of the array of objects
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object