| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPow2(int size)
Returns a boolean indicating whether the given count is a power of 2.
|
static long |
toPow2(int size)
Rounds the count to the nearest power of two.
|
Copyright © 2013–2019. All rights reserved.