Package | Description |
---|---|
net.sourceforge.jabm.util |
Modifier and Type | Class and Description |
---|---|
class |
UntypedDouble
Polymorphic version of
java.lang.Double . |
class |
UntypedLong
Faster version of
java.lang.Long . |
Modifier and Type | Method and Description |
---|---|
abstract UntypedNumber |
UntypedNumber.add(UntypedNumber other) |
UntypedNumber |
UntypedLong.add(UntypedNumber other) |
UntypedNumber |
UntypedDouble.add(UntypedNumber other) |
abstract UntypedNumber |
UntypedNumber.divide(UntypedNumber other) |
UntypedNumber |
UntypedLong.divide(UntypedNumber other) |
UntypedNumber |
UntypedDouble.divide(UntypedNumber other) |
abstract UntypedNumber |
UntypedNumber.multiply(UntypedNumber other) |
UntypedNumber |
UntypedLong.multiply(UntypedNumber other) |
UntypedNumber |
UntypedDouble.multiply(UntypedNumber other) |
protected UntypedNumber |
UntypedLong.opResult(double tempResult) |
abstract UntypedNumber |
UntypedNumber.subtract(UntypedNumber other) |
UntypedNumber |
UntypedLong.subtract(UntypedNumber other) |
UntypedNumber |
UntypedDouble.subtract(UntypedNumber other) |
Modifier and Type | Method and Description |
---|---|
abstract UntypedNumber |
UntypedNumber.add(UntypedNumber other) |
UntypedNumber |
UntypedLong.add(UntypedNumber other) |
UntypedNumber |
UntypedDouble.add(UntypedNumber other) |
abstract UntypedNumber |
UntypedNumber.divide(UntypedNumber other) |
UntypedNumber |
UntypedLong.divide(UntypedNumber other) |
UntypedNumber |
UntypedDouble.divide(UntypedNumber other) |
abstract UntypedNumber |
UntypedNumber.multiply(UntypedNumber other) |
UntypedNumber |
UntypedLong.multiply(UntypedNumber other) |
UntypedNumber |
UntypedDouble.multiply(UntypedNumber other) |
abstract UntypedNumber |
UntypedNumber.subtract(UntypedNumber other) |
UntypedNumber |
UntypedLong.subtract(UntypedNumber other) |
UntypedNumber |
UntypedDouble.subtract(UntypedNumber other) |
Copyright © 2014. All rights reserved.