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