org.apache.yoko.orb.OB
Class Unsigned
java.lang.Object
org.apache.yoko.orb.OB.Unsigned
public class Unsigned
- extends Object
Method Summary |
static long |
add(long op1,
long op2)
|
static long |
divide(long op1,
long op2)
|
static boolean |
eq(long op1,
long op2)
|
static boolean |
gt(long op1,
long op2)
|
static boolean |
gteq(long op1,
long op2)
|
static boolean |
lt(long op1,
long op2)
|
static boolean |
lteq(long op1,
long op2)
|
static long |
mod(long op1,
long op2)
|
static long |
multiply(long op1,
long op2)
|
static boolean |
neq(long op1,
long op2)
|
static long |
subtract(long op1,
long op2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Unsigned
public Unsigned()
lt
public static boolean lt(long op1,
long op2)
lteq
public static boolean lteq(long op1,
long op2)
gt
public static boolean gt(long op1,
long op2)
gteq
public static boolean gteq(long op1,
long op2)
eq
public static boolean eq(long op1,
long op2)
neq
public static boolean neq(long op1,
long op2)
add
public static long add(long op1,
long op2)
subtract
public static long subtract(long op1,
long op2)
multiply
public static long multiply(long op1,
long op2)
divide
public static long divide(long op1,
long op2)
mod
public static long mod(long op1,
long op2)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.