Package gnu.kawa.xml
Class XInteger
-
- All Implemented Interfaces:
Externalizable
,Serializable
,Comparable
public class XInteger extends IntNum
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.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, 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, sign, sub, ten, times, times, times, toExactInt, toInt, toString, valueOf, valueOf, valueOf, valueOf, valueOf, valueOf, valueOfUnsigned, valueOfUnsigned, wordsNeeded, writeExternal, zero
-
Methods inherited from class gnu.math.RatNum
add, asRatNumOrNull, classifyFinite, compare, divide, equals, infinity, isExact, make, neg, rationalize, rneg, times, toExact, valueOf
-
Methods inherited from class gnu.math.RealNum
abs, add, angle, asRealNumOrNull, compareTo, conjugate, cos, divide, exp, im, isReal, log, max, min, re, sin, sqrt, tan, times, toExactInt, toExactInt, toInexact, toInt, toScaledInt, toScaledInt, toScaledInt, toStringDecimal, toStringScientific, toStringScientific, toStringScientific, toStringScientific, unitQuaternion, unitVector, vectorPart
-
Methods inherited from class gnu.math.Complex
add, addReversed, colatitude, compare, complexPart, divide, divReversed, equals, imMinusOne, imOne, jm, km, longitude, make, make, mulReversed, neg, polar, polar, power, times
-
Methods inherited from class gnu.math.Quaternion
add, compare, divide, doubleImagValue, doubleJmagValue, doubleKmagValue, doubleRealValue, equals, jmMinusOne, jmOne, kmMinusOne, kmOne, make, make, neg, number, polar, polar, power, times
-
Methods inherited from class gnu.math.Quantity
add, compare, compareReversed, dimensions, divide, imValue, jmValue, kmValue, 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
-
-
-
-
Method Detail
-
getIntegerType
public XIntegerType getIntegerType()
-
-