A priority-queue-like container that allows you to add a specified number of elements. When the limit has been reached, new additions replace the lower scoring elements.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1083 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2009-06-24 15:39:47 +00:00
parent 0a50f2e160
commit 3112302ec9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package org.broadinstitute.sting.playground.piecemealannotator;
package org.broadinstitute.sting.utils.containers;
import java.util.PriorityQueue;