- Type Parameters:
N - Node type.
- All Implemented Interfaces:
Predicate<GraphEdge<N>>
Edge predicate for outgoing edges of a node.
- Author:
- Damien Carbonne
-
Field Summary
Fields
(package private) final N
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
GraphEdgeOutgoingPredicate
public GraphEdgeOutgoingPredicate(N node)
-