public class TopNSequence<T> extends com.metamx.common.guava.BaseSequence<T,Iterator<T>>
com.metamx.common.guava.BaseSequence.IteratorMaker<T,IterType extends Iterator<T>>| Constructor and Description |
|---|
TopNSequence(com.metamx.common.guava.Sequence<T> input,
com.google.common.collect.Ordering<T> ordering,
int limit) |
Copyright © 2011–2016. All rights reserved.