public interface ITopK<T>
boolean offer(T element)
element - - the element to add to the topboolean offer(T element, int incrementCount)
element - - the element to add to the topincrementCount - - the increment count for the given countCopyright © 2014. All Rights Reserved.