Package org.opensearch.common.collect
Class Iterators
java.lang.Object
org.opensearch.common.collect.Iterators
Iterators utility class.
- Opensearch.internal:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Iterators
public Iterators()
-
-
Method Details
-
concat
Concat iterators- Type Parameters:
T- the type of iterator- Parameters:
iterators- the iterators to concat- Returns:
- a new
Iterators.ConcatenatedIterator - Throws:
NullPointerException- if iterators is null
-