Package | Description |
---|---|
com.google.common.primitives |
Static utilities for working with the eight primitive types and
void , and value types for
treating them as unsigned. |
com.google.common.testing |
This package contains testing utilities.
|
Class and Description |
---|
Booleans.LexicographicalComparator |
Chars.LexicographicalComparator |
Doubles.DoubleConverter |
Doubles.LexicographicalComparator |
Floats.FloatConverter |
Floats.LexicographicalComparator |
Ints.IntConverter |
Ints.LexicographicalComparator |
Longs.LexicographicalComparator |
Longs.LongConverter |
ParseRequest
A string to be parsed as a number and the radix to interpret it in.
|
Shorts.LexicographicalComparator |
Shorts.ShortConverter |
SignedBytes.LexicographicalComparator |
UnsignedBytes.LexicographicalComparatorHolder.PureJavaComparator |
UnsignedBytes.LexicographicalComparatorHolder.UnsafeComparator |
UnsignedInteger
A wrapper class for unsigned
int values, supporting arithmetic operations. |
UnsignedInts.LexicographicalComparator |
UnsignedLong
A wrapper class for unsigned
long values, supporting arithmetic operations. |
UnsignedLongs.LexicographicalComparator |
Class and Description |
---|
UnsignedInteger
A wrapper class for unsigned
int values, supporting arithmetic operations. |
UnsignedLong
A wrapper class for unsigned
long values, supporting arithmetic operations. |