Class Triplet<A,B,C>

java.lang.Object
org.openremote.model.util.Triplet<A,B,C>
All Implemented Interfaces:
Serializable

public class Triplet<A,B,C> extends Object implements Serializable
See Also:
  • Field Details

    • value1

      public A value1
    • value2

      public B value2
    • value3

      public C value3
  • Constructor Details

    • Triplet

      public Triplet(A value1, B value2, C value3)
  • Method Details

    • getValue1

      public A getValue1()
    • getValue2

      public B getValue2()
    • getValue3

      public C getValue3()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object