public static final class BoxedDoubleArrayParameterConverter.Out extends BoxedDoubleArrayParameterConverter implements ToNativeConverter.PostInvocation<java.lang.Double[],double[]>
BoxedDoubleArrayParameterConverter.Out
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative
Constructor and Description |
---|
Out(int parameterFlags) |
Modifier and Type | Method and Description |
---|---|
void |
postInvoke(java.lang.Double[] array,
double[] primitive,
ToNativeContext context) |
getInstance, nativeType, toNative
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
nativeType, toNative
public void postInvoke(java.lang.Double[] array, double[] primitive, ToNativeContext context)
postInvoke
in interface ToNativeConverter.PostInvocation<java.lang.Double[],double[]>