V - E - public class SelfLoopEdgePredicate<V,E> extends Object implements org.apache.commons.collections4.Predicate<Context<Graph<V,E>,E>>
Predicate that returns true if the input edge's
endpoints in the input graph are identical. (Thus, an edge which connects
its sole incident vertex to itself).| Constructor and Description |
|---|
SelfLoopEdgePredicate() |
Copyright © 2015. All rights reserved.