public abstract class NDArrayWrapper extends PythonObject implements HasArray, HasContent<NDArray>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NDArrayWrapper(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearContent() |
List<?> |
getArrayContent() |
int[] |
getArrayShape() |
NDArray |
getContent() |
String |
getFileName() |
abstract InputStream |
getInputStream() |
String |
toString() |
get, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getTuple, getTupleListclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodepublic abstract InputStream getInputStream() throws IOException
IOExceptionpublic List<?> getArrayContent()
getArrayContent in interface HasArraypublic int[] getArrayShape()
getArrayShape in interface HasArraypublic String getFileName()
public NDArray getContent()
getContent in interface HasContent<NDArray>public void clearContent()
clearContent in interface HasContent<NDArray>public String toString()
toString in class AbstractMap<String,Object>Copyright © 2021. All rights reserved.