Java com.google.common.primitives SignedBytes fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.primitives SignedBytes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.primitives SignedBytes.

The text is from its open source code.

Method

bytecheckedCast(long value)
Returns the byte value that is equal to value , if possible.
ComparatorlexicographicalComparator()
Returns a comparator that compares two byte arrays lexicographically.
bytesaturatedCast(long value)
Returns the byte nearest in value to value .