V - the vector type.public interface VectorValueEqualizer<V extends ValueVector> extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
VectorValueEqualizer<V> |
clone()
Creates a equalizer of the same type.
|
boolean |
valuesEqual(V vector1,
int index1,
V vector2,
int index2)
Checks if the vectors are equal at the given positions, given that the values
at both positions are non-null.
|
boolean valuesEqual(V vector1, int index1, V vector2, int index2)
vector1 - the first vector.index1 - index in the first vector.vector2 - the second vector.index2 - index in the second vector.VectorValueEqualizer<V> clone()
Copyright © 2024 The Apache Software Foundation. All rights reserved.