Interface EdgeIntAccess

All Known Implementing Classes:
ArrayEdgeIntAccess, IntsRefEdgeIntAccess

public interface EdgeIntAccess
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getInt(int edgeId, int index)
    Gets the int value at the given index for the given edgeId
    void
    setInt(int edgeId, int index, int value)
    Sets the int value at the given index for the given edgeId
  • Method Details

    • getInt

      int getInt(int edgeId, int index)
      Gets the int value at the given index for the given edgeId
    • setInt

      void setInt(int edgeId, int index, int value)
      Sets the int value at the given index for the given edgeId