|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbass.util.SortHashtable
public class SortHashtable
offers various methods for sorting the result hashtable from the suggestion tool result lists
| Constructor Summary | |
|---|---|
SortHashtable()
|
|
| Method Summary | |
|---|---|
static java.lang.Object[][] |
bubbleSort(java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> input)
a simple bubble sort |
static java.lang.Object[][] |
dbSort(java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> input)
a sort using a temp table at the embedded db to prevent java heap overflows ... |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SortHashtable()
| Method Detail |
|---|
public static java.lang.Object[][] bubbleSort(java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> input)
input - the hashtable from the suggestion tool results
public static java.lang.Object[][] dbSort(java.util.Hashtable<java.lang.Integer,DTO_BandWithPoints> input)
input - the hashtable from the suggestion tool results
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||