public class Index extends Object
StringLists. This makes it possible
 to check if a certain token is contained in at least one of the
 StringLists.| Constructor and Description | 
|---|
Index(Iterator<StringList> tokenLists)
Initializes the current instance with the given
  
StringList Iterator. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
contains(String token)
Checks if at leat one  
StringList contains the
 given token. | 
public Index(Iterator<StringList> tokenLists)
StringList Iterator.tokenLists - public boolean contains(String token)
StringList contains the
 given token.token - Copyright © 2021 The Apache Software Foundation. All rights reserved.