Uses of Class
com.kenai.jaffl.NativeLong

Packages that use NativeLong
com.kenai.jaffl   
 

Uses of NativeLong in com.kenai.jaffl
 

Methods in com.kenai.jaffl 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 com.kenai.jaffl with parameters of type NativeLong
 int NativeLong.compareTo(NativeLong other)
          Compares two NativeLong instances numerically.
 



Copyright © 2011. All Rights Reserved.