danyelmorales1991

IFilterText.java

Feb 7th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.09 KB | None | 0 0
  1. package com.java8;
  2.  
  3. public interface IFilterText {
  4.     public boolean filter(String text);
  5. }
Add Comment
Please, Sign In to add comment