Uses of Class
jnr.ffi.NativeLong
-
Packages that use NativeLong Package Description jnr.ffi jnr.ffi.byref jnr.ffi.provider.converters -
-
Uses of NativeLong in jnr.ffi
Fields in jnr.ffi declared as NativeLong Modifier and Type Field Description (package private) static NativeLong[]NativeLong.Cache. cacheprivate static NativeLongNativeLong. MINUS_ONEprivate static NativeLongNativeLong. ONEprivate static NativeLongNativeLong. ZEROMethods in jnr.ffi that return NativeLong Modifier and Type Method Description private static NativeLongNativeLong. _valueOf(int value)private static NativeLongNativeLong. _valueOf(long value)static NativeLongNativeLong. valueOf(int value)Returns a NativeLong instance representing the specified int valuestatic NativeLongNativeLong. valueOf(long value)Returns a NativeLong instance representing the specified long valueMethods in jnr.ffi with parameters of type NativeLong Modifier and Type Method Description intNativeLong. compareTo(NativeLong other)Compares twoNativeLonginstances numerically. -
Uses of NativeLong in jnr.ffi.byref
Constructors in jnr.ffi.byref with parameters of type NativeLong Constructor Description NativeLongByReference(NativeLong value)Creates a new reference to a native long value -
Uses of NativeLong in jnr.ffi.provider.converters
Methods in jnr.ffi.provider.converters that return NativeLong Modifier and Type Method Description NativeLongNativeLongConverter. fromNative(java.lang.Long value, FromNativeContext fromNativeContext)Methods in jnr.ffi.provider.converters that return types with arguments of type NativeLong Modifier and Type Method Description static DataConverter<NativeLong,java.lang.Long>NativeLongConverter. getInstance()Methods in jnr.ffi.provider.converters with parameters of type NativeLong Modifier and Type Method Description voidNativeLong32ArrayParameterConverter.Out. postInvoke(NativeLong[] array, int[] primitive, ToNativeContext context)voidNativeLong64ArrayParameterConverter.Out. postInvoke(NativeLong[] array, long[] primitive, ToNativeContext context)int[]NativeLong32ArrayParameterConverter. toNative(NativeLong[] array, ToNativeContext context)long[]NativeLong64ArrayParameterConverter. toNative(NativeLong[] array, ToNativeContext context)java.lang.LongNativeLongConverter. toNative(NativeLong value, ToNativeContext toNativeContext)
-