Searched refs:PermutationIterator (Results 1 – 1 of 1) sorted by relevance
579 return new PermutationIterator<E>(inputList); in iterator()595 private static class PermutationIterator<E> class in Collections2602 PermutationIterator(List<E> list) { in PermutationIterator() method in Collections2.PermutationIterator