Class FlatTuple4

All Implemented Interfaces:
ITuple

public final class FlatTuple4 extends BaseFlatTuple
Flat tuple with statically known arity of 4.
Since:
1.7
  • Constructor Details

  • Method Details

    • getSize

      public int getSize()
      Returns:
      number of elements
    • get

      public Object get(int index)
      Returns:
      the element at the specified index
    • internalEquals

      protected boolean internalEquals(ITuple other)
      Description copied from class: AbstractTuple
      Compares the elements stored in this tuple to another tuple
      Overrides:
      internalEquals in class AbstractTuple