|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hcrypto.analyzer.Dictionary
Constructor Summary | |
Dictionary()
|
|
Dictionary(java.lang.String filename,
boolean linebreaks)
This constructor creates a dictionary from the named file. |
Method Summary | |
boolean |
contains(java.lang.String word)
|
static void |
main(java.lang.String[] args)
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Dictionary()
public Dictionary(java.lang.String filename, boolean linebreaks)
filename
- a String giving the name of the dictionary filelinebreaks
- set to true iff the words are listed one per lineMethod Detail |
public boolean contains(java.lang.String word)
public int size()
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |