public final class TableUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAXIMUM_CAPACITY |
| Constructor and Description |
|---|
TableUtils() |
| Modifier and Type | Method and Description |
|---|---|
static long |
offset(long arrayBase,
int arrayShift,
int index)
获取offset
|
static int |
tableSizeFor(int cap)
成倍扩容
|
public static final int MAXIMUM_CAPACITY
Copyright © 2019. All rights reserved.