|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.utils.res.CharArrayWrapper
public class CharArrayWrapper
It is a mutable object to wrap the char[] used in the contents of the XResourceBundle class
Field Summary | |
---|---|
private char[] |
m_char
|
Constructor Summary | |
---|---|
CharArrayWrapper(char[] arg)
|
Method Summary | |
---|---|
char |
getChar(int index)
|
int |
getLength()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private char[] m_char
Constructor Detail |
---|
public CharArrayWrapper(char[] arg)
Method Detail |
---|
public char getChar(int index)
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |