public interface ByteStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(byte key,
byte value)
Type Specific Equals function
|
int |
hashCode(byte o)
Type Specific HashCode function
|
int hashCode(byte o)
o - the element that the hashcode is requested for (if object may be null)boolean equals(byte key,
byte value)
key - the first element that should be compared withvalue - the second element that should be compared with (if object may be null)