Class ClosedSetHash
java.lang.Object
astar.datastructures.ClosedSetHash
- All Implemented Interfaces:
IClosedSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ISearchNode iSearchNode) void
clear()
boolean
contains
(ISearchNode iSearchNode) min()
-
Constructor Details
-
ClosedSetHash
-
-
Method Details
-
contains
- Specified by:
contains
in interfaceIClosedSet
-
add
- Specified by:
add
in interfaceIClosedSet
-
min
- Specified by:
min
in interfaceIClosedSet
-
clear
public void clear()- Specified by:
clear
in interfaceIClosedSet
-