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

S

SAXParserFactoryImpl - class com.dautelle.xml.sax.SAXParserFactoryImpl.
This class represents the JAXP factory class for creating SAX parsers.
SAXParserFactoryImpl() - Constructor for class com.dautelle.xml.sax.SAXParserFactoryImpl
Default constructor.
SECOND - Static variable in class javax.units.SI
The base unit for duration quantities (s).
SECOND_ANGLE - Static variable in class javax.units.NonSI
A unit of angle equal to 1/60 NonSI.MINUTE_ANGLE (default label ").
SI - class javax.units.SI.
This class contains SI (Système International d'Unités) base units, and derived units.
SIEMENS - Static variable in class javax.units.SI
The derived unit for electric conductance (S).
SIEVERT - Static variable in class javax.units.SI
The derived unit for dose equivalent (Sv).
SPEED_OF_LIGHT - Static variable in class com.dautelle.physics.Velocity
Holds the speed of light in vacuum (exact).
SPHERE - Static variable in class javax.units.NonSI
A unit of solid angle equal to 4 π steradians (default label sphere).
STANDARD - Static variable in class com.dautelle.physics.Pressure
Holds the standard atmosphere pressure (exact).
STANDARD - Static variable in class com.dautelle.physics.Temperature
Holds the standard temperature (0°C).
STERADIAN - Static variable in class javax.units.SI
The unit for solid angle quantities (sr).
SYSTEM - Static variable in class com.dautelle.money.Currency
A generic currency (currency sign "¤"), used when the locale currency is unknown.
Scalar - class com.dautelle.physics.Scalar.
This class represents a dimensionless quantity.
Scalar() - Constructor for class com.dautelle.physics.Scalar
Default constructor (allows for derivation).
SolidAngle - class com.dautelle.physics.SolidAngle.
This class represents the angle formed by three or more planes intersecting at a common point.
SolidAngle() - Constructor for class com.dautelle.physics.SolidAngle
Default constructor (allows for derivation).
StandardModel - class com.dautelle.physics.models.StandardModel.
This class represents the standard model.
StandardModel() - Constructor for class com.dautelle.physics.models.StandardModel
Default constructor (allows for derivation).
Struct - class com.dautelle.util.Struct.
This class represents a C/C++ struct; it confers interoperability between Java classes and C/C++ struct.
Struct() - Constructor for class com.dautelle.util.Struct
Default constructor.
Struct(ByteBuffer) - Constructor for class com.dautelle.util.Struct
Creates a Struct backed by the specified ByteBuffer.
Struct.ArrayMember - class com.dautelle.util.Struct.ArrayMember.
This class represents an array member.
Struct.ArrayMember(Class, int) - Constructor for class com.dautelle.util.Struct.ArrayMember
Creates an Struct.ArrayMember of specified component type.
Struct.ArrayMember(Class, int[]) - Constructor for class com.dautelle.util.Struct.ArrayMember
Creates an Struct.ArrayMember of specified component type and dimensions.
Struct.Bool - class com.dautelle.util.Struct.Bool.
This class represents a 8 bits boolean with true represented by 1 and false represented by 0.
Struct.Bool() - Constructor for class com.dautelle.util.Struct.Bool
 
Struct.Bool(int) - Constructor for class com.dautelle.util.Struct.Bool
 
Struct.Enum16 - class com.dautelle.util.Struct.Enum16.
This class represents a 16 bits Enum.
Struct.Enum16(Class) - Constructor for class com.dautelle.util.Struct.Enum16
 
Struct.Enum16(Class, int) - Constructor for class com.dautelle.util.Struct.Enum16
 
Struct.Enum32 - class com.dautelle.util.Struct.Enum32.
This class represents a 32 bits Enum.
Struct.Enum32(Class) - Constructor for class com.dautelle.util.Struct.Enum32
 
Struct.Enum32(Class, int) - Constructor for class com.dautelle.util.Struct.Enum32
 
Struct.Enum64 - class com.dautelle.util.Struct.Enum64.
This class represents a 64 bits Enum.
Struct.Enum64(Class) - Constructor for class com.dautelle.util.Struct.Enum64
 
Struct.Enum64(Class, int) - Constructor for class com.dautelle.util.Struct.Enum64
 
Struct.Enum8 - class com.dautelle.util.Struct.Enum8.
This class represents a 8 bits Enum.
Struct.Enum8(Class) - Constructor for class com.dautelle.util.Struct.Enum8
 
Struct.Enum8(Class, int) - Constructor for class com.dautelle.util.Struct.Enum8
 
Struct.Float32 - class com.dautelle.util.Struct.Float32.
This class represents a 32 bits float (C/C++/Java float).
Struct.Float32() - Constructor for class com.dautelle.util.Struct.Float32
 
Struct.Float64 - class com.dautelle.util.Struct.Float64.
This class represents a 64 bits float (C/C++/Java double).
Struct.Float64() - Constructor for class com.dautelle.util.Struct.Float64
 
Struct.Member - class com.dautelle.util.Struct.Member.
This inner class represents the base class for all Struct members.
Struct.Member(int, int) - Constructor for class com.dautelle.util.Struct.Member
Base constructor for custom member types.
Struct.Reference32 - class com.dautelle.util.Struct.Reference32.
This class represents a 32 bits reference (C/C++ pointer) to a Struct object (other types may require a Struct wrapper).
Struct.Reference32(Class) - Constructor for class com.dautelle.util.Struct.Reference32
 
Struct.Reference64 - class com.dautelle.util.Struct.Reference64.
This class represents a 64 bits reference (C/C++ pointer) to a Struct object (other types may require a Struct wrapper).
Struct.Reference64(Class) - Constructor for class com.dautelle.util.Struct.Reference64
 
Struct.Signed16 - class com.dautelle.util.Struct.Signed16.
This class represents a 16 bits signed integer.
Struct.Signed16() - Constructor for class com.dautelle.util.Struct.Signed16
 
Struct.Signed16(int) - Constructor for class com.dautelle.util.Struct.Signed16
 
Struct.Signed32 - class com.dautelle.util.Struct.Signed32.
This class represents a 32 bits signed integer.
Struct.Signed32() - Constructor for class com.dautelle.util.Struct.Signed32
 
Struct.Signed32(int) - Constructor for class com.dautelle.util.Struct.Signed32
 
Struct.Signed64 - class com.dautelle.util.Struct.Signed64.
This class represents a 64 bits signed integer.
Struct.Signed64() - Constructor for class com.dautelle.util.Struct.Signed64
 
Struct.Signed64(int) - Constructor for class com.dautelle.util.Struct.Signed64
 
Struct.Signed8 - class com.dautelle.util.Struct.Signed8.
This class represents a 8 bits signed integer.
Struct.Signed8() - Constructor for class com.dautelle.util.Struct.Signed8
 
Struct.Signed8(int) - Constructor for class com.dautelle.util.Struct.Signed8
 
Struct.StructMember - class com.dautelle.util.Struct.StructMember.
This class represents an inner struct member.
Struct.StructMember(Class) - Constructor for class com.dautelle.util.Struct.StructMember
Creates a Struct.StructMember having an inner struct of specified type.
Struct.UTF8String - class com.dautelle.util.Struct.UTF8String.
This class represents a UTF-8 character string, null terminated (for C/C++ compatibility)
Struct.UTF8String(int) - Constructor for class com.dautelle.util.Struct.UTF8String
 
Struct.Unsigned16 - class com.dautelle.util.Struct.Unsigned16.
This class represents a 16 bits unsigned integer.
Struct.Unsigned16() - Constructor for class com.dautelle.util.Struct.Unsigned16
 
Struct.Unsigned16(int) - Constructor for class com.dautelle.util.Struct.Unsigned16
 
Struct.Unsigned32 - class com.dautelle.util.Struct.Unsigned32.
This class represents a 32 bits unsigned integer.
Struct.Unsigned32() - Constructor for class com.dautelle.util.Struct.Unsigned32
 
Struct.Unsigned32(int) - Constructor for class com.dautelle.util.Struct.Unsigned32
 
Struct.Unsigned8 - class com.dautelle.util.Struct.Unsigned8.
This class represents a 8 bits unsigned integer.
Struct.Unsigned8() - Constructor for class com.dautelle.util.Struct.Unsigned8
 
Struct.Unsigned8(int) - Constructor for class com.dautelle.util.Struct.Unsigned8
 
scalarOf(Quantity) - Static method in class com.dautelle.physics.Scalar
Returns the Scalar corresponding to the specified quantity.
searchSymbol(CharSequence) - Static method in class javax.units.Unit
Retrieves a unit from its symbol.
select() - Static method in class com.dautelle.physics.models.HighEnergyModel
Selects the high-energy model as the current model.
select() - Static method in class com.dautelle.physics.models.NaturalModel
Selects the natural model as the current model.
select() - Static method in class com.dautelle.physics.models.QuantumModel
Selects the quantum model as the current model.
select() - Static method in class com.dautelle.physics.models.RelativisticModel
Selects the relativistic model as the current model.
select() - Static method in class com.dautelle.physics.models.StandardModel
Selects the standard model as the current model.
set(int, int, Operable) - Method in class com.dautelle.math.Matrix
Sets a single element of this matrix.
set(int, Operable) - Method in class com.dautelle.math.Vector
Sets a single coordinate of this vector.
set(Complex) - Method in class com.dautelle.math.numbers.Complex.Value
Sets the current value of this mutable.
set(Float32) - Method in class com.dautelle.math.numbers.Float32.Value
Sets the current value of this mutable.
set(Float64) - Method in class com.dautelle.math.numbers.Float64.Value
Sets the current value of this mutable.
set(Integer32) - Method in class com.dautelle.math.numbers.Integer32.Value
Sets the current value of this mutable.
set(Integer64) - Method in class com.dautelle.math.numbers.Integer64.Value
Sets the current value of this mutable.
set(LargeInteger) - Method in class com.dautelle.math.numbers.LargeInteger.Value
Sets the current value of this mutable.
set(Rational) - Method in class com.dautelle.math.numbers.Rational.Value
Sets the current value of this mutable.
set(Real) - Method in class com.dautelle.math.numbers.Real.Value
Sets the current value of this mutable.
set(Quantity) - Method in class com.dautelle.physics.Quantity.Value
Sets the current value for this mutable.
set(int, Object) - Method in class com.dautelle.util.FastList
Sets the value of an element existing at the specified position.
set(FastString) - Method in class com.dautelle.util.FastString.Value
Sets the current value of this mutable.
set(boolean) - Method in class com.dautelle.util.Struct.Bool
 
set(Enum) - Method in class com.dautelle.util.Struct.Enum16
 
set(Enum) - Method in class com.dautelle.util.Struct.Enum32
 
set(Enum) - Method in class com.dautelle.util.Struct.Enum64
 
set(Enum) - Method in class com.dautelle.util.Struct.Enum8
 
set(float) - Method in class com.dautelle.util.Struct.Float32
 
set(double) - Method in class com.dautelle.util.Struct.Float64
 
set(Struct) - Method in class com.dautelle.util.Struct.Reference32
 
set(Struct) - Method in class com.dautelle.util.Struct.Reference64
 
set(short) - Method in class com.dautelle.util.Struct.Signed16
 
set(int) - Method in class com.dautelle.util.Struct.Signed32
 
set(long) - Method in class com.dautelle.util.Struct.Signed64
 
set(byte) - Method in class com.dautelle.util.Struct.Signed8
 
set(String) - Method in class com.dautelle.util.Struct.UTF8String
 
set(int) - Method in class com.dautelle.util.Struct.Unsigned16
 
set(long) - Method in class com.dautelle.util.Struct.Unsigned32
 
set(short) - Method in class com.dautelle.util.Struct.Unsigned8
 
set(int, Object) - Method in class com.dautelle.xml.XmlElement
Replaces the specified object at the specified position in this XML element.
setAttribute(CharSequence, CharSequence) - Method in class com.dautelle.xml.XmlElement
Sets the specified attribute (generic).
setAttribute(String, Enum) - Method in class com.dautelle.xml.XmlElement
Sets the specified Enum attribute.
setAttribute(String, boolean) - Method in class com.dautelle.xml.XmlElement
Sets the specified boolean attribute.
setAttribute(String, int) - Method in class com.dautelle.xml.XmlElement
Sets the specified int attribute.
setAttribute(String, long) - Method in class com.dautelle.xml.XmlElement
Sets the specified long attribute.
setAttribute(String, float) - Method in class com.dautelle.xml.XmlElement
Sets the specified float attribute.
setAttribute(String, double) - Method in class com.dautelle.xml.XmlElement
Sets the specified double attribute.
setCapacity(int) - Method in class com.dautelle.util.FastMap
Changes the current capacity of this FastMap.
setContentHandler(ContentHandler) - Method in class com.dautelle.xml.sax.RealtimeParser
Allows an application to register a real-time content event handler.
setContentHandler(ContentHandler) - Method in class com.dautelle.xml.sax.XMLReaderImpl
 
setCurrent(PhysicalModel) - Static method in class com.dautelle.physics.models.PhysicalModel
Sets the current model.
setDTDHandler(DTDHandler) - Method in class com.dautelle.xml.sax.RealtimeParser
Allows an application to register a DTD handler (ignored by this parser).
setDTDHandler(DTDHandler) - Method in class com.dautelle.xml.sax.XMLReaderImpl
 
setDimension(Unit, Converter) - Method in class javax.units.BaseUnit
Sets the dimension of this base unit (context-local).
setDocumentLocator(Locator) - Method in interface com.dautelle.xml.sax.ContentHandler
Receives an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class com.dautelle.xml.sax.DefaultHandler
 
setEnabled(boolean) - Static method in class com.dautelle.realtime.ConcurrentContext
Enables/disables local concurrency.
setEntityResolver(EntityResolver) - Method in class com.dautelle.xml.sax.RealtimeParser
Allows an application to register an entity resolver (ignored by this parser).
setEntityResolver(EntityResolver) - Method in class com.dautelle.xml.sax.XMLReaderImpl
 
setErrorHandler(ErrorHandler) - Method in class com.dautelle.xml.sax.RealtimeParser
Allows an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class com.dautelle.xml.sax.XMLReaderImpl
 
setExchangeRate(double) - Method in class com.dautelle.money.Currency
Sets the exchange rate of this Currency relatively to the reference currency.
setFactoryClass(Class) - Method in class com.dautelle.xml.XmlElement
Sets the factory class to use for deserialization (identified by the XML element tag name).
setFeature(String, boolean) - Method in class com.dautelle.xml.sax.RealtimeParser
Sets the state of a feature.
setFeature(String, boolean) - Method in class com.dautelle.xml.sax.SAXParserFactoryImpl
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setFeature(String, boolean) - Method in class com.dautelle.xml.sax.XMLReaderImpl
 
setIndent(String) - Method in class com.dautelle.xml.ObjectWriter
Sets the indentation String (default two-spaces).
setInputStream(InputStream) - Method in class com.dautelle.util.Utf8StreamReader
Sets the input stream to use for reading until this reader is closed.
setInstance(QuantityFormat) - Static method in class com.dautelle.physics.QuantityFormat
Sets the context local quantity format.
setInstance(UnitFormat) - Static method in class javax.units.UnitFormat
Sets the context local unit format.
setIntegerAccuracy(int) - Static method in class com.dautelle.math.numbers.Real
Sets the local number of decimal zeros in the fraction part for reals created from integer values (default 18 zeros).
setModulus(Integer32) - Static method in class com.dautelle.math.numbers.Integer32
Sets the context local modulus for modular arithmetic (used by Operable operations only).
setModulus(Integer64) - Static method in class com.dautelle.math.numbers.Integer64
Sets the context local modulus for modular arithmetic (used by Operable operations only).
setModulus(LargeInteger) - Static method in class com.dautelle.math.numbers.LargeInteger
Sets the context local modulus for modular arithmetic (used by Operable operations only).
setNamespace(String, String) - Method in class com.dautelle.xml.ObjectWriter
Maps a namespace to a Java package.
setOutputStream(OutputStream) - Method in class com.dautelle.util.Utf8StreamWriter
Sets the output stream to use for writing until this writer is closed.
setPhysicalDimensions() - Method in class com.dautelle.physics.models.HighEnergyModel
Sets the dimensional units of the seven base quantities as follow: Length : "ns" Mass : "GeV" Duration : "ns" ElectricCurrent : "1/ns" Temperature : "GeV" AmountOfSubstance : "mol" LuminousIntensity : "cd"
setPhysicalDimensions() - Method in class com.dautelle.physics.models.NaturalModel
Sets the dimensional units of the seven base quantities as follow: Length : "1" Mass : "1" Duration : "1" ElectricCurrent : "1" Temperature : "1" AmountOfSubstance : "mol" LuminousIntensity : "cd"
setPhysicalDimensions() - Method in class com.dautelle.physics.models.PhysicalModel
Sets the dimensional units of the seven base quantities: Length, Mass, Duration, ElectricCurrent, Temperature (thermodynamic), AmountOfSubstance and LuminousIntensity.
setPhysicalDimensions() - Method in class com.dautelle.physics.models.QuantumModel
Sets the dimensional units of the seven base quantities as follow: Length : "1/GeV" Mass : "GeV" Duration : "1/GeV" ElectricCurrent : "GeV" Temperature : "GeV" AmountOfSubstance : "mol" LuminousIntensity : "cd"
setPhysicalDimensions() - Method in class com.dautelle.physics.models.RelativisticModel
Sets the dimensional units of the seven base quantities as follow: Length : "s" Mass : "eV" Duration : "s" ElectricCurrent : "A" Temperature : "K" AmountOfSubstance : "mol" LuminousIntensity : "cd"
setPhysicalDimensions() - Method in class com.dautelle.physics.models.StandardModel
Sets the dimensional units of the seven base quantities as follow: Length : "m" Mass : "kg" Duration : "s" ElectricCurrent : "A" Temperature : "K" AmountOfSubstance : "mol" LuminousIntensity : "cd"
setPivotComparator(Comparator) - Method in class com.dautelle.math.LUDecomposition
Sets the local comparator used for pivoting during LU decomposition (default LUDecomposition.NUMBER_COMPARATOR).
setProlog(boolean) - Method in class com.dautelle.xml.ObjectWriter
Indicates if the XML prolog has to be written (default true).
setProperty(String, Object) - Method in class com.dautelle.xml.sax.RealtimeParser
Sets the value of a property.
setProperty(String, Object) - Method in class com.dautelle.xml.sax.XMLReaderImpl
 
setReferenceCurrency(Currency) - Static method in class com.dautelle.money.Currency
Sets the reference currency (context sensitive).
setValue(Object) - Method in class com.dautelle.realtime.LocalContext.Variable
Sets the context-local value of this variable.
shiftLeft(int) - Method in class com.dautelle.math.numbers.LargeInteger
Returns the value of this large integer after performing a binary shift to left.
shiftRight(int) - Method in class com.dautelle.math.numbers.LargeInteger
Returns the value of this large integer after performing a binary shift to right with sign extension (-1 >> 1 == -1).
showAs(Currency) - Static method in class com.dautelle.money.Money
Shows Money instances in the specified currency.
showAs(Unit) - Static method in class com.dautelle.physics.Acceleration
Shows Acceleration instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.AmountOfSubstance
Shows AmountOfSubstance instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Angle
Shows Angle instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.AngularAcceleration
Shows AngularAcceleration instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.AngularVelocity
Shows AngularVelocity instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Area
Shows Area instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.CatalyticActivity
Shows CatalyticActivity instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.DataAmount
Shows DataAmount instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.DataRate
Shows DataRate instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Duration
Shows Duration instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.ElectricCapacitance
Shows ElectricCapacitance instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.ElectricCharge
Shows ElectricCharge instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.ElectricConductance
Shows ElectricConductance instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.ElectricCurrent
Shows ElectricCurrent instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.ElectricInductance
Shows ElectricInductance instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.ElectricPotential
Shows ElectricPotential instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.ElectricResistance
Shows ElectricResistance instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Energy
Shows Energy instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Force
Shows Force instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Frequency
Shows Frequency instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Illuminance
Shows Illuminance instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Length
Shows Length instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.LuminousFlux
Shows LuminousFlux instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.LuminousIntensity
Shows LuminousIntensity instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.MagneticFlux
Shows MagneticFlux instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.MagneticFluxDensity
Shows MagneticFluxDensity instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Mass
Shows Mass instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Power
Shows Power instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Pressure
Shows Pressure instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.RadiationDoseAbsorbed
Shows RadiationDoseAbsorbed instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.RadiationDoseEffective
Shows RadiationDoseEffective instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.RadioactiveActivity
Shows RadioactiveActivity instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Scalar
Shows Scalar instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.SolidAngle
Shows SolidAngle instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Temperature
Shows Temperature instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Torque
Shows Torque instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Velocity
Shows Velocity instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.Volume
Shows Volume instances in the specified unit.
showAs(Unit) - Static method in class com.dautelle.physics.VolumetricDensity
Shows VolumetricDensity instances in the specified unit.
showInstancesAs(Unit) - Method in class com.dautelle.physics.Quantity.Factory
Shows instances of this factory in the specified output unit (context-local).
sine() - Method in class com.dautelle.physics.Angle
Returns the trigonometric sine of this Angle.
size() - Method in class com.dautelle.util.CachedMap
Returns the number of key-value mappings in this map.
size() - Method in class com.dautelle.util.FastList
Amount of elements in the list.
size() - Method in class com.dautelle.util.FastMap
Returns the number of key-value mappings in this FastMap.
size() - Method in class com.dautelle.util.FastSet
Returns the number of elements in this set (its cardinality).
size() - Method in class com.dautelle.util.Struct
Returns the size in bytes of this Struct.
size() - Method in class com.dautelle.xml.XmlElement
Returns the number of nested element contained in this XML element.
size() - Method in class javax.units.ProductUnit
Returns the number of units in this product.
sizeChanged() - Method in class com.dautelle.util.FastMap
This methods is being called when the size of this FastMap has changed.
skippedEntity(CharSequence) - Method in interface com.dautelle.xml.sax.ContentHandler
Receives notification of a skipped entity.
skippedEntity(CharSequence) - Method in class com.dautelle.xml.sax.DefaultHandler
 
solidAngleOf(Quantity) - Static method in class com.dautelle.physics.SolidAngle
Returns the SolidAngle corresponding to the specified quantity.
solve(Matrix) - Method in class com.dautelle.math.LUDecomposition
Returns the solution X of the equation: A * X = B with this = A.lu() using back and forward substitutions.
sqrt() - Method in class com.dautelle.math.numbers.Complex
Returns one of the two square root of this complex number.
sqrt() - Method in class com.dautelle.math.numbers.Float64
Returns the positive square root of this number.
startDocument() - Method in interface com.dautelle.xml.sax.ContentHandler
Receives notification of the beginning of a document.
startDocument() - Method in class com.dautelle.xml.sax.DefaultHandler
 
startElement(CharSequence, CharSequence, CharSequence, Attributes) - Method in interface com.dautelle.xml.sax.ContentHandler
Receives notification of the beginning of an element.
startElement(CharSequence, CharSequence, CharSequence, Attributes) - Method in class com.dautelle.xml.sax.DefaultHandler
 
startElement(CharSequence, CharSequence, CharSequence, Attributes) - Method in class com.dautelle.xml.sax.DefaultHandler
Generates compile-time error if startElement is not correctly overriden.
startPrefixMapping(CharSequence, CharSequence) - Method in interface com.dautelle.xml.sax.ContentHandler
Begins the scope of a prefix-URI Namespace mapping.
startPrefixMapping(CharSequence, CharSequence) - Method in class com.dautelle.xml.sax.DefaultHandler
 
startsWith(CharSequence) - Method in class com.dautelle.util.FastString
Indicates if this FastString starts with the specified prefix.
startsWith(CharSequence, int) - Method in class com.dautelle.util.FastString
Indicates if this FastString starts with the specified prefix at the specified index.
subList(int, int) - Method in class com.dautelle.util.FastList
A transparent portion of the list (sub-list).
subSequence(int, int) - Method in class com.dautelle.util.FastString
Returns a new character sequence that is a subsequence of this sequence.
substring(int) - Method in class com.dautelle.util.FastString
Returns a sub-string of this FastString.
substring(int, int) - Method in class com.dautelle.util.FastString
Returns a sub-string of this FastString.
subtract(Matrix) - Method in class com.dautelle.math.Matrix
Returns the difference between this matrix and the one specified.
subtract(Complex) - Method in class com.dautelle.math.numbers.Complex
Returns the difference between this complex and the one specified.
subtract(Float32) - Method in class com.dautelle.math.numbers.Float32
Returns the difference between this number and the one specified.
subtract(Float64) - Method in class com.dautelle.math.numbers.Float64
Returns the difference between this number and the one specified.
subtract(Integer32) - Method in class com.dautelle.math.numbers.Integer32
Returns the difference between this number and the one specified.
subtract(Integer64) - Method in class com.dautelle.math.numbers.Integer64
Returns the difference between this number and the one specified.
subtract(LargeInteger) - Method in class com.dautelle.math.numbers.LargeInteger
Returns the difference between this large integer and the one specified.
subtract(Rational) - Method in class com.dautelle.math.numbers.Rational
Returns the difference between this Rational and the one specified.
subtract(Real) - Method in class com.dautelle.math.numbers.Real
Returns the difference between this real number and the one specified.
subtract(Quantity) - Method in class com.dautelle.physics.Quantity
Returns the difference of this quantity with the one specified.
subtractFrom(Date) - Method in class com.dautelle.physics.Duration
Returns the date before the specified date.

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.