Package search

Interface FrontierCheckingStructure<Node>

Type Parameters:
Node - The type of tree nodes stored in the frontier.
All Superinterfaces:
FrontierStructure<Node>
All Known Implementing Classes:
Frontiers.Queue

public interface FrontierCheckingStructure<Node>
extends FrontierStructure<Node>
Subclass of frontier representations which support checking membership of a node in the frontier.