public class BoxedLong32ArrayParameterConverter extends Object implements ToNativeConverter<Long[],int[]>
| Modifier and Type | Class and Description |
|---|---|
static class |
BoxedLong32ArrayParameterConverter.Out |
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative| Constructor and Description |
|---|
BoxedLong32ArrayParameterConverter(int parameterFlags) |
| Modifier and Type | Method and Description |
|---|---|
static ToNativeConverter<Long[],int[]> |
getInstance(ToNativeContext toNativeContext) |
Class<int[]> |
nativeType() |
int[] |
toNative(Long[] array,
ToNativeContext context) |
public BoxedLong32ArrayParameterConverter(int parameterFlags)
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.