Package org.apache.xml.utils.res
Class IntArrayWrapper
- java.lang.Object
-
- org.apache.xml.utils.res.IntArrayWrapper
-
public class IntArrayWrapper extends java.lang.Object
It is a mutable object to wrap the int[] used in the contents of the XResourceBundle class
-
-
Constructor Summary
Constructors Constructor Description IntArrayWrapper(int[] arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInt(int index)
int
getLength()
-