java test if a string is the first value in an 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"
);