@ParametersAreNonnullByDefault
Package com.google.common.primitives
Static utilities for working with the eight primitive types and
void,
and value types for treating them as unsigned.See: Description
-
Class Summary Class Description Booleans Static utility methods pertaining tobooleanprimitives, that are not already found in eitherBooleanorArrays.Chars Static utility methods pertaining tocharprimitives, that are not already found in eitherCharacterorArrays.Doubles Static utility methods pertaining todoubleprimitives, that are not already found in eitherDoubleorArrays.Floats Static utility methods pertaining tofloatprimitives, that are not already found in eitherFloatorArrays.Ints Static utility methods pertaining tointprimitives, that are not already found in eitherIntegerorArrays.Longs Static utility methods pertaining tolongprimitives, that are not already found in eitherLongorArrays.Primitives Contains static utility methods pertaining to primitive types and their corresponding wrapper types.Shorts Static utility methods pertaining toshortprimitives, that are not already found in eitherShortorArrays.UnsignedInteger A wrapper class for unsignedintvalues, supporting arithmetic operations.UnsignedInts Static utility methods pertaining tointprimitives that interpret values as unsigned (that is, any negative valuexis treated as the positive value2^32 + x).UnsignedLong A wrapper class for unsignedlongvalues, supporting arithmetic operations.UnsignedLongs Static utility methods pertaining tolongprimitives that interpret values as unsigned (that is, any negative valuexis treated as the positive value2^64 + x).
Package com.google.common.primitives Description
Static utilities for working with the eight primitive types and
void,
and value types for treating them as unsigned.
This package is a part of the open-source Guava libraries.
See the Guava User Guide article on primitive utilities.
Contents
General static utilities
Per-type static utilities
Value types
DMelt 3.0 © DataMelt by jWork.ORG