public class ArrayEdgeIntAccess extends Object implements EdgeIntAccess
Constructor and Description |
---|
ArrayEdgeIntAccess(int intsPerEdge) |
Modifier and Type | Method and 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
|
public int getInt(int edgeId, int index)
EdgeIntAccess
getInt
in interface EdgeIntAccess
public void setInt(int edgeId, int index, int value)
EdgeIntAccess
setInt
in interface EdgeIntAccess
Copyright © 2012–2023. All rights reserved.