|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.utils.res.IntArrayWrapper
public class IntArrayWrapper
It is a mutable object to wrap the int[] used in the contents of the XResourceBundle class
Field Summary | |
---|---|
private int[] |
m_int
|
Constructor Summary | |
---|---|
IntArrayWrapper(int[] arg)
|
Method Summary | |
---|---|
int |
getInt(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 int[] m_int
Constructor Detail |
---|
public IntArrayWrapper(int[] arg)
Method Detail |
---|
public int getInt(int index)
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |