Searched defs:powerSet (Results 1 – 2 of 2) sorted by relevance
35 Set<Set<Integer>> powerSet; field in PowerSetBenchmark
482 Set<Set<Integer>> powerSet = powerSet(elements); in testPowerSetEmpty() local484 assertEquals(ImmutableSet.of(ImmutableSet.of()), powerSet); in testPowerSetEmpty() local490 Set<Set<Integer>> powerSet = powerSet(elements); in testPowerSetContents() local525 Set<Set<Integer>> powerSet = powerSet(elements); in testPowerSetIteration_manual() local553 final Set<Set<Integer>> powerSet = powerSet(elements); in testPowerSetIteration_iteratorTester_fast() local645 private static <E> Set<Set<E>> toHashSets(Set<Set<E>> powerSet) { in toHashSets()