jasm.util
Class Triple<FIRST,SECOND,THIRD>
java.lang.Object
jasm.util.Pair<FIRST,SECOND>
jasm.util.Triple<FIRST,SECOND,THIRD>
- Type Parameters:
FIRST
- Type of first itemSECOND
- Type of second itemTHIRD
- Type of second item
public class Triple<FIRST,SECOND,THIRD>
- extends Pair<FIRST,SECOND>
This class represents a triple of items
- Author:
- David J. Pearce
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
third
public THIRD third
Triple
public Triple(FIRST f,
SECOND s,
THIRD t)
third
public THIRD third()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Pair<FIRST,SECOND>
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class Pair<FIRST,SECOND>
toString
public java.lang.String toString()
- Overrides:
toString
in class Pair<FIRST,SECOND>
Copyright © 2013 David J. Pearce. All Rights Reserved.