Package com.duncpro.jroute.router
Class RouteTreeNodePosition<E>
- java.lang.Object
-
- com.duncpro.jroute.router.RouteTreeNodePosition<E>
-
@Immutable public class RouteTreeNodePosition<E> extends java.lang.Object
This class represents aRouteTreeNode
's position in aRoute
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
static <E> RouteTreeNodePosition<E>
root()
-
-
-
Method Detail
-
root
public static <E> RouteTreeNodePosition<E> root()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-