Interface ListUtils.Criterion

Enclosing class:
ListUtils

public static interface ListUtils.Criterion
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(List alreadyMatched, Object nextObject)
     
  • Method Details

    • test

      boolean test(List alreadyMatched, Object nextObject)