This page is part of an archival collection and is no longer actively maintained.

It may contain outdated information and may not meet current or future WCAG accessibility standards. We provide this content, its subpages, and associated links for historical reference only. If you need assistance, please contact support@cs.washington.edu

I-Index (JADE v6.1 API)
JADE v6.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Α Ε Μ Π Σ Φ

I

I - Static variable in class com.dautelle.math.numbers.Complex
The imaginary unit i.
IDENTITY - Static variable in class javax.units.Converter
Holds the identity converter.
INCH - Static variable in class javax.units.NonSI
A unit of length equal to 0.0254 m (default label in).
INCH_OF_MERCURY - Static variable in class javax.units.NonSI
A unit of pressure equal to the pressure exerted at the Earth's surface by a column of mercury 1 inch high (default label inHg).
Illuminance - class com.dautelle.physics.Illuminance.
This class represents an illuminance.
Illuminance() - Constructor for class com.dautelle.physics.Illuminance
Default constructor (allows for derivation).
Integer32 - class com.dautelle.math.numbers.Integer32.
This class represents a 32 bits signed integer.
Integer32.Value - class com.dautelle.math.numbers.Integer32.Value.
This inner class represents a mutable image of an immutable Integer32.
Integer32.Value() - Constructor for class com.dautelle.math.numbers.Integer32.Value
 
Integer64 - class com.dautelle.math.numbers.Integer64.
This class represents a 64 bits signed integer.
Integer64.Value - class com.dautelle.math.numbers.Integer64.Value.
This inner class represents a mutable image of an immutable Integer64.
Integer64.Value() - Constructor for class com.dautelle.math.numbers.Integer64.Value
 
ignorableWhitespace(char[], int, int) - Method in interface com.dautelle.xml.sax.ContentHandler
Receives notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class com.dautelle.xml.sax.DefaultHandler
 
illuminanceOf(Quantity) - Static method in class com.dautelle.physics.Illuminance
Returns the Illuminance corresponding to the specified quantity.
imaginary() - Method in class com.dautelle.math.numbers.Complex
Returns the imaginary component of this complex number.
inUse() - Method in class com.dautelle.realtime.ObjectPool
Indicates if this pool is in use.
indexFor(int) - Static method in class com.dautelle.realtime.ArrayPool
Returns a factory index (0-27) for the specified capacity.
indexOf(Object) - Method in class com.dautelle.util.FastList
Searches for the equal object and return it's position in the list.
indexOf(CharSequence) - Method in class com.dautelle.util.FastString
Returns the index within this FastString of the first occurrence of the specified character sequence searching forward.
indexOf(CharSequence, int) - Method in class com.dautelle.util.FastString
Returns the index within this FastString of the first occurrence of the specified character sequence searching forward from the specified index.
indexOf(CharSequence, CharSequence, int) - Static method in class com.dautelle.util.TypeFormat
Searches for a particular sequence within a character sequence (general purpose parsing function).
intArray(int) - Static method in class com.dautelle.realtime.ArrayPool
Returns the current pool for int[].
intValue() - Method in class com.dautelle.math.numbers.Complex
Returns the magnitude of this Complex as an int.
intValue() - Method in class com.dautelle.math.numbers.Float32
Returns the value of this number as an int.
intValue() - Method in class com.dautelle.math.numbers.Float64
Returns the value of this number as an int.
intValue() - Method in class com.dautelle.math.numbers.Integer32
Returns the value of this number as an int.
intValue() - Method in class com.dautelle.math.numbers.Integer64
Returns the value of this number as an int.
intValue() - Method in class com.dautelle.math.numbers.LargeInteger
Returns the low order bits of this large integer as an int.
intValue() - Method in class com.dautelle.math.numbers.Rational
Returns the value of this Rational as an int.
intValue() - Method in class com.dautelle.math.numbers.Real
Returns the value of this real number as an int.
intValue() - Method in class com.dautelle.physics.Quantity
Returns the estimated value stated in this quantity's system unit as a int.
intValue(Unit) - Method in class com.dautelle.physics.Quantity
Returns the estimated value of this quantity stated in the specified unit as a int.
intValue() - Method in class com.dautelle.util.Enum
Returns this enum's value as a int.
integrate(Function.Variable) - Method in class com.dautelle.math.functions.Function
Returns an integral of this function with respect to the specified variable.
integrate(Function.Variable) - Method in class com.dautelle.math.functions.Polynomial
 
inverse() - Method in class com.dautelle.math.LUDecomposition
Returns the solution X of the equation: A * X = Identity with this = A.lu() using back and forward substitutions.
inverse() - Method in class com.dautelle.math.Matrix
Returns the inverse of this matrix.
inverse() - Method in class com.dautelle.math.numbers.Complex
Returns the inverse of this complex.
inverse() - Method in class com.dautelle.math.numbers.Float32
Returns the inverse of this number.
inverse() - Method in class com.dautelle.math.numbers.Float64
Returns the inverse of this number.
inverse() - Method in class com.dautelle.math.numbers.Real
Returns the inverse of this real number.
inverse() - Method in class com.dautelle.physics.Quantity
Returns the inverse of this quantity.
inverse() - Method in class javax.units.AddConverter
 
inverse() - Method in class javax.units.Converter
Returns the inverse of this converter.
inverse() - Method in class javax.units.LogConverter
 
inverse() - Method in class javax.units.MultiplyConverter
 
inverseScaled(int) - Method in class com.dautelle.math.numbers.LargeInteger
Returns a scaled approximation of 1 / this.
isAttribute(CharSequence) - Method in class com.dautelle.xml.XmlElement
Indicates if the specified attribute is present.
isCompatible(Unit) - Method in class javax.units.Unit
Indicates if this unit is compatible with the unit specified.
isEmpty() - Method in class com.dautelle.util.CachedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class com.dautelle.util.FastList
Returns true if this list contains no elements.
isEmpty() - Method in class com.dautelle.util.FastMap
Indicates if this FastMap contains no key-value mappings.
isEmpty() - Method in class com.dautelle.util.FastSet
Returns true if this set contains no elements.
isEmpty() - Method in class com.dautelle.xml.XmlElement
Indicates if this XML element is empty.
isEnabled() - Static method in class com.dautelle.realtime.ConcurrentContext
Indicates if concurrency is locally enabled (default true).
isInfinite() - Method in class com.dautelle.math.numbers.Complex
Indicates if either the real or imaginary component of this complex is infinite.
isInfinite() - Method in class com.dautelle.math.numbers.Float32
Indicates if this 32 bits float is infinite.
isInfinite() - Method in class com.dautelle.math.numbers.Float64
Indicates if this number is infinite.
isLargerThan(LargeInteger) - Method in class com.dautelle.math.numbers.LargeInteger
Indicates if this large integer is larger than the one specified in absolute value.
isLinear() - Method in class javax.units.AddConverter
 
isLinear() - Method in class javax.units.Converter
Indicates if this converter is linear.
isLinear() - Method in class javax.units.LogConverter
 
isLinear() - Method in class javax.units.MultiplyConverter
 
isLocal() - Method in class com.dautelle.realtime.ObjectPool
Indicates if this pool is actively used by the current thread.
isLocalObject() - Method in class com.dautelle.math.numbers.RealtimeNumber
Indicates if this object is an object local to the current pool context.
isLocalObject() - Method in class com.dautelle.realtime.RealtimeObject
Indicates if this object is an object local to the current pool context.
isNaN() - Method in class com.dautelle.math.numbers.Complex
Indicates if either the real or imaginary component of this complex is not a number.
isNaN() - Method in class com.dautelle.math.numbers.Float32
Indicates if this 32 bits Float is not a number.
isNaN() - Method in class com.dautelle.math.numbers.Float64
Indicates if this number is not a number.
isNaN() - Method in class com.dautelle.math.numbers.Real
Indicates if this real is Not-a-Number (unbounded value interval).
isNegative() - Method in class com.dautelle.math.numbers.LargeInteger
Indicates if this large integer is less than LargeInteger.ZERO.
isNegative() - Method in class com.dautelle.math.numbers.Real
Indicates if this real is less than zero.
isPacked() - Method in class com.dautelle.util.Struct
Indicates if this Struct is packed.
isPoolObject() - Method in class com.dautelle.math.numbers.RealtimeNumber
Indicates if this object belongs to a pool (stack allocated object).
isPoolObject() - Method in class com.dautelle.realtime.RealtimeObject
Indicates if this object belongs to a pool (stack allocated object).
isPositive() - Method in class com.dautelle.math.numbers.LargeInteger
Indicates if this large integer is greater than LargeInteger.ZERO (LargeInteger.ZEROis not included).
isPositive() - Method in class com.dautelle.math.numbers.Real
Indicates if this real is greater than zero.
isPossiblyZero() - Method in class com.dautelle.physics.Quantity
Indicates if this quantity is possibly amounting to nothing.
isSquare() - Method in class com.dautelle.math.Matrix
Indicates if this matrix is square.
isSystemUnit() - Method in class javax.units.Unit
Indicates if this unit is a system unit.
isUnitIdentifierPart(char) - Static method in class javax.units.UnitFormat
Determines if the specified character may be part of a unit identifier.
isUpToDate() - Method in class com.dautelle.util.Struct.Reference32
 
isUpToDate() - Method in class com.dautelle.util.Struct.Reference64
 
isZero() - Method in class com.dautelle.math.numbers.LargeInteger
Indicates if this large integer is equal to LargeInteger.ZERO.
iterator() - Method in class com.dautelle.util.FastList
An iterator over the list elements, starting from the first.
iterator() - Method in class com.dautelle.util.FastSet
Returns an iterator over the elements in this set (allocated from the "stack" when executing in a PoolContext).

JADE v6.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Α Ε Μ Π Σ Φ
Copyright © 2004 Jean-Marie Dautelle.