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

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

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

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Vertex(TileId tileId, VertexIndex index)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1, T2 v2)
     
    boolean
    equals(Object that)
     
    int
     
     
     
    static String
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • 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