Uses of Package
com.google.common.primitives
Packages that use com.google.common.primitives
Package
Description
Static utilities for the eight primitive types and
void
, and value types for treating
them as unsigned or storing them in immutable arrays.Testing utilities.
-
Classes in com.google.common.primitives used by com.google.common.primitivesClassDescriptionComparators for
Boolean
values.Holder for web specializations of methods ofDoubles
.Marks all "top-level" types as non-null in a way that is recognized by Kotlin.Holder for web specializations of methods ofFloats
.An immutable array ofdouble
values, with an API resemblingList
.A builder forImmutableDoubleArray
instances; obtained usingImmutableDoubleArray.builder(int)
.An immutable array ofint
values, with an API resemblingList
.A builder forImmutableIntArray
instances; obtained usingImmutableIntArray.builder(int)
.An immutable array oflong
values, with an API resemblingList
.A builder forImmutableLongArray
instances; obtained usingImmutableLongArray.builder(int)
.Holder for web specializations of methods ofInts
.A string to be parsed as a number and the radix to interpret it in.Holder for web specializations of methods ofShorts
.A wrapper class for unsignedint
values, supporting arithmetic operations.A wrapper class for unsignedlong
values, supporting arithmetic operations. -
Classes in com.google.common.primitives used by com.google.common.testingClassDescriptionA wrapper class for unsigned
int
values, supporting arithmetic operations.A wrapper class for unsignedlong
values, supporting arithmetic operations.