Uses of Record Class
org.jjazz.utilities.api.MatrixGroupsRemover.Group
Packages that use MatrixGroupsRemover.Group
-
Uses of MatrixGroupsRemover.Group in org.jjazz.utilities.api
Methods in org.jjazz.utilities.api that return types with arguments of type MatrixGroupsRemover.GroupModifier and TypeMethodDescriptionMatrixGroupsRemover.findRemovalSequence()Finds the minimum sequence of groups needed to remove all cells in the matrix.Method parameters in org.jjazz.utilities.api with type arguments of type MatrixGroupsRemover.GroupModifier and TypeMethodDescriptionstatic <T> voidMatrixGroupsRemover.printRemovalSequence(List<MatrixGroupsRemover.Group<T>> removalSequence) Utility method to pretty-print the result of findRemovalSequence().