Package org.glassfish.pfl.basic.contain
Class Triple<S,T,U>
- java.lang.Object
-
- org.glassfish.pfl.basic.contain.Triple<S,T,U>
-
- Direct Known Subclasses:
JUnitReportWriter.TestCounts
public class Triple<S,T,U> extends java.lang.ObjectRepresents a Triple of values. Used to return multiple values and other similar uses.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Sfirst()inthashCode()Tsecond()Uthird()
-