public abstract class AbstractRepeatedMapVector.Mutator extends Object implements RepeatedValueVector.RepeatedMutator
Constructor and Description |
---|
Mutator() |
Modifier and Type | Method and Description |
---|---|
int |
add(int index) |
void |
exchange(ValueVector.Mutator other)
Exchanges state with the mutator of another mutator.
|
void |
generateTestData(int values) |
void |
reset()
Resets the mutator to pristine state.
|
void |
setValueCount(int topLevelValueCount)
Sets the number of values that is stored in this vector to the given value count.
|
void |
startNewValue(int index)
Starts a new value that is a container of cells.
|
public void startNewValue(int index)
RepeatedValueVector.RepeatedMutator
startNewValue
in interface RepeatedValueVector.RepeatedMutator
index
- index of new value to startpublic void setValueCount(int topLevelValueCount)
ValueVector.Mutator
setValueCount
in interface ValueVector.Mutator
topLevelValueCount
- value count to set.public void reset()
ValueVector.Mutator
reset
in interface ValueVector.Mutator
public void generateTestData(int values)
generateTestData
in interface ValueVector.Mutator
public int add(int index)
public void exchange(ValueVector.Mutator other)
ValueVector.Mutator
exchange
in interface ValueVector.Mutator
Copyright © 1970 The Apache Software Foundation. All rights reserved.