Class CeresSolver2.Triplet<T,U,V>

java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver2.Triplet<T,U,V>
Enclosing class:
CeresSolver2

public class CeresSolver2.Triplet<T,U,V> extends Object
  • Field Details

    • first

      public T first
    • second

      public U second
    • third

      public V third
  • Constructor Details

    • Triplet

      public Triplet(T t, U u, V v)
  • Method Details

    • getFirst

      public T getFirst()
    • getSecond

      public U getSecond()
    • getThird

      public V getThird()
    • equals

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

      public int hashCode()
      Define a hash code based on the first and seconds and third's hash code
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object