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 Α Ε Μ Π Σ Φ

R

R - Static variable in class com.dautelle.physics.Constants
Holds the molar gas constant (N·k)
RAD - Static variable in class javax.units.NonSI
A unit of radiation dose absorbed equal to a dose of 0.01 joule of energy per kilogram of mass (J/kg) (default label rd).
RADIAN - Static variable in class javax.units.SI
The unit for plane angle quantities (rad).
RANKINE - Static variable in class javax.units.NonSI
A unit of temperature equal to 5/9 °K (default label °R).
REM - Static variable in class javax.units.NonSI
A unit of radiation dose effective equal to 0.01 Sv (default label rem).
REVOLUTION - Static variable in class javax.units.NonSI
A unit of angle equal to a full circle or 2π SI.RADIAN (default label rev).
ROENTGEN - Static variable in class javax.units.NonSI
A unit used to measure the ionizing ability of radiation (default label Roentgen).
RUTHERFORD - Static variable in class javax.units.NonSI
A unit of radioctive activity equal to 1 million radioactive disintegrations per second (default label Rd).
RadiationDoseAbsorbed - class com.dautelle.physics.RadiationDoseAbsorbed.
This class represents the amount of energy deposited per unit of mass.
RadiationDoseAbsorbed() - Constructor for class com.dautelle.physics.RadiationDoseAbsorbed
Default constructor (allows for derivation).
RadiationDoseEffective - class com.dautelle.physics.RadiationDoseEffective.
This class represents the effective (or "equivalent") dose of radiation received by a human or some other living organism.
RadiationDoseEffective() - Constructor for class com.dautelle.physics.RadiationDoseEffective
Default constructor (allows for derivation).
RadioactiveActivity - class com.dautelle.physics.RadioactiveActivity.
This class represents a radioactive activity.
RadioactiveActivity() - Constructor for class com.dautelle.physics.RadioactiveActivity
Default constructor (allows for derivation).
Rational - class com.dautelle.math.numbers.Rational.
This class represents the ratio of two LargeInteger numbers.
Rational.Value - class com.dautelle.math.numbers.Rational.Value.
This inner class represents a mutable image of an immutable Rational.
Rational.Value() - Constructor for class com.dautelle.math.numbers.Rational.Value
 
RationalFunction - class com.dautelle.math.functions.RationalFunction.
This class represents the quotient of two Polynomial.
Real - class com.dautelle.math.numbers.Real.
This class represents a real number of arbitrary precision with known/guaranteed uncertainty.
Real.Value - class com.dautelle.math.numbers.Real.Value.
This inner class represents a mutable image of an immutable Real.
Real.Value() - Constructor for class com.dautelle.math.numbers.Real.Value
 
Realtime - interface com.dautelle.realtime.Realtime.
This interface identifies classes with higher performance and higher predictability when their methods are executed within a PoolContext.
RealtimeNumber - class com.dautelle.math.numbers.RealtimeNumber.
This class provides a default implementation of the Realtime interface for objects of type java.lang.Number.
RealtimeNumber() - Constructor for class com.dautelle.math.numbers.RealtimeNumber
Default constructor.
RealtimeNumber.Factory - class com.dautelle.math.numbers.RealtimeNumber.Factory.
This abstract class represents the factory responsible for the creation of RealtimeNumber instances.
RealtimeNumber.Factory() - Constructor for class com.dautelle.math.numbers.RealtimeNumber.Factory
Default constructor.
RealtimeObject - class com.dautelle.realtime.RealtimeObject.
This class provides a default implementation of the Realtime interface.
RealtimeObject() - Constructor for class com.dautelle.realtime.RealtimeObject
Default constructor.
RealtimeObject.Factory - class com.dautelle.realtime.RealtimeObject.Factory.
This abstract class represents the factory responsible for the creation of RealtimeObject instances.
RealtimeObject.Factory() - Constructor for class com.dautelle.realtime.RealtimeObject.Factory
Default constructor.
RealtimeParser - class com.dautelle.xml.sax.RealtimeParser.
This class provides a real-time SAX2-like XML parser; this parser is extremely fast and does not create temporary objects (no garbage generated and no GC interruption).
RealtimeParser() - Constructor for class com.dautelle.xml.sax.RealtimeParser
Default constructor.
ReentrantLock - class com.dautelle.util.ReentrantLock.
This class represents a reentranl lock with the same semantics as built-in Java synchronized locks: Once a thread has a lock, it can re-obtain it any number of times without blocking.
ReentrantLock() - Constructor for class com.dautelle.util.ReentrantLock
Default constructor.
RelativisticModel - class com.dautelle.physics.models.RelativisticModel.
This class represents the relativistic model.
RelativisticModel() - Constructor for class com.dautelle.physics.models.RelativisticModel
 
Representable - interface com.dautelle.xml.Representable.
This interface identifies classes, whose instances are serializable using the XML format.
Rinf - Static variable in class com.dautelle.physics.Constants
Holds the Rydberg constant (α³·me·c/2h)
radiationDoseAbsorbedOf(Quantity) - Static method in class com.dautelle.physics.RadiationDoseAbsorbed
Returns the RadiationDoseAbsorbed corresponding to the specified quantity.
radiationDoseEffectiveOf(Quantity) - Static method in class com.dautelle.physics.RadiationDoseEffective
Returns the RadiationDoseEffective corresponding to the specified quantity.
radioactiveActivityOf(Quantity) - Static method in class com.dautelle.physics.RadioactiveActivity
Returns the RadioactiveActivity corresponding to the specified quantity.
random() - Method in class com.dautelle.physics.Quantity
Returns a random but possible value for this quantity.
rangeApprox(double, double) - Method in class com.dautelle.physics.Quantity.Factory
Returns the quantity corresponding to the specified approximate range.
rangeExact(double, double) - Method in class com.dautelle.physics.Quantity.Factory
Returns the quantity corresponding to the specified exact range.
read() - Method in class com.dautelle.util.Utf8StreamReader
Reads a single character.
read(char[], int, int) - Method in class com.dautelle.util.Utf8StreamReader
Reads characters into a portion of an array.
readResolve() - Method in class com.dautelle.util.Enum
Overrides readResolve() to support Serialization.
readResolve() - Method in class javax.units.Unit
Overrides readResolve() to ensure that deserialization maintains unit's unicity.
ready() - Method in class com.dautelle.util.Utf8StreamReader
Indicates if this stream is ready to be read.
real() - Method in class com.dautelle.math.numbers.Complex
Returns the real component of this complex number.
reciprocal() - Method in class com.dautelle.math.Matrix
 
reciprocal() - Method in interface com.dautelle.math.Operable
Returns the multiplicative inverse of this object.
reciprocal() - Method in class com.dautelle.math.functions.Function
 
reciprocal() - Method in class com.dautelle.math.functions.RationalFunction
 
reciprocal() - Method in class com.dautelle.math.numbers.Complex
 
reciprocal() - Method in class com.dautelle.math.numbers.Float32
 
reciprocal() - Method in class com.dautelle.math.numbers.Float64
 
reciprocal() - Method in class com.dautelle.math.numbers.Integer32
 
reciprocal() - Method in class com.dautelle.math.numbers.Integer64
 
reciprocal() - Method in class com.dautelle.math.numbers.LargeInteger
Returns the modular inverse of this large integer.
reciprocal() - Method in class com.dautelle.math.numbers.Rational
 
reciprocal() - Method in class com.dautelle.math.numbers.Real
 
reciprocal() - Method in class com.dautelle.physics.Quantity
 
recycle() - Method in class com.dautelle.math.numbers.RealtimeNumber
Recycles this object.
recycle(Object) - Method in class com.dautelle.realtime.ObjectPool
Recycles the specified object.
recycle() - Method in class com.dautelle.realtime.RealtimeObject
Recycles this object.
recycleAll() - Method in class com.dautelle.realtime.ObjectPool
Recycles all the objects of this pool.
remove(Object) - Method in class com.dautelle.realtime.ObjectPool
Removes the specified object from this pool.
remove(Object) - Method in class com.dautelle.util.CachedMap
Removes the mapping for this key from this map if it is present.
remove(Object) - Method in class com.dautelle.util.FastList
Searches for the given object in the list and remove the object (once).
remove(int) - Method in class com.dautelle.util.FastList
Removes the element at specified position.
remove(Object) - Method in class com.dautelle.util.FastMap
Removes the mapping for this key from this FastMap if present.
remove(Object) - Method in class com.dautelle.util.FastSet
Removes the specified element from this set if it is present.
remove(int) - Method in class com.dautelle.xml.XmlElement
Removes the object at the specified position in this list XML element.
removeAll(Collection) - Method in class com.dautelle.util.FastList
Removes all the elements that are contained in the given collection.
removeAll(Collection) - Method in class com.dautelle.util.FastSet
Removes from this set all of its elements that are contained in the specified collection.
removeFirst() - Method in class com.dautelle.util.FastList
Removes and returns the first element of the list (the head).
replace(char, char) - Method in class com.dautelle.util.FastString
Returns a FastString where all occurrences of oldChar have been replaced with newChar.
retainAll(Collection) - Method in class com.dautelle.util.FastList
Leaves only elements which are also contained in the given collection.
retainAll(Collection) - Method in class com.dautelle.util.FastSet
Retains only the elements in this set that are contained in the specified collection.
root(int) - Method in class com.dautelle.physics.Quantity
Returns the given root of this quantity.
root(int) - Method in class javax.units.Unit
Returns a unit equals to the given root of this unit.
round() - Method in class com.dautelle.math.numbers.Rational
Returns the closest Integer to this Rational.
run() - Method in class com.dautelle.realtime.ConcurrentContext.Logic
Executes this logic with no arguments.
run(Object[]) - Method in class com.dautelle.realtime.ConcurrentContext.Logic
Executes this logic with the specified arguments.
run() - Method in class com.dautelle.realtime.ConcurrentThread
Overrides parent's run method.

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.