org.processmining.framework.models.bpel.util
Class Triple<First,Second,Third>

java.lang.Object
  extended by 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

Field Summary
 First first
           
 Second second
           
 Third third
           
 
Constructor Summary
Triple(First first, Second second, Third third)
           
 
Method Summary
static
<S,T,U> Triple<S,T,U>
create(S first, T second, U third)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

first

public final First first

second

public final Second second

third

public final Third third
Constructor Detail

Triple

public Triple(First first,
              Second second,
              Third third)
Parameters:
first -
second -
third -
Method Detail

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)