JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package org.uncommons.maths.binary
package
org.uncommons.maths.binary
Classes for manipulating binary data.
Related Packages
Package
Description
org.uncommons.maths
A set of utility classes for mathematical operations.
org.uncommons.maths.combinatorics
Utility classes for combinatorics.
org.uncommons.maths.number
Custom numeric data types and classes for working with java.lang.Number and its sub-classes.
org.uncommons.maths.random
This package provides deterministic, repeatable, pseudo-random number generators, a set of strategies for seeding them, and classes for generating values from different probability distributions.
org.uncommons.maths.statistics
Utility classes for statistical analysis.
Classes
Class
Description
BinaryUtils
Utility methods for working with binary and hex data.
BitString
Implementation of a fixed-length bit-string.