Class ClosedSetHash
java.lang.Object
astar.datastructures.ClosedSetHash
- All Implemented Interfaces:
IClosedSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ISearchNode iSearchNode) voidclear()booleancontains(ISearchNode iSearchNode) min()
-
Constructor Details
-
ClosedSetHash
-
-
Method Details
-
contains
- Specified by:
containsin interfaceIClosedSet
-
add
- Specified by:
addin interfaceIClosedSet
-
min
- Specified by:
minin interfaceIClosedSet
-
clear
public void clear()- Specified by:
clearin interfaceIClosedSet
-