| Package | Description |
|---|---|
| fr.arakne.utils.maps.path |
| Modifier and Type | Method and Description |
|---|---|
PathStep<C> |
Path.first()
Get the first step of the path
|
PathStep<C> |
Path.get(int step)
Get one step
|
PathStep<C> |
Path.last()
Get the last step
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<PathStep<C>> |
Path.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Path.add(PathStep<C> step) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Path.addAll(Collection<? extends PathStep<C>> c) |
Path<C> |
Path.keepWhile(Predicate<PathStep<C>> condition)
Keep the path steps while the condition is valid
The path will be stop when an invalid step is found
|
| Constructor and Description |
|---|
Path(Decoder<C> decoder,
List<PathStep<C>> steps) |
Copyright © 2022. All rights reserved.