Package com.intergral.deep.agent.tracepoint.handler.bfs
-
Interface Summary Interface Description Node.IConsumer The consumer of the nodes when running a BFS.Node.IParent The parent of a processed node. -
Class Summary Class Description Node A node is a value to process in the BFS.Node.NodeValue This type wraps an Object that we are to process.