Package org.jpmml.python
Interface HasContent<E>
-
- All Known Implementing Classes:
NDArray,NDArrayWrapper,Scalar
public interface HasContent<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearContent()EgetContent()
-
-
-
Method Detail
-
getContent
E getContent()
-
clearContent
void clearContent()
-
-