JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.aksw.commons.path.stack
Trav1Provider
Contents
Description
Method Summary
Method Details
newRoot(Path)
mkRoot()
next(Trav1X.Trav1, T)
Hide sidebar
Show sidebar
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)