@Internal public class ArrayShortArrayConverter extends Object implements DataStructureConverter<ArrayData,short[]>
ArrayType
of short[]
external type.Constructor and Description |
---|
ArrayShortArrayConverter() |
Modifier and Type | Method and Description |
---|---|
short[] |
toExternal(ArrayData internal)
Converts to external data structure.
|
ArrayData |
toInternal(short[] external)
Converts to internal data structure.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isIdentityConversion, open, toExternalOrNull, toInternalOrNull
public ArrayData toInternal(short[] external)
DataStructureConverter
Note: Parameter must not be null. Output must not be null.
toInternal
in interface DataStructureConverter<ArrayData,short[]>
public short[] toExternal(ArrayData internal)
DataStructureConverter
Note: Parameter must not be null. Output must not be null.
toExternal
in interface DataStructureConverter<ArrayData,short[]>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.