|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface AlgorithmClassifier
Interface for an automatic classifier of a "mystery data structure".
| Method Summary | |
|---|---|
DataStructureType |
deduceDataStructure(Collection12 collection)
Analyzes the specified "mystery data structure" using whatever empirical testing is required, and returns the data structure type. |
| Method Detail |
|---|
DataStructureType deduceDataStructure(Collection12 collection)
This method must be implemented using time cost analysis -- it cannot use Java reflection or any other mischievous type-checking to determine the data structure type.
collection - the mystery data structure
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||