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