|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dictionary
This is the interface definition for a dictionary.
Method Summary | |
---|---|
int |
getEntryAddress(int entryNum)
Returns the entry address at the specified position. |
int |
getEntryLength()
Returns the length of a dictionary entry. |
int |
getNumberOfEntries()
Returns the number of dictionary entries. |
int |
getNumberOfSeparators()
Returns the number of separators. |
byte |
getSeparator(int i)
Returns the separator at position i as a ZSCII character. |
int |
lookup(String token)
Looks up a string in the dictionary. |
Method Detail |
---|
int getNumberOfSeparators()
byte getSeparator(int i)
i
- the separator number, zero-based
int getEntryLength()
int getNumberOfEntries()
int getEntryAddress(int entryNum)
entryNum
- entry number between (0 - getNumberOfEntries() - 1)
int lookup(String token)
token
- a token
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |