java.lang.Object | |
↳ | sun.text.UCompactIntArray |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor for UCompactIntArray, the default value of the
compact array is 0.
| |||||||||||
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Compact the array.
| |||||||||||
Get the mapped value of a Unicode character.
| |||||||||||
Set a new value for a Unicode character.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Default constructor for UCompactIntArray, the default value of the compact array is 0.
Compact the array.
Get the mapped value of a Unicode character.
index | the character to get the mapped value with |
---|
Set a new value for a Unicode character. Set automatically expands the array if it is compacted.
index | the character to set the mapped value with |
---|---|
value | the new mapped value |