public abstract class PathElement
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected java.lang.String |
name |
| Constructor and Description |
|---|
PathElement(java.lang.String name,
int index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
int |
index()
Returns the absolute position of the element
in the route.
|
java.lang.String |
name()
Returns the name of the element in the route.
|
public java.lang.String name()
public int index()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.