public static interface DancingLinks.SolutionAcceptor<ColumnName>
| Modifier and Type | Method and Description |
|---|---|
void |
solution(List<List<ColumnName>> value)
A callback to return a solution to the application.
|
void solution(List<List<ColumnName>> value)
value - a List of List of ColumnNames that were satisfied by each
selected rowCopyright © 2018 CERN. All Rights Reserved.