Interface CharFilter


public interface CharFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    filter(String text, char c)
     
  • Method Details

    • filter

      boolean filter(String text, char c)