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 voidadd(GraphPath<V> path)booleancontainSomePathStartingWith(GraphPath<V> otherPath)java.util.Set<GraphPath<V>>getPathsContaining(V v)intsize()java.lang.StringtoString()
-