java.lang.Object
com.here.platform.location.inmemory.graph.Vertex
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class Vertex extends Object implements scala.Product, scala.Serializable
Defines a vertex

param: tileId The tile containing this Vertex param: index The index of this Vertex in the tile

See Also:
  • Constructor Details

  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • tileId

      public TileId tileId()
    • index

      public VertexIndex index()
    • equals

      public boolean equals(Object that)
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object