JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aksw.commons.path.stack
Interface Trav1Provider<T,
S>
public interface
Trav1Provider<T,
S>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
S
mkRoot
()
default
Trav1X.Trav1
<
T
,
S
>
newRoot
(
Path
<
T
> rootPath)
S
next
(
Trav1X.Trav1
<
T
,
S
> a,
T
segment)
Method Details
newRoot
default
Trav1X.Trav1
<
T
,
S
>
newRoot
(
Path
<
T
> rootPath)
mkRoot
S
mkRoot
()
next
S
next
(
Trav1X.Trav1
<
T
,
S
> a,
T
segment)