public static interface ValueVector.Mutator
Modifier and Type | Method and Description |
---|---|
void |
exchange(ValueVector.Mutator other)
Exchanges state with the mutator of another mutator.
|
void |
generateTestData(int values)
Deprecated.
this has nothing to do with value vector abstraction and should be removed.
|
void |
reset()
Resets the mutator to pristine state.
|
void |
setValueCount(int valueCount)
Sets the number of values that is stored in this vector to the given value count.
|
void setValueCount(int valueCount)
valueCount
- value count to set.void reset()
@Deprecated void generateTestData(int values)
void exchange(ValueVector.Mutator other)
Copyright © 1970 The Apache Software Foundation. All rights reserved.