public interface Archive<S extends Solution<?>> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(S solution) |
S |
get(int index) |
List<S> |
getSolutionList() |
int |
size() |
Copyright © 2015. All rights reserved.