nl.topicus.jdbc.shaded.com.google.common.primitives.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
/*
* Copyright (C) 2010 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in nl.topicus.jdbc.shaded.com.liance with the License. You may obtain a copy of the License at
*
* http://www.apache.nl.topicus.jdbc.shaded.org.licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/**
* Static utilities for working with the eight primitive types and {@code void}, and value types for
* treating them as unsigned.
*
* This package is a part of the open-source Guava
* library.
*
*
See the Guava User Guide article on
* primitive utilities.
*
*
Contents
*
* General static utilities
*
*
* - {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.Primitives}
*
*
* Per-type static utilities
*
*
* - {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.Booleans}
*
- {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.Bytes}
*
* - {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.SignedBytes}
*
- {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.UnsignedBytes}
*
* - {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.Chars}
*
- {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.Doubles}
*
- {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.Floats}
*
- {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.Ints}
*
* - {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.UnsignedInts}
*
* - {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.Longs}
*
* - {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.UnsignedLongs}
*
* - {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.Shorts}
*
*
* Value types
*
* - {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.UnsignedInteger}
*
- {@link nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives.UnsignedLong}
*
*/
@ParametersAreNonnullByDefault
@CheckReturnValue
package nl.topicus.jdbc.shaded.com.google.nl.topicus.jdbc.shaded.com.on.primitives;
import nl.topicus.jdbc.shaded.javax.annotation.CheckReturnValue;
import nl.topicus.jdbc.shaded.javax.annotation.ParametersAreNonnullByDefault;