|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.data.ArrayWrapper
public class ArrayWrapper
Constructor Summary | |
---|---|
ArrayWrapper(byte[] values)
add the data to the cache |
|
ArrayWrapper(byte[][] values)
add the data to the cache |
|
ArrayWrapper(double[] values)
add the data to the cache |
|
ArrayWrapper(double[][] values)
add the data to the cache |
|
ArrayWrapper(float[] values)
add the data to the cache |
|
ArrayWrapper(float[][] values)
add the data to the cache |
|
ArrayWrapper(int[] values)
add the data to the cache |
|
ArrayWrapper(int[][] values)
add the data to the cache |
|
ArrayWrapper(short[] values)
add the data to the cache |
|
ArrayWrapper(short[][] values)
add the data to the cache |
Method Summary | |
---|---|
void |
finalize()
|
byte[] |
getByteArray1D()
get the value |
byte[][] |
getByteArray2D()
get the value |
double[] |
getDoubleArray1D()
get the value |
double[][] |
getDoubleArray2D()
get the value |
float[] |
getFloatArray1D()
get the value |
float[][] |
getFloatArray2D()
get the value |
int[] |
getIntArray1D()
get the value |
int[][] |
getIntArray2D()
get the value |
short[] |
getShortArray1D()
get the value |
short[][] |
getShortArray2D()
get the value |
boolean |
inMemory()
|
void |
updateData(Object newData)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayWrapper(byte[] values)
values
- the values to addpublic ArrayWrapper(byte[][] values)
values
- the values to addpublic ArrayWrapper(float[] values)
values
- the values to addpublic ArrayWrapper(float[][] values)
values
- the values to addpublic ArrayWrapper(double[] values)
values
- the values to addpublic ArrayWrapper(double[][] values)
values
- the values to addpublic ArrayWrapper(int[] values)
values
- the values to addpublic ArrayWrapper(int[][] values)
values
- the values to addpublic ArrayWrapper(short[] values)
values
- the values to addpublic ArrayWrapper(short[][] values)
values
- the values to addMethod Detail |
---|
public boolean inMemory()
public void updateData(Object newData)
public byte[] getByteArray1D()
public byte[][] getByteArray2D()
public short[] getShortArray1D()
public short[][] getShortArray2D()
public int[] getIntArray1D()
public int[][] getIntArray2D()
public float[] getFloatArray1D()
public float[][] getFloatArray2D()
public double[] getDoubleArray1D()
public double[][] getDoubleArray2D()
public void finalize() throws Throwable
finalize
in class Object
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |