public class BoardCollection
extends java.lang.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() |
java.util.List<java.lang.Double> |
getCosts() |
int |
size() |
public BoardCollection(CostComputer costComputer)
public int size()
public Board getAndSetExploredSmallest()
public double getBestCost()
public Board getBestBoard()
public java.util.List<java.lang.Double> getCosts()
public void add(Board b)
public boolean contains(Board b)