Class ImmutableTuple2<T1,T2>
- java.lang.Object
-
- org.processmining.specpp.datastructures.util.ImmutableTuple2<T1,T2>
-
- All Implemented Interfaces:
Tuple2<T1,T2>,Immutable,ProperlyHashable
- Direct Known Subclasses:
EvaluationParameterTuple2,ImmutablePair,TypedItem
public class ImmutableTuple2<T1,T2> extends java.lang.Object implements Immutable, Tuple2<T1,T2>
-
-
Constructor Summary
Constructors Constructor Description ImmutableTuple2(T1 t1, T2 t2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T1getT1()T2getT2()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
-