Example usage for org.apache.commons.collections CollectionUtils subclass-usage

List of usage examples for org.apache.commons.collections CollectionUtils subclass-usage

Introduction

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

Usage

From source file com.wcs.base.util.CollectionUtils.java

/**
 * Miscellaneous collection utility methods.
 * Mainly for internal use within the framework.
 *
 * @author Juergen Hoeller
 * @author Rob Harrop