MarkdownJepExample
public String longExample()

Returns a hash code value for the object. This method is supported for the benefit of hash tables such as those provided by java.util.HashMap.

The general contract of hashCode is:

Returns:

a hash code value for this object.

Implementation
Requirements:

As far as is reasonably practical, the hashCode method defined by class Object returns distinct integers for distinct objects.

See Also:

Object.equals(Object),
System.identityHashCode