|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsun.text.UCompactIntArray
public final class UCompactIntArray
| Constructor Summary | |
|---|---|
UCompactIntArray()
Default constructor for UCompactIntArray, the default value of the compact array is 0. |
|
UCompactIntArray(int defaultValue)
|
|
| Method Summary | |
|---|---|
void |
compact()
Compact the array. |
int |
elementAt(int index)
Get the mapped value of a Unicode character. |
int |
getKSize()
|
void |
setElementAt(int index,
int value)
Set a new value for a Unicode character. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UCompactIntArray()
public UCompactIntArray(int defaultValue)
| Method Detail |
|---|
public int elementAt(int index)
index - the character to get the mapped value with
public void setElementAt(int index,
int value)
index - the character to set the mapped value withvalue - the new mapped valuepublic void compact()
public int getKSize()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||