Class ComparatorObjectArray

java.lang.Object
com.espertech.esper.common.internal.util.ComparatorObjectArray
All Implemented Interfaces:
Comparator<Object[]>

public final class ComparatorObjectArray extends Object implements Comparator<Object[]>
A comparator on multikeys. The multikeys must contain the same number of values.
  • Constructor Details

    • ComparatorObjectArray

      public ComparatorObjectArray(boolean[] isDescendingValues)
      Ctor.
      Parameters:
      isDescendingValues - - each value is true if the corresponding (same index) entry in the multi-keys is to be sorted in descending order. The multikeys to be compared must have the same number of values as this array.
  • Method Details