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

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

public class FilteredNavigator<E>
extends Object
implements Navigator<E>

Author:
Santhosh Kumar T

Constructor Summary
FilteredNavigator(Navigator<E> navigator, Filter<E> filter)
           
 
Method Summary
 Sequence<? extends E> children(E elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteredNavigator

public FilteredNavigator(Navigator<E> navigator,
                         Filter<E> filter)
Method Detail

children

public Sequence<? extends E> children(E elem)
Specified by:
children in interface Navigator<E>


Copyright © 2018. All rights reserved.