Character[] arr = {'1', '2', '3'}; List<Character> list = Arrays.asList(arr); assertTrue(list.contains('1'));Wrapper Class 이용하면 됩니다.