Interface KeyedObject

All Known Implementing Classes:
Edge, Vertex

@Deprecated(since="10.2") public 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

    Modifier and Type
    Method
    Description
    long
    key()
    Deprecated.
    Returns the key for this KeyedObject.
  • Method Details

    • key

      long key()
      Deprecated.
      Returns the key for this KeyedObject.