A quick data structure for look-ups. More...
Public Member Functions | |
| Register (String[] _woerter) | |
| Creates a register with the words in _woerter. | |
| LinkedList< String > | search (String[] searchTerms) |
| Searches the register for searchTerms (order dependant). | |
| void | renderTopWords (Graphics g, int panelWidth, int panelHeight) |
A quick data structure for look-ups.
| WordTree.Register.Register | ( | String[] | _woerter | ) |
Creates a register with the words in _woerter.
| void WordTree.Register.renderTopWords | ( | Graphics | g, | |
| int | panelWidth, | |||
| int | panelHeight | |||
| ) |
| LinkedList<String> WordTree.Register.search | ( | String[] | searchTerms | ) |
Searches the register for searchTerms (order dependant).
1.6.3