public class Long32ArrayParameterConverter extends Object implements ToNativeConverter<long[],int[]>
Modifier and Type | Class and Description |
---|---|
static class |
Long32ArrayParameterConverter.Out |
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative
Modifier and Type | Method and Description |
---|---|
static ToNativeConverter<long[],int[]> |
getInstance(ToNativeContext toNativeContext) |
Class<int[]> |
nativeType() |
int[] |
toNative(long[] array,
ToNativeContext context) |
public static ToNativeConverter<long[],int[]> getInstance(ToNativeContext toNativeContext)
public int[] toNative(long[] array, ToNativeContext context)
toNative
in interface ToNativeConverter<long[],int[]>
public Class<int[]> nativeType()
nativeType
in interface ToNativeConverter<long[],int[]>
Copyright © 2017. All rights reserved.