Interface SimpleCompletor.SimpleCompletorFilter
-
- All Known Implementing Classes:
SimpleCompletor.NoOpFilter
- Enclosing class:
- SimpleCompletor
public static interface SimpleCompletor.SimpleCompletorFilter
Filter for elements in the completor.- Author:
- Marc Prud'hommeaux
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
filter(java.lang.String element)
Filter the specified String.
-