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

F

F - Static variable in class com.dautelle.physics.Constants
Holds the Faraday constant (N·ePlus)
FAHRENHEIT - Static variable in class javax.units.NonSI
A unit of temperature equal to degree Rankine minus 459.67 °R (default label °F).
FARAD - Static variable in class javax.units.SI
The derived unit for capacitance (F).
FARADAY - Static variable in class javax.units.NonSI
A unit of electric charge equal to equal to the product of Avogadro's number (see SI.MOLE) and the charge (1 e) on a single electron (default label Fd).
FEMTO(Unit) - Static method in class javax.units.SI
Returns the specified unit multiplied by the factor 10-15
FLUID_OUNCE_UK - Static variable in class javax.units.NonSI
A unit of volume equal to 1 / 160 NonSI.GALLON_UK (default label oz_fl_uk).
FLUID_OUNCE_US - Static variable in class javax.units.NonSI
A unit of volume equal to 1 / 16 NonSI.PINT_LIQUID_US (default label oz_fl).
FOOT - Static variable in class javax.units.NonSI
A unit of length equal to 0.3048 m (default label ft).
FRANKLIN - Static variable in class javax.units.NonSI
A unit of electric charge which exerts a force of one dyne on an equal charge at a distance of one centimeter (default label Fr).
FastList - class com.dautelle.util.FastList.
This class represents a linked-list with real-time behavior (nodes allocated from the "stack" when executing in a PoolContext).
FastList() - Constructor for class com.dautelle.util.FastList
Allocates a heap-only list.
FastMap - class com.dautelle.util.FastMap.
This class represents a Map collection with real-time behavior.
FastMap() - Constructor for class com.dautelle.util.FastMap
Creates a FastMap with a default capacity.
FastMap(Map) - Constructor for class com.dautelle.util.FastMap
Creates a FastMap, copy of the specified Map.
FastMap(int) - Constructor for class com.dautelle.util.FastMap
Creates a FastMap with the specified capacity.
FastSet - class com.dautelle.util.FastSet.
This class represents a Set backed by a FastMap instance.
FastSet() - Constructor for class com.dautelle.util.FastSet
Creates a FastSet with a default capacity.
FastSet(Set) - Constructor for class com.dautelle.util.FastSet
Creates a FastSet, copy of the specified Set.
FastSet(int) - Constructor for class com.dautelle.util.FastSet
Creates a FastSet with the specified capacity.
FastString - class com.dautelle.util.FastString.
This class represents a Real-Time String.
FastString(CharSequence) - Constructor for class com.dautelle.util.FastString
Creates a constant FastString always allocated on the heap, corresponding to the specified character sequence.
FastString.Value - class com.dautelle.util.FastString.Value.
This inner class represents a mutable image of an immutable FastString.
FastString.Value() - Constructor for class com.dautelle.util.FastString.Value
 
Float32 - class com.dautelle.math.numbers.Float32.
This class represents a 32 bits floating point number.
Float32.Value - class com.dautelle.math.numbers.Float32.Value.
This inner class represents a mutable image of an immutable Float32.
Float32.Value() - Constructor for class com.dautelle.math.numbers.Float32.Value
 
Float64 - class com.dautelle.math.numbers.Float64.
This class represents a 64 bits floating point number.
Float64.Value - class com.dautelle.math.numbers.Float64.Value.
This inner class represents a mutable image of an immutable Float64.
Float64.Value() - Constructor for class com.dautelle.math.numbers.Float64.Value
 
Force - class com.dautelle.physics.Force.
This class represents a quantity that tends to produce an acceleration of a body in the direction of its application.
Force() - Constructor for class com.dautelle.physics.Force
Default constructor (allows for derivation).
Frequency - class com.dautelle.physics.Frequency.
This class represents the number of times a specified phenomenon occurs within a specified interval.
Frequency() - Constructor for class com.dautelle.physics.Frequency
Default constructor (allows for derivation).
Function - class com.dautelle.math.functions.Function.
This abstract class represents a mapping between two sets such that there is a unique element in the second set assigned to each element in the first set.
Function() - Constructor for class com.dautelle.math.functions.Function
Default constructor.
Function.Variable - class com.dautelle.math.functions.Function.Variable.
This class represents a symbol on whose value a Function depends.
FunctionException - exception com.dautelle.math.functions.FunctionException.
Thrown when a function operation cannot be performed.
FunctionException() - Constructor for class com.dautelle.math.functions.FunctionException
Constructs a FunctionException with no detail message.
FunctionException(String) - Constructor for class com.dautelle.math.functions.FunctionException
Constructs a FunctionException with the specified message.
fatalError(SAXParseException) - Method in class com.dautelle.xml.sax.DefaultHandler
Reports a fatal XML parsing error.
floatArray(int) - Static method in class com.dautelle.realtime.ArrayPool
Returns the current pool for float[].
floatValue() - Method in class com.dautelle.math.numbers.Complex
Returns the magnitude of this Complex as a float.
floatValue() - Method in class com.dautelle.math.numbers.Float32
Returns the value of this number as a float.
floatValue() - Method in class com.dautelle.math.numbers.Float64
Returns the value of this number as a float.
floatValue() - Method in class com.dautelle.math.numbers.Integer32
Returns the value of this number as a float.
floatValue() - Method in class com.dautelle.math.numbers.Integer64
Returns the value of this number as a float.
floatValue() - Method in class com.dautelle.math.numbers.LargeInteger
Returns the value of this large integer as a float.
floatValue() - Method in class com.dautelle.math.numbers.Rational
Returns the value of this Rational as a float.
floatValue() - Method in class com.dautelle.math.numbers.Real
Returns the value of this real number as a float.
floatValue() - Method in class com.dautelle.physics.Quantity
Returns the estimated value stated in this quantity's system unit as a float.
floatValue(Unit) - Method in class com.dautelle.physics.Quantity
Returns the estimated value of this quantity stated in the specified unit as a float.
floatValue() - Method in class com.dautelle.util.Enum
Returns this enum's value as a float.
flush() - Method in class com.dautelle.util.CachedMap
Flushes the key/value pairs being cached.
flush() - Method in class com.dautelle.util.Utf8StreamWriter
Flushes the stream.
forceOf(Quantity) - Static method in class com.dautelle.physics.Force
Returns the Force corresponding to the specified quantity.
format(Object, StringBuffer, FieldPosition) - Method in class com.dautelle.physics.QuantityFormat
Formats a quantity and appends the resulting text to a given string buffer.
format(Quantity, StringBuffer, Unit) - Method in class com.dautelle.physics.QuantityFormat
Formats a quantity and appends the resulting text to a given string buffer.
format(boolean, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified boolean and appends the resulting text to the StringBuffer argument.
format(short, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified short and appends the resulting text (decimal representation) to the StringBuffer argument.
format(short, int, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified short in the specified radix and appends the resulting text to the StringBuffer argument.
format(int, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified int and appends the resulting text (decimal representation) to the StringBuffer argument.
format(int, int, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified int in the specified radix and appends the resulting text to the StringBuffer argument.
format(long, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified long and appends the resulting text (decimal representation) to the StringBuffer argument.
format(long, int, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified long in the specified radix and appends the resulting text to the StringBuffer argument.
format(float, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified float and appends the resulting text to the StringBuffer argument.
format(float, float, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified float and appends the resulting text to the StringBuffer argument; the number of significative digits is deduced from the specifed precision.
format(double, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified double and appends the resulting text to the StringBuffer argument.
format(double, int, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified double and appends the resulting text to the StringBuffer argument; the number of significand digits is specified as integer argument.
format(double, double, StringBuffer) - Static method in class com.dautelle.util.TypeFormat
Formats the specified double and appends the resulting text to the StringBuffer argument; the number of significative digits is deduced from the specifed precision.
format(Object, StringBuffer, FieldPosition) - Method in class javax.units.UnitFormat
Formats a unit and appends the resulting text to a given string buffer.
four_π - Static variable in class com.dautelle.physics.Constants
Holds 4·Constants.π.
frequencyOf(Quantity) - Static method in class com.dautelle.physics.Frequency
Returns the Frequency corresponding to the specified quantity.

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.