Package com.illumon.iris.db.v2.sortcheck
Class ShortReverseSortCheck
java.lang.Object
com.illumon.iris.db.v2.sortcheck.ShortReverseSortCheck
- All Implemented Interfaces:
SortCheck
public class ShortReverseSortCheck extends Object implements SortCheck
-
Constructor Summary
Constructors Constructor Description ShortReverseSortCheck()
-
Method Summary
Modifier and Type Method Description int
sortCheck(Chunk<? extends Attributes.Values> valuesToCheck)
Verify that the provided values are in order.
-
Constructor Details
-
ShortReverseSortCheck
public ShortReverseSortCheck()
-
-
Method Details