org.glassfish.gmbal.generic
Interface Graph.Finder<E>

All Superinterfaces:
UnaryFunction<E,List<E>>
Enclosing class:
Graph<E>

public static interface Graph.Finder<E>
extends UnaryFunction<E,List<E>>

A Finder finds the immediate successors of an element of the graph.


Method Summary
 
Methods inherited from interface org.glassfish.gmbal.generic.UnaryFunction
evaluate
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.