public class Index
extends java.lang.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(java.util.Iterator<StringList> tokenLists)
Initializes the current instance with the given
StringList Iterator . |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.String token)
Checks if at leat one
StringList contains the
given token. |
public Index(java.util.Iterator<StringList> tokenLists)
StringList
Iterator
.tokenLists
- public boolean contains(java.lang.String token)
StringList
contains the
given token.token
- Copyright © 2010 - 2020 Adobe. All Rights Reserved