visad.data
Class ArrayCache.DoubleResult

java.lang.Object
  extended by visad.data.ArrayCache.DoubleResult
Enclosing class:
ArrayCache

public static class ArrayCache.DoubleResult
extends Object


Field Summary
 boolean shouldCache
           
 double[][] values
           
 
Constructor Summary
ArrayCache.DoubleResult()
           
ArrayCache.DoubleResult(boolean shouldCache)
           
ArrayCache.DoubleResult(double[][] values)
           
 
Method Summary
 double[][] cloneForCache(double[][] a)
           
 boolean getShouldCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shouldCache

public boolean shouldCache

values

public double[][] values
Constructor Detail

ArrayCache.DoubleResult

public ArrayCache.DoubleResult()

ArrayCache.DoubleResult

public ArrayCache.DoubleResult(boolean shouldCache)

ArrayCache.DoubleResult

public ArrayCache.DoubleResult(double[][] values)
Method Detail

cloneForCache

public double[][] cloneForCache(double[][] a)

getShouldCache

public boolean getShouldCache()