Interface Wrapper<A>

Type Parameters:
A - The class that is wrapped inside
All Known Implementing Classes:
AbstractCommonsMathDenseDoubleMatrix2D, AbstractMapToSparseMatrixWrapper, AbstractMapToTiledMatrix2DWrapper, BufferedWriteMap, CachedMap, ColtDenseDoubleMatrix2D, ColtSparseDoubleMatrix2D, CommonsMathArrayDenseDoubleMatrix2D, CommonsMathBlockDenseDoubleMatrix2D, DefaultSparseColumnObjectMatrix2D, DefaultSparseRowObjectMatrix2D, DefaultTiledObjectMatrix2D, JamaDenseDoubleMatrix2D, JBlasDenseDoubleMatrix2D, MapToListWrapper, SerializedSparseObjectMatrix, SetToListWrapper, VecMathDenseDoubleMatrix2D

public interface Wrapper<A>
Classes implementing this interface indicate, that they act as a wrapper for another class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the object that is wrapped inside the wrapper
  • Method Details

    • getWrappedObject

      A getWrappedObject()
      Returns the object that is wrapped inside the wrapper
      Returns:
      the inner object