jlibs.core.graph.filters
Class PathFilter<E>

java.lang.Object
  extended by jlibs.core.graph.filters.PathFilter<E>
All Implemented Interfaces:
Filter<E>

public class PathFilter<E>
extends Object
implements Filter<E>

Author:
Santhosh Kumar T

Constructor Summary
PathFilter(Path path, Filter<Path> delegate)
           
 
Method Summary
 boolean select(E elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathFilter

public PathFilter(Path path,
                  Filter<Path> delegate)
Method Detail

select

public boolean select(E elem)
Specified by:
select in interface Filter<E>


Copyright © 2018. All rights reserved.