Java org.apache.commons.lang3.text.translate CharSequenceTranslator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang3.text.translate CharSequenceTranslator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang3.text.translate CharSequenceTranslator.

The text is from its open source code.

Method

Stringhex(final int codepoint)

Returns an upper case hexadecimal String for the given character.

Stringtranslate(final CharSequence input)
Helper for non-Writer usage.