|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Path.Segment | |
---|---|
org.jboss.dna.common.jcr |
Uses of Path.Segment in org.jboss.dna.common.jcr |
---|
Methods in org.jboss.dna.common.jcr that return Path.Segment | |
---|---|
Path.Segment |
Path.getLastSegment()
Get the last segment in this path. |
Path.Segment |
Path.getSegment(int index)
Get the segment at the supplied index. |
Path.Segment[] |
Path.toArray()
Obtain a copy of the segments in this path. |
Methods in org.jboss.dna.common.jcr that return types with arguments of type Path.Segment | |
---|---|
java.util.Iterator<Path.Segment> |
Path.iterator()
|
java.util.List<Path.Segment> |
Path.toList()
Get an unmodifiable list of the path segments. |
Methods in org.jboss.dna.common.jcr with parameters of type Path.Segment | |
---|---|
int |
Path.Segment.compareTo(Path.Segment that)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |