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

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

Introduction

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

Usage

From source file jef.tools.string.CharUtils.java

public final class CharUtils extends org.apache.commons.lang.CharUtils {
   /*
    * long int char byte??? long?8int ?4short /
    * char? byte ???,?
    * longint??,? short-32767 ~ 32768. 
    * InputStream.read(),int,?char?0~65535.(0~FFFF)

From source file com.yucheng.cmis.pub.util.NewCharUtils.java

/**
 * <p>Operations on char primitives and Character objects.</p>
 *
 * <p>This class tries to handle <code>null</code> input gracefully.
 * An exception will not be thrown for a <code>null</code> input.
 * Each method documents its behaviour in more detail.</p>