public static class DoubleStrategy.NormalStrategy extends java.lang.Object implements DoubleStrategy
DoubleStrategy.NormalStrategyNORMAL| Constructor and Description |
|---|
NormalStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(double key,
double value)
Type Specific Equals function
|
int |
hashCode(double o)
Type Specific HashCode function
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnormalStrategypublic int hashCode(double o)
DoubleStrategyhashCode in interface DoubleStrategyo - the element that the hashcode is requested for (if object may be null)public boolean equals(double key,
double value)
DoubleStrategyequals in interface DoubleStrategykey - the first element that should be compared withvalue - the second element that should be compared with (if object may be null)