Home
last modified time | relevance | path

Searched defs:orderedPermutations (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCollections2.java353 Collection<List<E>> orderedPermutations(Iterable<E> elements) { in orderedPermutations() method in Collections2
404 @Beta public static <E> Collection<List<E>> orderedPermutations( in orderedPermutations() method in Collections2