Package com.mapr.org.apache.hadoop.hbase.util
package com.mapr.org.apache.hadoop.hbase.util
-
ClassDescriptionAn abstract implementation of the ByteRange APIExtends the basic
SimpleByteRangeimplementation with position support.Lightweight, reusable class for specifying ranges of byte[]'s.Utility class that handles byte arrays, conversions to/from other types, comparisons, hash code generation, manufacturing keys for HashMaps or HashSets, etc.Byte array comparator class.ABytes.ByteArrayComparatorthat treats the empty array as the largest value.Utility methods for dealing with Collections, including treating null collections as empty.Utility methods for Iterable including null-safe handlers.Used to describe or modify the lexicographical sort order of abyte[].Utility class that handles ordered byte arrays.ExtendsByteRangewith additional methods to support tracking a consumers position within the viewport.Exception thrown when a read only byte range is modifiedA read only version of theByteRange.Extends the basicSimpleMutableByteRangeimplementation with position support and it is a readonly version.Extends the basicAbstractPositionedByteRangeimplementation with position support and it is a mutable version.