|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
| Added Methods | |
HashCode fromBytes(byte[]) |
Creates a {@code HashCode} from a byte array. |
HashCode fromInt(int) |
Creates a 32-bit {@code HashCode} representation of the given int value. |
HashCode fromLong(long) |
Creates a 64-bit {@code HashCode} representation of the given long value. |
HashCode fromString(String) |
Creates a {@code HashCode} from a hexadecimal ({@code base 16}) encoded string. |
| Changed Methods | ||
boolean equals(Object) |
Change from non-final to final. |
|
int hashCode() |
Change from non-final to final. |
Returns a "Java hash code" for this {@code HashCode} instance; this is well-defined (so, for example, you can safely put {@code HashCode} instances into a {@code HashSet}) but is otherwise probably not what you want to use. |
String toString() |
Change from non-final to final. |
Returns a string containing each byte of .asBytes, in order, as a two-digit unsigned hexadecimal number in lower case. |
int writeBytesTo(byte[], |
Change from non-final to final. |
Copies bytes from this hash code into {@code dest}. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||