public static interface GenericVariantUtil.ArrayHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(int size,
int offsetSize,
int offsetStart,
int dataStart) |
T apply(int size, int offsetSize, int offsetStart, int dataStart)
size - Number of array elements.offsetSize - The integer size of the offset list.offsetStart - The starting index of the offset list in the variant value array.dataStart - The starting index of element data in the variant value array.Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.