org.ujmp.core.interfaces
Interface Wrapper<A>
-
- Type Parameters:
A- The class that is wrapped inside
- All Known Implementing Classes:
- AbstractMapToSparseMatrixWrapper, AbstractMapToTiledMatrix2DWrapper, BufferedWriteMap, CachedMap, DefaultSparseColumnObjectMatrix2D, DefaultSparseRowObjectMatrix2D, DefaultTiledObjectMatrix2D, MapToListWrapper, SerializedSparseObjectMatrix, SetToListWrapper
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 and Description AgetWrappedObject()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
-
-
DataMelt 3.0 © DataMelt by jWork.ORG