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- 
getFirstpublic T getFirst() 
 - 
getSecondpublic U getSecond() 
 - 
getThirdpublic V getThird() 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() Define a hash code based on the first and seconds and third's hash code- Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-