public class WeightedNode<T>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
boolean
float
int
void
void
-
Constructor Details
-
WeightedNode
public WeightedNode(float weight,
@Nonnull
T object)
-
Method Details
-
getWeight
public float getWeight()
-
-
setWeight
public void setWeight(float weight)
-
-
-