Interface ObjectCalculation

All Superinterfaces:
Calculation, Serializable
All Known Implementing Classes:
AbstractObjectCalculation, Bootstrap, Concatenation, Deletion, Diag, ExtractAnnotation, Fill, Flipdim, IncludeAnnotation, Join, Replace, Repmat, Reshape, Selection, SetContent, Shuffle, Sortrows, Squeeze, SubMatrix, Swap, ToObjectMatrix, Transpose, Tril, Triu, Unique, UniqueValueCount

public interface ObjectCalculation extends Calculation
  • Method Details

    • getObject

      Object getObject(long... coordinates)
    • setObject

      void setObject(Object value, long... coordinates)