| Package | Description |
|---|---|
| jlibs.core.graph | |
| jlibs.core.graph.filters | |
| jlibs.core.graph.navigators | |
| jlibs.core.graph.sequences | |
| jlibs.core.graph.visitors | |
| jlibs.core.graph.walkers |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.append(Object elem) |
Path |
Path.append(Object elem,
int index) |
Path |
Walker.getCurrentPath() |
Path |
Path.getParentPath() |
Path |
Path.getParentPath(Class clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.postProcess(E elem,
Path path) |
boolean |
Processor.preProcess(E elem,
Path path) |
| Constructor and Description |
|---|
PathFilter(Path path,
Filter<Path> delegate) |
| Constructor and Description |
|---|
PathFilter(Path path,
Filter<Path> delegate) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<Path> |
PathNavigator.children(Path path) |
| Modifier and Type | Method and Description |
|---|---|
Sequence<Path> |
PathNavigator.children(Path path) |
| Modifier and Type | Method and Description |
|---|---|
protected Path |
PathSequence.findNext() |
| Modifier and Type | Method and Description |
|---|---|
Sequence<Path> |
PathSequence.copy() |
| Constructor and Description |
|---|
PathSequence(Path path,
Sequence<? extends E> delegate) |
| Modifier and Type | Field and Description |
|---|---|
protected Path |
PathReflectionVisitor.path |
| Modifier and Type | Method and Description |
|---|---|
Path |
PreorderWalker.getCurrentPath() |
Copyright © 2021. All rights reserved.