public static class DefaultVectorComparators.UInt1Comparator extends VectorValueComparator<UInt1Vector>
valueWidth, vector1, vector2| Constructor and Description |
|---|
UInt1Comparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareNotNull(int index1,
int index2)
Compare two values, given their indices.
|
VectorValueComparator<UInt1Vector> |
createNew()
Creates a comparator of the same type.
|
attachVector, attachVectors, compare, getValueWidthpublic int compareNotNull(int index1,
int index2)
VectorValueComparatorcompareNotNull in class VectorValueComparator<UInt1Vector>index1 - index of the first value to compare.index2 - index of the second value to compare.public VectorValueComparator<UInt1Vector> createNew()
VectorValueComparatorcreateNew in class VectorValueComparator<UInt1Vector>Copyright © 2021 The Apache Software Foundation. All rights reserved.