Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Method and Description |
---|---|
Edits.Iterator |
Edits.getCoarseChangesIterator()
Returns an Iterator for coarse-grained change edits
(adjacent change edits are treated as one).
|
Edits.Iterator |
Edits.getCoarseIterator()
Returns an Iterator for coarse-grained change and no-change edits
(adjacent change edits are treated as one).
|
Edits.Iterator |
Edits.getFineChangesIterator()
Returns an Iterator for fine-grained change edits
(full granularity of change edits is retained).
|
Edits.Iterator |
Edits.getFineIterator()
Returns an Iterator for fine-grained change and no-change edits
(full granularity of change edits is retained).
|
Copyright © 2016 Unicode, Inc. and others.