Class SelfLoopEdgePredicate<V,E>
java.lang.Object
edu.uci.ics.jung.algorithms.util.SelfLoopEdgePredicate<V,E>
- Type Parameters:
V- the vertex typeE- the edge type
- All Implemented Interfaces:
com.google.common.base.Predicate<Context<Graph<V,E>, E>>, Predicate<Context<Graph<V, E>, E>>
-
Constructor Details
-
SelfLoopEdgePredicate
public SelfLoopEdgePredicate()
-
-
Method Details
-
apply
-