public class IteratorUtils extends Object
| Constructor and Description |
|---|
IteratorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T,S> boolean |
elementsEqual(Iterator<T> lhs,
Iterator<S> rhs,
BiPredicate<T,S> equalFunction) |
public static <T,S> boolean elementsEqual(Iterator<T> lhs, Iterator<S> rhs, BiPredicate<T,S> equalFunction)
Copyright © 2021 CatBoost dev team. All rights reserved.