Package org.consensusj.analytics.util.collector
package org.consensusj.analytics.util.collector
-
ClassDescriptionLargestSliceAccumulator<E,
N extends Number & Comparable<? super N>> Accumulates thenlargest slices of a stream of objects of type<E>.LargestSliceCollector<E,N extends Number & Comparable<? super N>> Collector that collects thenobjects containing the "largest slices" of an input stream of type<E>.LargestSliceList<E,N extends Number & Comparable<? super N>> Represents a filtered subset of a collection or stream of objects.LargestSliceListImpl<E,N extends Number & Comparable<? super N>> An immutable implementation ofLargestSliceList.