| Package | Description |
|---|---|
| com.facebook.presto.common.array |
| Modifier and Type | Method and Description |
|---|---|
static Arrays.ExpansionFactor |
Arrays.ExpansionFactor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Arrays.ExpansionFactor[] |
Arrays.ExpansionFactor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Arrays.ensureCapacity(byte[] buffer,
int capacity,
Arrays.ExpansionFactor expansionFactor,
Arrays.ExpansionOption expansionOption) |
static byte[] |
Arrays.ensureCapacity(byte[] buffer,
int capacity,
int estimatedMaxCapacity,
Arrays.ExpansionFactor expansionFactor,
Arrays.ExpansionOption expansionOption,
ArrayAllocator allocator) |
static int[] |
Arrays.ensureCapacity(int[] buffer,
int capacity,
Arrays.ExpansionFactor expansionFactor,
Arrays.ExpansionOption expansionOption) |
static int[] |
Arrays.ensureCapacity(int[] buffer,
int capacity,
Arrays.ExpansionFactor expansionFactor,
Arrays.ExpansionOption expansionOption,
ArrayAllocator allocator) |
static long[] |
Arrays.ensureCapacity(long[] buffer,
int capacity,
Arrays.ExpansionFactor expansionFactor,
Arrays.ExpansionOption expansionOption) |
Copyright © 2012–2022. All rights reserved.