lst.contains in java code example Example: list contains List<Integer> arr = new ArrayList<Integer>(4); boolean ans = arr.contains(2);