T - public final class NodeData<T>
extends java.lang.Object
| Constructor | Description |
|---|---|
NodeData(T nodeId,
com.carrotsearch.hppc.ObjectDoubleMap<T> heuristic) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
calcF(T destination,
T source) |
|
double |
getG(T source) |
|
void |
setG(T source,
double g) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.