Package io.datarouter.scanner
Class DistinctScanner<T,R>
java.lang.Object
io.datarouter.scanner.BaseScanner<R>
io.datarouter.scanner.BaseLinkedScanner<T,T>
io.datarouter.scanner.DistinctScanner<T,R>
- All Implemented Interfaces:
Scanner<T>,Closeable,AutoCloseable
public class DistinctScanner<T,R> extends BaseLinkedScanner<T,T>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected booleanadvanceInternal()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.datarouter.scanner.Scanner
advanceUntil, advanceWhile, allMatch, anyMatch, batch, collate, collate, collect, collect, concat, count, deduplicate, deduplicateBy, distinct, distinctBy, each, exclude, findAny, findFirst, findLast, flush, forEach, hasAny, include, isEmpty, iterable, iterator, limit, link, list, listTo, map, max, min, noneMatch, parallel, prefetch, reduce, retain, sample, skip, sorted, sorted, stream, streamDoubles, streamInts, streamLongs, take, toArray
-
Constructor Details
-
Method Details
-
advanceInternal
protected boolean advanceInternal()- Specified by:
advanceInternalin classBaseLinkedScanner<T,T>
-