Interface KeyedObject

  • All Known Implementing Classes:
    Edge, Vertex

    public interface KeyedObject
    The KeyedObject class is used as a base class for objects which have keys. Some specific examples of KeyedObject are Vertex and Edge.
    • Method Detail

      • key

        long key()
        Returns the key for this KeyedObject.