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)
EdgeIntAccessgetInt in interface EdgeIntAccesspublic void setInt(int edgeId,
int index,
int value)
EdgeIntAccesssetInt in interface EdgeIntAccessCopyright © 2012–2023. All rights reserved.