public class ValuePointer extends Object
Modifier and Type | Field and Description |
---|---|
int |
delegateIndex |
protected String |
field |
protected int |
index |
Constructor and Description |
---|
ValuePointer(int delegateIndex,
int index,
String field) |
Modifier and Type | Method and Description |
---|---|
static Map<String,ValuePointer> |
buildFieldIndex(ValuePointer[] pointers) |
static ValuePointer[] |
buildIndex(Fields fieldsOrder,
Map<String,ValuePointer> pointers) |
String |
toString() |
public int delegateIndex
protected int index
protected String field
public ValuePointer(int delegateIndex, int index, String field)
public static Map<String,ValuePointer> buildFieldIndex(ValuePointer[] pointers)
public static ValuePointer[] buildIndex(Fields fieldsOrder, Map<String,ValuePointer> pointers)
Copyright © 2022 The Apache Software Foundation. All rights reserved.