Class NodeToPosEntry
-
- All Implemented Interfaces:
public final class NodeToPosEntry
A single entry in a NodeToPosMap, storing a node's id and its position.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
id
private final PositionSurrogate
position
-
Constructor Summary
Constructors Constructor Description NodeToPosEntry(Integer id, PositionSurrogate position)
-
Method Summary
Modifier and Type Method Description final Integer
getId()
final PositionSurrogate
getPosition()
-
-
Constructor Detail
-
NodeToPosEntry
NodeToPosEntry(Integer id, PositionSurrogate position)
- Parameters:
id
- the node's idposition
- the node's position
-
-
Method Detail
-
getPosition
final PositionSurrogate getPosition()
-
-
-
-