java how to check if a string array contains specific value 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"
);