|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpnuts.lang.BinaryOperator
pnuts.lang.BinaryOperator.ShiftLeft
public static class BinaryOperator.ShiftLeft
The default implementation of < operator
Nested Class Summary |
---|
Nested classes/interfaces inherited from class pnuts.lang.BinaryOperator |
---|
BinaryOperator.Add, BinaryOperator.And, BinaryOperator.Divide, BinaryOperator.Mod, BinaryOperator.Multiply, BinaryOperator.Or, BinaryOperator.ShiftArithmetic, BinaryOperator.ShiftLeft, BinaryOperator.ShiftRight, BinaryOperator.Subtract, BinaryOperator.Xor |
Constructor Summary | |
---|---|
BinaryOperator.ShiftLeft()
|
Method Summary | |
---|---|
java.lang.Object |
op_bint(java.math.BigInteger b1,
java.math.BigInteger b2)
Operation on BigInteger's |
java.lang.Object |
op_int(int d1,
int d2)
Operation on ints |
java.lang.Object |
op_long(long d1,
long d2)
Operation on longs |
Methods inherited from class pnuts.lang.BinaryOperator |
---|
compressNumber, op_bdec, op_boolean, op_double, op_float, op_numeric, op_numeric, op_object, op_string, op_string, operateOn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinaryOperator.ShiftLeft()
Method Detail |
---|
public java.lang.Object op_int(int d1, int d2)
BinaryOperator
op_int
in class BinaryOperator
public java.lang.Object op_long(long d1, long d2)
BinaryOperator
op_long
in class BinaryOperator
public java.lang.Object op_bint(java.math.BigInteger b1, java.math.BigInteger b2)
BinaryOperator
op_bint
in class BinaryOperator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |