Constructor and Description |
---|
SortedMergeIterable(Iterable<InType> lhs,
Iterable<InType> rhs,
Comparator<InType> comparator,
BinaryFn<InType,InType,OutType> fn) |
Modifier and Type | Method and Description |
---|---|
static <InType,OutType> |
create(Iterable<InType> lhs,
Iterable<InType> rhs,
Comparator<InType> comparator,
BinaryFn<InType,InType,OutType> fn) |
Iterator<OutType> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static <InType,OutType> SortedMergeIterable<InType,OutType> create(Iterable<InType> lhs, Iterable<InType> rhs, Comparator<InType> comparator, BinaryFn<InType,InType,OutType> fn)
Copyright © 2011–2017. All rights reserved.