public static interface DancingLinks.SolutionAcceptor<ColumnName>
Modifier and Type | Method and Description |
---|---|
void |
solution(java.util.List<java.util.List<ColumnName>> value)
A callback to return a solution to the application.
|
void solution(java.util.List<java.util.List<ColumnName>> value)
value
- a List of List of ColumnNames that were satisfied by each
selected rowCopyright © 2009 The Apache Software Foundation