public interface EdgeIntAccess
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
|
Copyright © 2012–2023. All rights reserved.