Skip to content

Instantly share code, notes, and snippets.

View gamgoon's full-sized avatar
🌈
!!

gamgoon gamgoon

🌈
!!
View GitHub Profile
import java.util.Arrays;
public class HashCodeFunctions
{
private final static short DEFAULT_PRIME_NUMBER = 31;
private HashCodeFunctions()
{
throw new AssertionError("Could not be instantiated.");
}