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() |
Object |
getArrayType() |
NDArray |
getContent() |
String |
getFileName() |
abstract InputStream |
getInputStream() |
String |
toString() |
containsKey, delattr, get, get, getArray, getArray, getArray, getArrayList, getArrayList, getArrayShape, getArrayShape, getattr, getattr, getBoolean, getBooleanArray, getClassName, getDict, getIdentifiable, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getObjectArray, getObjectList, getOptional, getOptionalBoolean, getOptionalBoolean, getOptionalDict, getOptionalIdentifiable, getOptionalInteger, getOptionalNumber, getOptionalObject, getOptionalScalar, getOptionalString, getOptionalTuple, getPythonModule, getPythonName, getScalar, getString, getStringArray, getStringList, getTuple, getTupleList, hasattr, put, putAll, remove, setattr, setClassName, updateclear, clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putIfAbsent, 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 Object getArrayType()
getArrayType 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 © 2024. All rights reserved.