|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Number
gnu.math.Numeric
gnu.math.Quantity
gnu.math.Complex
gnu.math.RealNum
gnu.math.RatNum
gnu.math.IntNum
gnu.kawa.xml.XInteger
public class XInteger
An integer that is an instance of a more specific integer type. I.e. it has a type annotation and restrictions, in the XML Schema sense.
Field Summary |
---|
Fields inherited from class gnu.math.IntNum |
---|
ival, words |
Fields inherited from class gnu.math.RatNum |
---|
ten_exp_9 |
Fields inherited from class gnu.math.Numeric |
---|
CEILING, FLOOR, NONNEG_MOD, ROUND, TRUNCATE |
Method Summary | |
---|---|
XIntegerType |
getIntegerType()
|
Methods inherited from class gnu.math.IntNum |
---|
abs, add, add, add, add, add, alloc, asBigDecimal, asBigInteger, asIntNumOrNull, canonicalize, compare, compare, compare, denominator, div, divide, divide, doubleValue, equals, equals, format, format, gcd, gcd, getAbsolute, hashCode, inIntRange, inLongRange, inRange, intLength, intValue, intValue, isMinusOne, isNegative, isOdd, isOne, isZero, lcm, longValue, make, make, make, make, makeU, minusOne, modulo, mul, neg, neg, negate, numerator, one, power, power, quotient, quotient, readExternal, readResolve, realloc, remainder, remainder, roundToDouble, set, set, set, set, setAdd, setAdd, setNegative, setNegative, shift, shift, shift, sign, sub, ten, times, times, times, toExactInt, toInt, toString, valueOf, valueOf, valueOf, valueOf, wordsNeeded, writeExternal, zero |
Methods inherited from class gnu.math.RatNum |
---|
add, asRatNumOrNull, compare, divide, equals, infinity, isExact, make, neg, rationalize, rneg, times, toExact, valueOf |
Methods inherited from class gnu.math.RealNum |
---|
abs, add, asRealNumOrNull, compareTo, divide, exp, im, log, max, min, re, sin, sqrt, times, toExactInt, toExactInt, toInexact, toInt, toScaledInt, toScaledInt, toScaledInt, toStringDecimal, toStringScientific, toStringScientific, toStringScientific, toStringScientific |
Methods inherited from class gnu.math.Complex |
---|
add, addReversed, angle, compare, divide, divReversed, doubleImagValue, doubleRealValue, equals, imMinusOne, imOne, make, make, mulReversed, neg, number, polar, polar, power, times |
Methods inherited from class gnu.math.Quantity |
---|
add, compare, compareReversed, dimensions, divide, imValue, make, make, make, reValue, times, unit |
Methods inherited from class gnu.math.Numeric |
---|
add, asNumericOrNull, div_inv, floatValue, geq, grt, mul_ident, sub, toString |
Methods inherited from class java.lang.Number |
---|
byteValue, shortValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public XIntegerType getIntegerType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |