Example usage for org.apache.commons.collections15.set ListOrderedSet subclass-usage

List of usage examples for org.apache.commons.collections15.set ListOrderedSet subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections15.set ListOrderedSet subclass-usage.

Usage

From source file edu.brown.utils.PredicatePairs.java

public class PredicatePairs extends ListOrderedSet<CatalogPair> {
    private static final long serialVersionUID = -7735075759916955292L;
    private static final Logger LOG = Logger.getLogger(PredicatePairs.class);
    private static final LoggerBoolean debug = new LoggerBoolean();
    private static final LoggerBoolean trace = new LoggerBoolean();
    static {