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