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