Package ghidra.util.graph
Interface KeyedObject
Deprecated.
The KeyedObject class is used as a base class for objects which have keys.
Some specific examples of KeyedObject are Vertex and Edge.
-
Method Summary
-
Method Details
-
key
long key()Deprecated.Returns the key for this KeyedObject.
-