public class TokenOccurrence
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
count
The number of times it occurs in the Document
|
DocumentReference |
docRef
A reference to the Document where it occurs
|
| Constructor and Description |
|---|
TokenOccurrence(DocumentReference docRef,
int count)
Create an occurrence with these values
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public DocumentReference docRef
public int count
public TokenOccurrence(DocumentReference docRef, int count)