Package | Description |
---|---|
org.josef.finance |
Finance related Packages and Classes.
|
org.josef.science.biology |
Biology related classes.
|
org.josef.science.math |
Mathematical related classes.
|
org.josef.science.math.geometry |
Contains classes related to (Euclidian) geometry.
|
org.josef.util |
Utility Classes.
|
org.josef.web |
Web Components.
|
Modifier and Type | Class and Description |
---|---|
class |
BankIdentifierCode
Abstraction of a Bank Identifier Code (BIC).
|
class |
Finance
Financial Calculations Utility class.
|
class |
InternationalBankAccountNumber
Abstraction of an IBAN (International Bank Account Number).
|
Modifier and Type | Class and Description |
---|---|
class |
BodyMassIndex
Body Mass Index Calculation class.
|
Modifier and Type | Class and Description |
---|---|
class |
CBigDecimal
Abstraction of a decimal number with almost unlimited precision that extends
BigDecimal . |
class |
CBigInteger
Collection of mathematical methods that operate on integers (of unlimited size).
|
class |
CBoolean
Utility class for booleans.
|
class |
CByte
This class wraps a primitive byte value.
|
class |
CDouble
This class wraps a primitive double value.
|
class |
CFloat
This class wraps a primitive float value.
|
class |
CInteger
This class wraps a primitive integer value.
|
class |
CLong
This class wraps a primitive long value.
|
class |
Combinations<T>
Mathematical utility class that handles combinations.
|
class |
Complex
Abstraction of a Complex number.
|
class |
CRational
Abstraction of a Rational number.
|
class |
CShort
This class wraps a primitive short value.
|
class |
CStatistics
Mathematical utility class to calculate statistical values like average and
minimum value and maximum value of a list of values.
|
class |
FunctionInterval
Abstraction of an interval of a function.
|
class |
PrimeFactor
A prime factor.
|
class |
QuadraticEquation
Represents a Quadratic Equation that is solved by using the Quadratic
Formula.
|
class |
RegulaFalsi
Finds the roots of a function within a defined interval, using the Regula
Falsi (False Position) method.
|
class |
RomanNumbers
Utility class for the conversion of Roman numbers to Arabic numbers and
vice versa.
|
class |
RootFinderContext
Context to find a root of a function using different strategies.
|
Modifier and Type | Class and Description |
---|---|
class |
CLine
Abstraction of a line.
|
class |
CPoint
Abstraction of a point in two dimensions.
|
class |
CTriangle
Abstraction of a triangle in two dimensions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocalizedException
Ultimate base class for checked exceptions that are capable of showing localized messages.
|
class |
AbstractLocalizedRuntimeException
Ultimate base class for runtime exceptions that are capable of showing
localized messages.
|
class |
BiDirectionalMap<K,V>
Bidirectional Map, mapping keys to values and vice versa.
|
class |
CQueue<E>
Abstraction of a queue.
|
class |
CResourceBundle
A list of
resource bundles that represents itself as a single ResourceBundle . |
class |
EnumMapper<F extends Enum<F>,S extends Enum<S>>
Utility class to map the enumerated constants of one enumeration, to the
enumerated constants of another enumeration and vice versa.
|
class |
MultiFieldComparator<T>
Comparator Class that allows for the comparison of multiple fields.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryStringUtil
Query String Utility class.
|
Copyright © 2008–2018. All rights reserved.