tl.lin.data.queue
Class TopScoredInts

java.lang.Object
  extended by tl.lin.data.queue.TopScoredInts

public class TopScoredInts
extends Object


Constructor Summary
TopScoredInts(int n)
           
 
Method Summary
 void add(int n, float f)
           
 PairOfIntFloat[] extractAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopScoredInts

public TopScoredInts(int n)
Method Detail

add

public void add(int n,
                float f)

extractAll

public PairOfIntFloat[] extractAll()


Copyright © 2013. All Rights Reserved.