@InterfaceAudience.Private public final class CompressionUtil extends Object
Modifier and Type | Method and Description |
---|---|
static int |
roundInt2(int v)
Round up to the next power of two, unless the value would become negative (ints
are signed), in which case just return Integer.MAX_VALUE.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.