Package repast.simphony.valueLayer
Interface ValueLayerStore
- All Known Implementing Classes:
DenseValueLayerStore,SparseValueLayerStore
public interface ValueLayerStore
Interface for value layer data stores.
- Author:
- Eric Tatara
-
Method Summary
-
Method Details
-
get
double get(long index) Get the double value for the specified index.- Parameters:
index-- Returns:
-
set
void set(long index, double value) Set the double value for the specified index.- Parameters:
index-value-
-
size
int size()
-