Interface CollectionFilter<A>


public interface CollectionFilter<A>
Created by vpc on 8/15/14.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(A a, int baseIndex, Collection<A> list)
     
  • Method Details

    • accept

      boolean accept(A a, int baseIndex, Collection<A> list)