Package org.ujmp.core.interfaces
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description A
getWrappedObject()
Returns the object that is wrapped inside the wrapper
-
-
-
Method Detail
-
getWrappedObject
A getWrappedObject()
Returns the object that is wrapped inside the wrapper- Returns:
- the inner object
-
-