public class BoardCollection extends Object
Constructor and Description |
---|
BoardCollection(CostComputer costComputer) |
Modifier and Type | Method and Description |
---|---|
void |
add(Board b) |
boolean |
contains(Board b) |
Board |
getAndSetExploredSmallest() |
Board |
getBestBoard() |
double |
getBestCost() |
List<Double> |
getCosts() |
int |
size() |
public BoardCollection(CostComputer costComputer)
Copyright © 2015. All Rights Reserved.