Uses of Class
jnr.ffi.NativeLong

Packages that use NativeLong
jnr.ffi   
jnr.ffi.byref   
 

Uses of NativeLong in jnr.ffi
 

Methods in jnr.ffi that return NativeLong
static NativeLong NativeLong.valueOf(int value)
          Returns a NativeLong instance representing the specified int value
static NativeLong NativeLong.valueOf(long value)
          Returns a NativeLong instance representing the specified long value
 

Methods in jnr.ffi with parameters of type NativeLong
 int NativeLong.compareTo(NativeLong other)
          Compares two NativeLong instances numerically.
 

Uses of NativeLong in jnr.ffi.byref
 

Constructors in jnr.ffi.byref with parameters of type NativeLong
NativeLongByReference(NativeLong value)
          Creates a new reference to a native long value
 



Copyright © 2012. All Rights Reserved.