$ A B C D E F G H I J K L M N O P Q R S T U V W Y Z _

T

TEMPORAL - Static variable in class com.rubecula.units.SiUnit
 
THERMAL - Static variable in class com.rubecula.units.SiUnit
 
TIMD - Static variable in class com.rubecula.units.Units
 
TIMH - Static variable in class com.rubecula.units.Units
 
TIMM - Static variable in class com.rubecula.units.Units
 
TIMS - Static variable in class com.rubecula.units.Units
 
TIMW - Static variable in class com.rubecula.units.Units
 
TIMY - Static variable in class com.rubecula.units.Units
 
Ten - Static variable in class com.rubecula.units.Units
 
TenToPower(int) - Static method in class com.rubecula.jquantity.WholeNumber
Factory method to create a WholeNumber equal to ten to the power of index.
Tenth - Static variable in class com.rubecula.units.Units
 
TermEvaluator - class com.rubecula.jep.TermEvaluator.
This class is part of the link from JQuantity to JEP - TermEvaluator depends on JEP, but there is no dependence on the com.rubecula.jquantity package.
TermEvaluator(NumberFactory, MillInterface, Lookupable) - Constructor for class com.rubecula.jep.TermEvaluator
Constructor to create a new TermEvaluator for the purpose of evaluating expressions using JQuantity objects rather than Doubles.
TermPresentation(Presentation, String) - Static method in class com.rubecula.jquantity.Value
This package-scope class method creates a SymbolicPresentation from the two components given.
Tesla - Static variable in class com.rubecula.units.Units
 
Test - class com.rubecula.jquantity.test.Test.
Class to demonstrate how an application might use the JQuantity package.
Test() - Constructor for class com.rubecula.jquantity.test.Test
 
TestAll - class com.rubecula.jquantity.test.TestAll.
Class
TestAll() - Constructor for class com.rubecula.jquantity.test.TestAll
 
TestAll - class com.rubecula.units.test.TestAll.
Class
TestAll() - Constructor for class com.rubecula.units.test.TestAll
 
TestUtils - class com.rubecula.util.TestUtils.
Class to define certain artifacts of testing.
TestUtils() - Constructor for class com.rubecula.util.TestUtils
 
Thousand - Static variable in class com.rubecula.units.Units
 
Thousandth - Static variable in class com.rubecula.units.Units
 
Transcendental - interface com.rubecula.jquantity.Transcendental.
This interface models the functions necessary for evaluating transcendental functions.
Trigonometrical - interface com.rubecula.jquantity.Trigonometrical.
This interface defines trigonometrical operations.
TwentyfourthCircles(long) - Static method in class com.rubecula.jquantity.Value
 
TwoMatrix - class com.rubecula.jquantity.TwoMatrix.
Class to represent a fixed size two-dimensional matrix.
TwoMatrix(BaseNumber[][], int, int) - Constructor for class com.rubecula.jquantity.TwoMatrix
 
TwoMatrix(int, int) - Constructor for class com.rubecula.jquantity.TwoMatrix
 
tan_theta_2() - Method in class com.rubecula.jquantity.Approximation
Method to evaluate the tangent function.
tan_theta_2() - Method in class com.rubecula.jquantity.Complex
Method to evaluate the tangent function.
tan_theta_2() - Method in class com.rubecula.jquantity.Rational
Method to evaluate the tangent function.
tan_theta_2() - Method in interface com.rubecula.jquantity.Trigonometrical
Method to evaluate the tangent function.
tan_theta_2() - Method in class com.rubecula.jquantity.Value
Method to evaluate the tangent function.
test(PrintStream, String) - Method in class com.rubecula.jquantity.Approximation
 
test(PrintStream, long, String) - Method in class com.rubecula.jquantity.MutableNumber
Convenience method for auditing/checking a MutableNumber against a long.
test(PrintStream, Value, String) - Method in class com.rubecula.jquantity.Value
 
test(PrintStream, Value) - Method in class com.rubecula.jquantity.Value
 
test(PrintStream, Item, String) - Method in class com.rubecula.util.Item
Protected method to test an Item by passing it to Item.audit(java.io.PrintStream,String), comparing it to another item, reporting the result.
test(PrintStream, Item) - Method in class com.rubecula.util.Item
Protected method to test an Item by passing it to Item.audit(java.io.PrintStream,String), comparing it to another item, reporting the result.
testExpression(PrintStream, SymbolicPresentation, String) - Static method in class com.rubecula.jquantity.Expression
 
testPresentation(PrintStream, Presentation, String) - Static method in class com.rubecula.jquantity.SymbolicPresentation
 
testTranscendental(PrintStream, String) - Method in class com.rubecula.jquantity.Value
 
timesTenToPower(int) - Method in class com.rubecula.jquantity.Rational
Package-protected MUTATING method to multiply this by a power of ten.
timesTenToPower(int) - Method in class com.rubecula.jquantity.Value
 
toApproximation(double) - Method in class com.rubecula.jquantity.Rational
Method to convert this Rational into the appropriate Approximation.
toApproximation(double) - Method in class com.rubecula.jquantity.Value
Method to convert this Value into the appropriate Approximation.
toBigDecimal(double) - Method in class com.rubecula.jquantity.Rational
Method to yield a BigDecimal instance which approximates this.
toBigDecimal(int) - Method in class com.rubecula.jquantity.Rational
Method to yield a BigDecimal instance which approximates this.
toBigDecimal() - Method in class com.rubecula.jquantity.Rational
Method to yield a BigDecimal instance which approximates this.
toBigInteger(boolean) - Method in class com.rubecula.jquantity.FuzzInt
Convert this into a BigInteger.
toBigInteger() - Method in class com.rubecula.jquantity.IntegerPresentation
Return this in the form of a BigInteger.
toBigInteger(int) - Method in class com.rubecula.jquantity.IntegerPresentation
Return this in the form of a BigInteger interpreted in radix.
toBigInteger() - Method in interface com.rubecula.jquantity.Integral
Convert this into a BigInteger.
toBigInteger() - Method in class com.rubecula.jquantity.Manifest
Convert this into a BigInteger.
toBigInteger() - Method in class com.rubecula.jquantity.WholeNumber
Convert this into a BigInteger.
toIntegral() - Method in class com.rubecula.jquantity.MutableNumber
Method to present a MutableNumber as an Integral number.
toIntegral() - Method in class com.rubecula.jquantity.Rational
Method to present a Rational as an Integral number.
toIntegral() - Method in class com.rubecula.jquantity.Value
Method to present a Rational as an Integral number.
toRational() - Method in class com.rubecula.jquantity.Value
Method to narrows this object to a Rational..
toString() - Method in class com.rubecula.jquantity.Approximation
Method to represent this object as a string.
toString(int) - Method in class com.rubecula.jquantity.IntegerPresentation
Render this Presentation as a String with the given width limitation.
toString() - Method in class com.rubecula.jquantity.JQuantityException
 
toString(int) - Method in class com.rubecula.jquantity.JQuantityPresentation
Render this Presentation as a String within the width specified.
toString() - Method in class com.rubecula.jquantity.Manifest
 
toString(int) - Method in class com.rubecula.jquantity.NumberPresentation
Render this Presentation as a String within the width specified.
toString() - Method in class com.rubecula.jquantity.Operator
 
toString(int) - Method in class com.rubecula.jquantity.QuantityPresentation
Render this Presentation as a String with the given width limitation.
toString() - Method in class com.rubecula.jquantity.Rational
Method to yield a string representing this Rational exactly.
toString(double) - Method in class com.rubecula.jquantity.Rational
Method to determine a suitable string to represent this Rational, such that the resulting string is precise within tolerance.
toString(int) - Method in class com.rubecula.jquantity.SymbolicPresentation
Render this Presentation as a String within the width specified.
toString() - Method in class com.rubecula.jquantity.Value
 
toString(int) - Method in class com.rubecula.jquantity.ValuePresentation
Render this Presentation as a String with the given width limitation.
toString(int) - Method in class com.rubecula.jquantity.WholeNumber
Returns the String representation of this WholeNumber in the given radix.
toString() - Method in class com.rubecula.jquantity.WholeNumber
Returns the decimal String representation of this WholeNumber.
toString(int) - Method in class com.rubecula.units.Dimensions
Method to yield a string representation of the index(th) dimension (or null if dimension 0).
toString() - Method in class com.rubecula.units.Dimensions
 
toString() - Method in class com.rubecula.units.FlatUnit
 
toString() - Method in class com.rubecula.units.SiUnit
 
toString() - Method in class com.rubecula.units.SystemFlag
 
toString(int) - Method in class com.rubecula.units.Units
 
toString() - Method in class com.rubecula.units.Units
 
toString(int) - Method in class com.rubecula.units.UnitsFoundation
 
toString() - Method in class com.rubecula.units.UnitsFoundation
 
toString(boolean) - Method in class com.rubecula.units.UnitsName
 
toString() - Method in class com.rubecula.units.UnitsName
 
toString() - Method in class com.rubecula.units.UnitsTable
 
toString() - Method in class com.rubecula.util.AlphabeticalMap
Yield a string representation of this MapUtils.
toString() - Method in class com.rubecula.util.Item
This is the default toString method for all Items.
toString() - Method in class com.rubecula.util.LocalizedException
Returns a short description of this throwable object.
toString(int) - Method in class com.rubecula.util.Presentation
Render this Presentation as a String within the width specified.
toString() - Method in class com.rubecula.util.Presentation
Render this Presentation as a String with no width limitation.
toString(int) - Method in class com.rubecula.util.StringPresentation
Render this Presentation as a String within the width specified.
toString() - Method in class com.rubecula.util.Symbol
 
tokenize() - Method in class com.rubecula.math.Macro
 
transcendentalFunction(Transcendental) - Method in class com.rubecula.jquantity.Value
The following method calculates the transcendental function (determined by function) on this Value.
transform(String) - Method in class com.rubecula.jep.ExpressionParser
Method to transform the operation names, etc. which on input conform to the Microsoft Excel names into JEP operation names).
twiceValue() - Method in class com.rubecula.jquantity.Value
 

$ A B C D E F G H I J K L M N O P Q R S T U V W Y Z _