Package org.kcc
Class CompletionSettings.RecognitionResult
java.lang.Object
org.kcc.CompletionSettings.RecognitionResult
- All Implemented Interfaces:
Comparable<CompletionSettings.RecognitionResult>
- Enclosing class:
- CompletionSettings
public static class CompletionSettings.RecognitionResult
extends Object
implements Comparable<CompletionSettings.RecognitionResult>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRecognitionResult
(int words, int hits, int percent, int index, CompletionItem.CompletionItemSet set) -
Method Summary
-
Field Details
-
words
private final int words -
hits
private final int hits -
percent
private final int percent -
index
private final int index -
set
-
-
Constructor Details
-
RecognitionResult
public RecognitionResult(int words, int hits, int percent, int index, CompletionItem.CompletionItemSet set)
-
-
Method Details
-
getWords
public int getWords() -
getHits
public int getHits() -
getPercent
public int getPercent() -
getIndex
public int getIndex() -
getSet
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<CompletionSettings.RecognitionResult>
-
equals
-
hashCode
public int hashCode()
-