Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DCollections2.java579 return new PermutationIterator<E>(inputList); in iterator()
595 private static class PermutationIterator<E> class in Collections2
602 PermutationIterator(List<E> list) { in PermutationIterator() method in Collections2.PermutationIterator