How do you lookup array elements in Java?

Have String{} MyArray = { txt1, txt2, txt3 };

if I have myVar and want to check if it is in MyArray...