public class TopScoredObjects<K extends Comparable<K>> extends Object
| Constructor and Description |
|---|
TopScoredObjects(int n) |
public void add(K obj, float f)
public int getMaxElements()
public int size()
public PairOfObjectFloat<K>[] extractAll()
Copyright © 2014. All rights reserved.