Uses of Class
uk.gov.gchq.gaffer.commonutil.iterable.LimitedInMemorySortedIterable
-
Packages that use LimitedInMemorySortedIterable Package Description uk.gov.gchq.gaffer.commonutil.stream Gaffer-specific classes which extend the functionality of the Java 8 Functions API. -
-
Uses of LimitedInMemorySortedIterable in uk.gov.gchq.gaffer.commonutil.stream
Methods in uk.gov.gchq.gaffer.commonutil.stream that return types with arguments of type LimitedInMemorySortedIterable Modifier and Type Method Description static <T> Collector<T,LimitedInMemorySortedIterable<T>,LimitedInMemorySortedIterable<T>>
GafferCollectors. toLimitedInMemorySortedIterable(Comparator<T> comparator, Integer limit, boolean deduplicate)
Returns aCollector
that accumulates the input items into aLimitedInMemorySortedIterable
.static <T> Collector<T,LimitedInMemorySortedIterable<T>,LimitedInMemorySortedIterable<T>>
GafferCollectors. toLimitedInMemorySortedIterable(Comparator<T> comparator, Integer limit, boolean deduplicate)
Returns aCollector
that accumulates the input items into aLimitedInMemorySortedIterable
.
-