|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.karma.modeling.semantictypes.myutils.ListOps
public class ListOps
This class provides utility methods for sorting small lists based on another list containing scores for them.
| Constructor Summary | |
|---|---|
ListOps()
|
|
| Method Summary | ||
|---|---|---|
static void |
main(java.lang.String[] args)
|
|
static
|
sortListOnValues(java.util.ArrayList<T> list,
java.util.ArrayList<java.lang.Double> values)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListOps()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public static <T> void sortListOnValues(java.util.ArrayList<T> list,
java.util.ArrayList<java.lang.Double> values)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||