Class IndexedTuple2<T1,​T2>

    • Field Detail

      • index

        protected int index
    • Constructor Detail

      • IndexedTuple2

        public IndexedTuple2()
      • IndexedTuple2

        public IndexedTuple2​(int index,
                             T1 t1,
                             T2 t2)
    • Method Detail

      • getIndex

        public int getIndex()
      • setIndex

        public void setIndex​(int index)
      • map

        public void map​(java.util.function.Consumer<MutableTuple2<T1,​T2>> action)