jlibs.core.graph.navigators
Class PathNavigator<E>
java.lang.Object
jlibs.core.graph.navigators.PathNavigator<E>
- All Implemented Interfaces:
- Navigator<Path>
public class PathNavigator<E>
- extends Object
- implements Navigator<Path>
- Author:
- Santhosh Kumar T
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathNavigator
public PathNavigator(Navigator<E> delegate)
children
public Sequence<Path> children(Path path)
- Specified by:
children in interface Navigator<Path>
Copyright © 2018. All rights reserved.