public class StringSearchResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
numberFound
Number of different strings found
|
int |
numberOccurrences
Total number of occurrences of any of the strings
|
Constructor and Description |
---|
StringSearchResult(int numberFound,
int numberOccurrences)
Construct result with a given numberFound and numberOccurrences
|