Package gov.nih.mipav.model.algorithms
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 java.lang.Object
-
-
Method Detail
-
getFirst
public T getFirst()
-
getSecond
public U getSecond()
-
getThird
public V getThird()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Define a hash code based on the first and seconds and third's hash code- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-