Top Description Fields Constructors Methods
com.sun.org.apache.xml.internal.utils.res

public Class LongArrayWrapper

extends Object
Class Inheritance

It is a mutable object to wrap the long[] used in the contents of the XResourceBundle class

Field Summary

Modifier and TypeField and Description
private long[]

Constructor Summary

AccessConstructor and Description
public
LongArrayWrapper(long[] arg)

Method Summary

Modifier and TypeMethod and Description
public int
public long
getLong(int index)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

m_longback to summary
private long[] m_long

Constructor Detail

LongArrayWrapperback to summary
public LongArrayWrapper(long[] arg)

Method Detail

getLengthback to summary
public int getLength()
getLongback to summary
public long getLong(int index)