Package org.apache.juneau.internal
Class KeywordSet
java.lang.Object
org.apache.juneau.internal.KeywordSet
Stores a set of language keywords for quick lookup.
See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
KeywordSet
Constructor.- Parameters:
keywords
- The list of keywords.
-
-
Method Details
-
contains
Returnstrue if the specified string exists in this store.- Parameters:
s
- The string to check.- Returns:
true if the specified string exists in this store.
-