jlibs.core.graph.navigators
Class PathNavigator<E>

java.lang.Object
  extended by jlibs.core.graph.navigators.PathNavigator<E>
All Implemented Interfaces:
Navigator<Path>

public class PathNavigator<E>
extends Object
implements Navigator<Path>

Author:
Santhosh Kumar T

Constructor Summary
PathNavigator(Navigator<E> delegate)
           
 
Method Summary
 Sequence<Path> children(Path path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathNavigator

public PathNavigator(Navigator<E> delegate)
Method Detail

children

public Sequence<Path> children(Path path)
Specified by:
children in interface Navigator<Path>


Copyright © 2018. All rights reserved.