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 Object
Represents a Triple of values. Used to return multiple values and other similar uses.
  • Field Details

  • Constructor Details

    • Triple

      public Triple(S first, T second, U third)
  • Method Details

    • first

      public S first()
    • second

      public T second()
    • third

      public U third()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object