Top Interfaces Classes
module java.base

Package jdk.internal.icu.text


Interface Summary

Modifier and TypeInterface and Description
public interface
Replaceable

Replaceable is an interface representing a string of characters that supports the replacement of a range of itself with a new string of characters.

Class Summary

Modifier and TypeClass and Description
public class
BidiBase

Bidi algorithm for ICU This is an implementation of the Unicode Bidirectional Algorithm.

pack-priv class
pack-priv class
BidiRun

A BidiRun represents a sequence of characters at the same embedding level.

pack-priv class
pack-priv class
FilteredNormalizer2

Normalization filtered by a UnicodeSet.

public abstract class
Normalizer2

Unicode normalization functionality for standard Unicode normalization or for using custom mapping tables.

public class
NormalizerBase

Unicode Normalization Unicode normalization API normalize transforms Unicode text into an equivalent composed or decomposed form, allowing for easier sorting and searching of text.

public class
ReplaceableString

ReplaceableString is an adapter class that implements the Replaceable API around an ordinary StringBuffer.

public class
StringPrep

StringPrep API implements the StingPrep framework as described by RFC 3454.

public abstract class
UCharacterIterator

Abstract class that defines an API for iteration on text objects.This is an interface for forward and backward iteration and random access into a text object.

public class
UnicodeSet

A mutable set of Unicode characters and multicharacter strings.

public class
UTF16

Standalone utility class providing UTF16 character conversions and indexing conversions.