Uses of Annotation Interface
com.google.common.primitives.ElementTypesAreNonnullByDefault
Packages that use ElementTypesAreNonnullByDefault
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.-
Uses of ElementTypesAreNonnullByDefault in com.google.common.primitives
Classes in com.google.common.primitives with annotations of type ElementTypesAreNonnullByDefaultModifier and TypeClassDescriptionfinal classfinal classfinal classfinal class(package private) classHolder for web specializations of methods ofDoubles.final class(package private) classHolder for web specializations of methods ofFloats.final classAn immutable array ofdoublevalues, with an API resemblingList.final classAn immutable array ofintvalues, with an API resemblingList.final classAn immutable array oflongvalues, with an API resemblingList.final class(package private) classHolder for web specializations of methods ofInts.final class(package private) final classA string to be parsed as a number and the radix to interpret it in.final classContains static utility methods pertaining to primitive types and their corresponding wrapper types.final class(package private) classHolder for web specializations of methods ofShorts.final classStatic utility methods pertaining tobyteprimitives that interpret values as signed.final classStatic utility methods pertaining tobyteprimitives that interpret values as unsigned (that is, any negative valuebis treated as the positive value256 + b).final classA wrapper class for unsignedintvalues, supporting arithmetic operations.final classStatic utility methods pertaining tointprimitives that interpret values as unsigned (that is, any negative valuexis treated as the positive value2^32 + x).final classA wrapper class for unsignedlongvalues, supporting arithmetic operations.final classStatic utility methods pertaining tolongprimitives that interpret values as unsigned (that is, any negative valuexis treated as the positive value2^64 + x).