|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface SegmentDataset
A SegmentDataset
holds the values in a segment.
Method Summary | |
---|---|
Object |
get(CellKey pos)
Returns the value at a given coordinate. |
double |
getBytes()
Returns the number of bytes occupied by this dataset. |
void |
put(CellKey key,
Object value)
|
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
Object get(CellKey pos)
pos
- Coordinate position
double getBytes()
void put(CellKey key, Object value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |