| Class | Description |
|---|---|
| BD |
This utility class provides some convenience methods
to deal with
BigDecimals. |
| BI |
This utility class provides some convenience methods
to deal with
BigIntegers. |
| CU |
This utility class provides some convenience methods
do deal with existing legacy classes that implement
Comparable. |
| Interval<T extends Comparable<T>> |
In mathematics, given a set
S and a total order relation <=
over the elements of S, we define an interval I as a
subset of S such that: given x,y in I such that x <= y we have
that for each s in S if x <= s <= y then s belongs to I. |
| PrimeSieve |
This class permits calculations about prime numbers.
|
| Exception | Description |
|---|---|
| NoSuchIntervalException |
This exception is thrown by the method
Interval.unify(Interval)
when trying to unify two Intervals that cannot be unified. |
Copyright © 2011–2020 Nerd4j. All rights reserved.