Class AbstractTuple

    • Constructor Detail

      • AbstractTuple

        protected AbstractTuple​(int storeSize)
    • Method Detail

      • getStore

        public final <Value_> Value_ getStore​(int index)
        Specified by:
        getStore in interface Tuple
      • setStore

        public final void setStore​(int index,
                                   Object value)
        Specified by:
        setStore in interface Tuple
      • removeStore

        public <Value_> Value_ removeStore​(int index)
        Specified by:
        removeStore in interface Tuple