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 boolean
equals(java.lang.Object obj)
T
getFirst()
U
getSecond()
int
hashCode()
Define a hash code based on the first and second's hash codejava.lang.String
toString()
-
-
-
Method Detail
-
getFirst
public T getFirst()
-
getSecond
public U getSecond()
-
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 second's hash code- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-