Class IntsRefEdgeIntAccess

java.lang.Object
com.graphhopper.routing.ev.IntsRefEdgeIntAccess
All Implemented Interfaces:
EdgeIntAccess

public class IntsRefEdgeIntAccess extends Object implements EdgeIntAccess
  • Constructor Details

    • IntsRefEdgeIntAccess

      public IntsRefEdgeIntAccess(IntsRef intsRef)
  • Method Details

    • getInt

      public int getInt(int edgeId, int index)
      Description copied from interface: EdgeIntAccess
      Gets the int value at the given index for the given edgeId
      Specified by:
      getInt in interface EdgeIntAccess
    • setInt

      public void setInt(int edgeId, int index, int value)
      Description copied from interface: EdgeIntAccess
      Sets the int value at the given index for the given edgeId
      Specified by:
      setInt in interface EdgeIntAccess