Class IgnitePair<T>

    • Constructor Detail

      • IgnitePair

        public IgnitePair()
        Empty constructor required by Externalizable.
      • IgnitePair

        public IgnitePair​(@Nullable
                          T t1,
                          @Nullable
                          T t2)
        Creates pair with given objects.
        Parameters:
        t1 - First object in pair.
        t2 - Second object in pair.