public class IteratorUtils
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IteratorUtils.AbstractObjectGraphIterator<T> |
| Constructor and Description |
|---|
IteratorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> boolean |
match(java.util.Iterator<T> iterator1,
java.util.Iterator<T> iterator2,
BooleanBiFunction<? super T,? super T> condition) |
static <T> boolean |
match(IteratorUtils.AbstractObjectGraphIterator<T> iterator1,
IteratorUtils.AbstractObjectGraphIterator<T> iterator2,
BooleanBiFunction<? super T,? super T> condition) |
public static <T> boolean match(java.util.Iterator<T> iterator1,
java.util.Iterator<T> iterator2,
BooleanBiFunction<? super T,? super T> condition)
public static <T> boolean match(IteratorUtils.AbstractObjectGraphIterator<T> iterator1, IteratorUtils.AbstractObjectGraphIterator<T> iterator2, BooleanBiFunction<? super T,? super T> condition)