-
Returns a (
usually new)
Path
formed from
the supplied
lastElement
.
Return a (
usually new)
Path
formed from
the supplied arguments and returns it.
Return a (
usually new)
Path
formed from
the supplied arguments and returns it.
Returns a (
usually new)
Path
formed from
a
Path.Element
formed from the supplied
qualified
and
the supplied name.
Returns a (
usually new)
Path
formed from
Path.Element
s formed from the supplied
qualified
and
the supplied array of
names.
Returns a
new Path
consisting of this
Path
's
qualifiers, this
Path
's elements, the supplied
elements
, and the supplied
lastElement
.
Transliterates this
Path
into another,
semantically equivalent
Path
by producing a
Path
that is otherwise equal to this
Path
but that will return
true
from its
transliterated()
method.
Transliterates this
Path
into another,
semantically equivalent
Path
by applying the supplied
BiFunction
, and returns the transliterated
Path
.
final boolean
final boolean
final int
Returns the zero-based index identifying the position of the
first occurrence of a
Path
equal to the supplied
Path
within this
Path
, or
a negative value if the supplied
Path
does not occur
within this
Path
.
final int
Returns the zero-based index identifying the position of the
first occurrence of a
Path
equal to supplied
Path
within this
Path
, or a
negative value if the supplied
Path
does not occur within
this
Path
.
final int
Returns the zero-based index identifying the position of the
last occurrence of a
Path
equal to the supplied
Path
within this
Path
, or
a negative value if the supplied
Path
does not occur
within this
Path
.
final int
Returns the zero-based index identifying the position of the
last occurrence of a
Path
equal to supplied
Path
within this
Path
, or a
negative value if the supplied
Path
does not occur within
this
Path
.
final boolean
final boolean