Example usage for org.apache.commons.collections Predicate interface-usage

List of usage examples for org.apache.commons.collections Predicate interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections Predicate interface-usage.

Usage

From source file com.all.client.model.predicate.BaseCollatorPredicate.java

public abstract class BaseCollatorPredicate<T extends Object> implements Predicate {
    private static final Log log = LogFactory.getLog(StringPredicate.class);
    private String target;
    protected String rules;
    private RuleBasedCollator collator;