public class TokenCounts extends Object
| Constructor and Description | 
|---|
TokenCounts()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,org.apache.commons.lang3.mutable.MutableInt> | 
getTokens()  | 
int | 
getTotalTokens()  | 
int | 
getTotalUniqueTokens()  | 
void | 
increment(String token)  | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.