Yes, if you are using Java 8, Collection.removeIf() should work as well. Thanks, I'll mention that in the blog
On Thu, Oct 20, 2016 at 12:43 PM, Ted Yu <[email protected]> wrote: > master branch is compiled with Java 8 where removeIf() is supported. > For master branch, there is no need to use Guava, right ? > > On Thu, Oct 20, 2016 at 12:08 PM, Robert Yokota <[email protected]> > wrote: > > > Here are some tips on writing HBase filters in case anyone is interested: > > > > https://rayokota.wordpress.com/2016/10/20/tips-on- > > writing-custom-hbase-filters/ > > >
