Uses of Class
org.apache.druid.collections.CombiningIterator
Packages that use CombiningIterator
-
Uses of CombiningIterator in org.apache.druid.collections
Methods in org.apache.druid.collections that return CombiningIteratorModifier and TypeMethodDescriptionstatic <T> CombiningIterator<T> CombiningIterator.create(Iterator<T> it, Comparator<T> comparator, BinaryOperator<T> fn)