how to see if an array contains a value in java for generic arrays 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"
);