public class Index extends Object
StringList
s. This makes it possible
to check if a certain token is contained in at least one of the
StringList
s.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 © 2017 The Apache Software Foundation. All rights reserved.