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
ChangeModifier and TypeMethodDescriptionlongkey()Deprecated.Returns the key for this KeyedObject.
-
Method Details
-
key
long key()Deprecated.Returns the key for this KeyedObject.
-