V - the vertex typeE - the edge typepublic class SelfLoopEdgePredicate<V,E> extends Object implements com.google.common.base.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 © 2016. All rights reserved.