Interface Graph.Finder<E>

All Superinterfaces:
Function<E,List<E>>, 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.