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