Example usage for org.apache.commons.lang BooleanUtils subclass-usage

List of usage examples for org.apache.commons.lang BooleanUtils subclass-usage

Introduction

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

Usage

From source file org.craftercms.search.utils.BooleanUtils.java

/**
 * Extension of Apache Common's {@link org.apache.commons.lang.BooleanUtils} thats adds some new methods.
 *
 * @author Alfonso Vsquez
 */
public class BooleanUtils extends org.apache.commons.lang.BooleanUtils {