org.das2.qds.AbstractDataSet

Abstract class to simplify defining datasets. This handles the properties for implementations, and they need only implement rank, and override the corresponding value and length methods.


isImmutable

isImmutable( ) → boolean

Returns:

boolean

search for examples view on GitHub view source


makeImmutable

makeImmutable( ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source