array list sample
List<String> hoge = new ArrayList<String>(); hoge.add("aaa"); hoge.indexOf("aaa"); //0 hoge.indexOf("bbb"); //-1