java check if an element is in a array code example
Example: arrays .contains methof
private static final Set<String> VALUES = Set.of(
"AB","BC","CD","AE"
);
private static final Set<String> VALUES = Set.of(
"AB","BC","CD","AE"
);