- Type Parameters:
N - Node type.
- All Implemented Interfaces:
Predicate<GraphEdge<N>>
Edge predicate for ingoing 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
-
GraphEdgeIngoingPredicate
public GraphEdgeIngoingPredicate(N node)
-