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 |
---|
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-2018. All Rights Reserved.