public class Depth
extends Object
Represents the depth of a pathfinding node or element. This class provides methods to get and
increment the depth value.
-
Method Summary
protected boolean
boolean
int
int
void
Increments the depth value by one.
-
Method Details
-
of
public static Depth of(int value)
-
increment
public void increment()
Increments the depth value by one.
-
getValue
public int getValue()
-
-
canEqual
protected boolean canEqual(Object other)
-