Package g0001_0100.s0090_subsets_ii
Class Solution
-
- All Implemented Interfaces:
public final class Solution
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
Modifier and Type Method Description final List<List<Integer>>
getAllComb()
final Unit
setAllComb(List<List<Integer>> allComb)
final List<Integer>
getComb()
final Unit
setComb(List<Integer> comb)
final IntArray
getNums()
final Unit
setNums(IntArray nums)
final List<List<Integer>>
subsetsWithDup(IntArray nums)
-
-
Method Detail
-
getAllComb
final List<List<Integer>> getAllComb()
-
setAllComb
final Unit setAllComb(List<List<Integer>> allComb)
-
subsetsWithDup
final List<List<Integer>> subsetsWithDup(IntArray nums)
-
-
-
-