List of utility methods to do Int Array Contains
for (int element : array) { if (element == value) { return true; return false;