List of utility methods to do Char Array Contain
f
e
for (final char z : f) { if (e == z) { return true; return false;