Uses of Class
org.apache.commons.lang3.text.translate.UnicodeEscaper

Packages that use UnicodeEscaper
org.apache.commons.lang3.text.translate An API for creating text translation routines from a set of smaller building blocks. 
 

Uses of UnicodeEscaper in org.apache.commons.lang3.text.translate
 

Methods in org.apache.commons.lang3.text.translate that return UnicodeEscaper
static UnicodeEscaper UnicodeEscaper.above(int codepoint)
          Constructs a UnicodeEscaper above the specified value (exclusive).
static UnicodeEscaper UnicodeEscaper.below(int codepoint)
          Constructs a UnicodeEscaper below the specified value (exclusive).
static UnicodeEscaper UnicodeEscaper.between(int codepointLow, int codepointHigh)
          Constructs a UnicodeEscaper between the specified values (inclusive).
static UnicodeEscaper UnicodeEscaper.outsideOf(int codepointLow, int codepointHigh)
          Constructs a UnicodeEscaper outside of the specified values (exclusive).
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.