org.apache.xml.utils.res

Class LongArrayWrapper


public class LongArrayWrapper
extends java.lang.Object

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

Constructor Summary

LongArrayWrapper(long[] arg)

Method Summary

int
getLength()
long
getLong(int index)

Constructor Details

LongArrayWrapper

public LongArrayWrapper(long[] arg)

Method Details

getLength

public int getLength()

getLong

public long getLong(int index)

Copyright B) 2005 Apache XML Project. All Rights Reserved.