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