public class IterationUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
IterationUtils.RemoveHandler<T> |
| Constructor and Description |
|---|
IterationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterator<T> |
makeRemovable(IterationUtils.RemoveHandler<T> removeHandler,
Iterator<? extends T> source) |
static <T> Iterator<T> |
toIterator(IterationUtils.RemoveHandler<T> removeHandler,
Iterable<? extends T> source) |
Copyright © 2024 echocat. All rights reserved.