|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.wordhoard.swing.calculator.modelutils.CountResult
public class CountResult
Count result.
| Field Summary | |
|---|---|
int |
count
The word count. |
Spelling |
word
The word. |
java.lang.Long |
work
The work. |
int |
workCount
The work or work part count. |
java.lang.Long |
workPart
The work part. |
java.lang.String |
workTag
The work tag. |
| Constructor Summary | |
|---|---|
CountResult()
Create empty count result object. |
|
CountResult(Spelling word,
int count)
Create count result object. |
|
CountResult(Spelling word,
int count,
int workCount)
Create count result object. |
|
CountResult(Spelling word,
int count,
java.lang.Long work)
Create count result object. |
|
CountResult(Spelling word,
int count,
java.lang.Long workPart,
java.lang.Long work)
Create count result object. |
|
CountResult(Spelling word,
int count,
java.lang.String workTag)
Create count result object. |
|
CountResult(java.lang.String word,
byte charset,
int count)
Create count result object. |
|
CountResult(java.lang.String word,
byte charset,
long count)
Create count result object. |
|
CountResult(java.lang.String word,
int count,
int workCount)
Create count result object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Spelling word
public int count
public java.lang.Long workPart
public java.lang.Long work
public java.lang.String workTag
public int workCount
| Constructor Detail |
|---|
public CountResult()
public CountResult(Spelling word,
int count)
word - The word.count - The count of the word.
public CountResult(Spelling word,
int count,
java.lang.Long work)
word - The word.count - The count of the word.work - The work.
public CountResult(Spelling word,
int count,
java.lang.String workTag)
word - The word.count - The count of the word.workTag - The work tag.
public CountResult(Spelling word,
int count,
int workCount)
word - The word.count - The count of the word.workCount - The work count.
public CountResult(java.lang.String word,
int count,
int workCount)
word - The word string.count - The count of the word.workCount - The work count.
public CountResult(Spelling word,
int count,
java.lang.Long workPart,
java.lang.Long work)
word - The word.count - The count of the word.workPart - The work part.work - The work.
public CountResult(java.lang.String word,
byte charset,
int count)
word - The word string.count - The count of the word.
public CountResult(java.lang.String word,
byte charset,
long count)
word - The word string.count - The count of the word.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||