|
Algorithm Development Kit 1.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectalgs.model.search.ListHashTableReporter<V>
V - type of object to be placed into the HashTablepublic class ListHashTableReporter<V>
Generate useful statistics about ListHashTable object. Slot Usage Load Factor Weighted average of chains [min, max, avg]
| Constructor Summary | |
|---|---|
ListHashTableReporter(ListHashTable<V> ht)
Load up the HashTable for this reporter. |
|
| Method Summary | |
|---|---|
java.lang.String |
report()
Generate and return the collision report. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListHashTableReporter(ListHashTable<V> ht)
| Method Detail |
|---|
public java.lang.String report()
|
Algorithm Development Kit 1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||