| Package | Description |
|---|---|
| foundation.rpg.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<T> |
Bfs.withCollection(Collection<T> input,
Bfs.Iteration<T> iteration) |
static <T> Set<T> |
Bfs.withItem(T input,
Bfs.Iteration<T> iteration) |
static <T> Set<T> |
Bfs.withStream(Stream<T> input,
Bfs.Iteration<T> iteration) |
Copyright © 2020. All rights reserved.