Package ghidra.graph
Class GraphPathSet<V>
- java.lang.Object
-
- ghidra.graph.GraphPathSet<V>
-
public class GraphPathSet<V> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphPathSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(GraphPath<V> path)
boolean
containSomePathStartingWith(GraphPath<V> otherPath)
java.util.Set<GraphPath<V>>
getPathsContaining(V v)
int
size()
java.lang.String
toString()
-