Class IndexedPair<T>

    • Field Summary

      • Fields inherited from class org.processmining.specpp.datastructures.util.IndexedTuple2

        index
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexedPair

        public IndexedPair()
      • IndexedPair

        public IndexedPair​(int index,
                           T t,
                           T t2)