Uses of Package
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.-
ClassDescriptionAn immutable array of
double
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)
.A wrapper class for unsignedint
values, supporting arithmetic operations.A wrapper class for unsignedlong
values, supporting arithmetic operations.