Package gov.nih.mipav.model.algorithms
Class WeibullDistribution.Pair<T,U>
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.WeibullDistribution.Pair<T,U>
-
- Enclosing class:
- WeibullDistribution
class WeibullDistribution.Pair<T,U> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)TgetFirst()UgetSecond()inthashCode()Define a hash code based on the first and second's hash codejava.lang.StringtoString()
-
-
-
Method Detail
-
getFirst
public T getFirst()
-
getSecond
public U getSecond()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Define a hash code based on the first and second's hash code- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-