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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
KeywordSetConstructor.- Parameters:
- keywords- The list of keywords.
 
 
- 
- 
Method Details- 
containsReturnstrue if the specified string exists in this store.- Parameters:
- s- The string to check.
- Returns:
- true if the specified string exists in this store.
 
 
-