Uses of Annotation Interface
com.google.common.math.ElementTypesAreNonnullByDefault
Packages that use ElementTypesAreNonnullByDefault
Package
Description
Arithmetic functions operating on primitive values and on
BigInteger and BigDecimal instances.-
Uses of ElementTypesAreNonnullByDefault in com.google.common.math
Classes in com.google.common.math with annotations of type ElementTypesAreNonnullByDefaultModifier and TypeClassDescriptionclassA class for arithmetic onBigDecimalthat is not covered by its built-in methods.final classA class for arithmetic on values of typeBigInteger.final classA class for arithmetic on doubles that is not covered byMath.(package private) final classUtilities fordoubleprimitives.final classA class for arithmetic on values of typeint.classThe representation of a linear transformation between real numbersxandy.final classA class for arithmetic on values of typelong.(package private) final classA collection of preconditions for math functions.final classAn immutable value object capturing some basic statistics about a collection of paired double values (e.g.final classA mutable object which accumulates paired double values (e.g.final classProvides a fluent API for calculating quantiles.final classA bundle of statistical summary values -- sum, count, mean/average, min and max, and several forms of variance -- that were computed from a single set of zero or more floating-point values.final classA mutable object which accumulates double values and tracks some basic statistics over all the values added so far.(package private) classToDoubleRounder<X extends Number & Comparable<X>>