org.weakref.jmx.internal.guava.primitives.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmxutils Show documentation
Show all versions of jmxutils Show documentation
Exporting JMX mbeans made easy
/*
* Copyright (C) 2010 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.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 libraries.
*
*
See the Guava User Guide article on
* primitive utilities.
*
*
Contents
*
* General static utilities
*
*
* - {@link org.weakref.jmx.internal.guava.primitives.Primitives}
*
*
* Per-type static utilities
*
*
* - {@link org.weakref.jmx.internal.guava.primitives.Booleans}
*
- {@link org.weakref.jmx.internal.guava.primitives.Bytes}
*
* - {@link org.weakref.jmx.internal.guava.primitives.SignedBytes}
*
- {@link org.weakref.jmx.internal.guava.primitives.UnsignedBytes}
*
* - {@link org.weakref.jmx.internal.guava.primitives.Chars}
*
- {@link org.weakref.jmx.internal.guava.primitives.Doubles}
*
- {@link org.weakref.jmx.internal.guava.primitives.Floats}
*
- {@link org.weakref.jmx.internal.guava.primitives.Ints}
*
* - {@link org.weakref.jmx.internal.guava.primitives.UnsignedInts}
*
* - {@link org.weakref.jmx.internal.guava.primitives.Longs}
*
* - {@link org.weakref.jmx.internal.guava.primitives.UnsignedLongs}
*
* - {@link org.weakref.jmx.internal.guava.primitives.Shorts}
*
*
* Value types
*
* - {@link org.weakref.jmx.internal.guava.primitives.UnsignedInteger}
*
- {@link org.weakref.jmx.internal.guava.primitives.UnsignedLong}
*
*/
@ParametersAreNonnullByDefault
package org.weakref.jmx.internal.guava.primitives;
import javax.annotation.ParametersAreNonnullByDefault;