public class WayToEdgesMap extends Object
Constructor and Description |
---|
WayToEdgesMap() |
Modifier and Type | Method and Description |
---|---|
Iterator<com.carrotsearch.hppc.cursors.IntCursor> |
getEdges(long way) |
void |
putIfReserved(long way,
int edge) |
void |
reserve(long way)
We need to reserve a way before we can put the associated edges into the map.
|
public void reserve(long way)
public void putIfReserved(long way, int edge)
public Iterator<com.carrotsearch.hppc.cursors.IntCursor> getEdges(long way)
Copyright © 2012–2022. All rights reserved.