Searched defs:listCopy (Results 1 – 2 of 2) sorted by relevance
175 static <E> List<E> listCopy(Collection<? extends E> coll) { in listCopy() method in ImmutableCollections
259 List<Integer> listCopy = List.copyOf(Arrays.asList(1, 2, 3)); in realMain() local