org.eclipse.xtext.util
Class Triple<S1,S2,S3>

java.lang.Object
  extended by org.eclipse.xtext.util.Pair<S1,S2>
      extended by org.eclipse.xtext.util.Triple<S1,S2,S3>
Type Parameters:
S1 -
S2 -
S3 -

public final class Triple<S1,S2,S3>
extends Pair<S1,S2>

Author:
Sven Efftinge - Initial contribution and API

Method Summary
 boolean equals(java.lang.Object other)
           
 S3 getThird()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.xtext.util.Pair
getFirst, getSecond
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getThird

public S3 getThird()

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class Pair<S1,S2>

hashCode

public int hashCode()
Overrides:
hashCode in class Pair<S1,S2>

toString

public java.lang.String toString()
Overrides:
toString in class Pair<S1,S2>