|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hcrypto.analyzer.FrequencyRecord
Field Summary | |
char |
ch
|
int |
count
|
Constructor Summary | |
FrequencyRecord(char ch,
int count)
|
|
FrequencyRecord(FrequencyRecord freq)
The copy constructor |
Method Summary | |
int |
compareTo(java.lang.Object o)
From the Comparable interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public char ch
public int count
Constructor Detail |
public FrequencyRecord(char ch, int count)
public FrequencyRecord(FrequencyRecord freq)
Method Detail |
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |