public class RemoveBothDuplicateEdgeVisitor<T> extends AbstractVisitor<Edge<T>> implements ObjectProcessor<Graph<T>>
| Constructor and Description |
|---|
RemoveBothDuplicateEdgeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Graph<T> graph) |
boolean |
visit(Edge<T> edge)
Visit an item of type T, performing some operation on the item.
|
getComparator, getFilter, setComparator, setFilter, setFilterspublic void process(Graph<T> graph)
process in interface ObjectProcessor<Graph<T>>Copyright © 2015 Revolution Systems Inc.. All rights reserved.