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

java.lang.Object
  extended by org.processmining.framework.models.bpel.util.Quadruple<First,Second,Third,Fourth>
Direct Known Subclasses:
NodeHash

public class Quadruple<First,Second,Third,Fourth>
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Field Summary
 First first
           
 Fourth fourth
           
 Second second
           
 Third third
           
 
Constructor Summary
Quadruple(First first, Second second, Third third, Fourth fourth)
           
 
Method Summary
static
<First,Second,Third,Fourth>
Quadruple<First,Second,Third,Fourth>
create(First first, Second second, Third third, Fourth fourth)
           
 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

fourth

public final Fourth fourth
Constructor Detail

Quadruple

public Quadruple(First first,
                 Second second,
                 Third third,
                 Fourth fourth)
Parameters:
first -
second -
third -
fourth -
Method Detail

create

public static <First,Second,Third,Fourth> Quadruple<First,Second,Third,Fourth> create(First first,
                                                                                      Second second,
                                                                                      Third third,
                                                                                      Fourth fourth)

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)