Class FlatTuple1

  • All Implemented Interfaces:
    ITuple

    public final class FlatTuple1
    extends BaseFlatTuple
    Flat tuple with statically known arity of 1.
    Since:
    1.7
    • Constructor Detail

      • FlatTuple1

        protected FlatTuple1​(java.lang.Object element0)
    • Method Detail

      • getSize

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

        public java.lang.Object get​(int index)
        Returns:
        the element at the specified index