public class FixtureMapTraversal extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
FixtureMapTraversal.Processor
The interface that runs when visit edges.
|
| Constructor and Description |
|---|
FixtureMapTraversal() |
| Modifier and Type | Method and Description |
|---|---|
static void |
traverse(FixtureMap fixtureMap,
FixtureMapTraversal.Processor processor)
Traverse each edges(
FixtureValue) and run FixtureMapTraversal.Processor when it meets a edge. |
public static void traverse(FixtureMap fixtureMap, FixtureMapTraversal.Processor processor)
FixtureValue) and run FixtureMapTraversal.Processor when it meets a edge.fixtureMap - the FixtureMapprocessor - the ProcessorCopyright © 2018. All rights reserved.