Home | History | Annotate | Download | only in collect

Lines Matching defs:nums

84     List<Integer> nums = asList(1, 2, 3, 4, 5);
85 List<Integer> collection = new ArrayList<Integer>(nums) {