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. |
Class and Description |
---|
ImmutableDoubleArray
An immutable array of
double values, with an API resembling List . |
ImmutableDoubleArray.Builder
A builder for
ImmutableDoubleArray instances; obtained using ImmutableDoubleArray.builder(int) . |
ImmutableIntArray
An immutable array of
int values, with an API resembling List . |
ImmutableIntArray.Builder
A builder for
ImmutableIntArray instances; obtained using ImmutableIntArray.builder(int) . |
ImmutableLongArray
An immutable array of
long values, with an API resembling List . |
ImmutableLongArray.Builder
A builder for
ImmutableLongArray instances; obtained using ImmutableLongArray.builder(int) . |
UnsignedInteger
A wrapper class for unsigned
int values, supporting arithmetic operations. |
UnsignedLong
A wrapper class for unsigned
long values, supporting arithmetic operations. |
Copyright © 2010–2019. All rights reserved.