org.processmining.framework.models.bpel.util
Class Triple<First,Second,Third>
java.lang.Object
org.processmining.framework.models.bpel.util.Triple<First,Second,Third>
public class Triple<First,Second,Third>
- extends java.lang.Object
Title:
Description:
Copyright: Copyright (c) 2004
Company:
- Version:
- 1.0
- Author:
- not attributable
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
Triple
public Triple(First first,
Second second,
Third third)
- Parameters:
first
- second
- third
-
create
public static <S,T,U> Triple<S,T,U> create(S first,
T second,
U third)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)