public class PowerSet<T> extends Object
Code taken from StackOverflow best answer in: http://stackoverflow.com/questions/4640034/calculating-all-of-the-subsets -of-a-set-of-numbers. HashSet changed to LinkedHashSet for the consistent order of the subsets and easier testing.
Currently used to calculate the possible LOCAL symmetries in
QuatSymmetryDetector
.
Constructor and Description |
---|
PowerSet() |
Copyright © 2000–2019 BioJava. All rights reserved.