Uses of Package
com.google.common.primitives
-
Packages that use com.google.common.primitives Package Description com.google.common.primitives Static utilities for working with the eight primitive types andvoid
, and value types for treating them as unsigned. -
Classes in com.google.common.primitives used by com.google.common.primitives Class Description UnsignedInteger A wrapper class for unsignedint
values, supporting arithmetic operations.UnsignedLong A wrapper class for unsignedlong
values, supporting arithmetic operations.