
| Class | Description |
|---|---|
| OByteArrayComparator |
Comparator for byte arrays comparison.
|
| OCaseInsentiveComparator |
Compares strings without taking into account their case.
|
| OComparatorFactory |
Creates comparators for classes that does not implement
Comparable but logically can be compared. |
| ODefaultComparator |
Comparator that calls
Comparable.compareTo(Object) methods for getting results for all Comparable types. |
| OUnsafeByteArrayComparator |
Comparator for fast byte arrays comparison using
Unsafe class. |
Copyright © 2009–2025 OrientDB. All rights reserved.