T - The field typepublic interface NeighborFind<T>
DetailAnalyze| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getNeighborsFor(T field)
Retrieve the neighbors for a specific field.
|
boolean |
isFoundAndisMine(T field)
Determine if a field is a found mine or not
|
Collection<T> getNeighborsFor(T field)
field - Field to retrieve the neighbors forCollection of the neighbors that the specified field hasboolean isFoundAndisMine(T field)
field - Field to checkCopyright © 2014. All rights reserved.