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.- 
Classes in com.google.common.primitives used by com.google.common.primitivesClassDescriptionAn immutable array ofdoublevalues, with an API resemblingList.A builder forImmutableDoubleArrayinstances; obtained usingImmutableDoubleArray.builder(int).An immutable array ofintvalues, with an API resemblingList.A builder forImmutableIntArrayinstances; obtained usingImmutableIntArray.builder(int).An immutable array oflongvalues, with an API resemblingList.A builder forImmutableLongArrayinstances; obtained usingImmutableLongArray.builder(int).A wrapper class for unsignedintvalues, supporting arithmetic operations.A wrapper class for unsignedlongvalues, supporting arithmetic operations.