public abstract class RepeatedValueHolder extends Object implements ValueHolder
| Modifier and Type | Field and Description |
|---|---|
int |
end
The last index (exclusive) into the Vector.
|
FieldReader |
reader |
int |
start
The first index (inclusive) into the Vector.
|
| Constructor and Description |
|---|
RepeatedValueHolder() |
public int start
public int end
public FieldReader reader
Copyright © 2021 The Apache Software Foundation. All rights reserved.