Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DCollections2Test.java78 Collection<List<Integer>> permutationSet = in testOrderedPermutationSetEmpty() local
157 Collection<List<Integer>> permutationSet = in testOrderedPermutationSetContains() local
169 Collection<List<Integer>> permutationSet = in testPermutationSetEmpty() local
297 Collection<List<Integer>> permutationSet = in testPermutationSetContains() local
326 Collection<List<T>> permutationSet) { in assertPermutationsCount()