Home
last modified time | relevance | path

Searched refs:newone (Results 1 – 1 of 1) sorted by relevance

/art/test/993-breakpoints/src/art/
DTest993.java299 List<T> newone = new ArrayList<>(); in combinations() local
300 newone.add(items.get(rem)); in combinations()
301 newone.addAll(others); in combinations()
302 out.add(newone); in combinations()