org.processmining.framework.models.bpel4ws.unit
Class Quadruple<First,Second,Third,Fourth>
java.lang.Object
org.processmining.framework.models.bpel4ws.unit.Quadruple<First,Second,Third,Fourth>
- Type Parameters:
First
- Second
- Third
- Fourth
-
public class Quadruple<First,Second,Third,Fourth>
- extends java.lang.Object
- Author:
- Kristian Bisgaard Lassen
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
first
public final First first
second
public final Second second
third
public final Third third
fourth
public final Fourth fourth
Quadruple
public Quadruple(First first,
Second second,
Third third,
Fourth fourth)
- Parameters:
first
- second
- third
- fourth
-
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()