myArrayList = {"Method and apparatus","system and method for the same","drive-modulation method"," METHOD FOR ORTHOGONAL"}
How can i check if all the Items (myArrayList) contains a word "method" (irrespective of case)
boolean method return true
if all the items contain the word, else its false