mondrian.olap.fun
Class PartialSortTest.Item
java.lang.Object
mondrian.olap.fun.PartialSortTest.Item
- Enclosing class:
- PartialSortTest
static class PartialSortTest.Item
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
final int index
key
final int key
byIndex
static final Comparator<PartialSortTest.Item> byIndex
byKey
static final Comparator<PartialSortTest.Item> byKey
PartialSortTest.Item
PartialSortTest.Item(int index,
int key)
isStablySorted
static boolean isStablySorted(PartialSortTest.Item[] vec,
int limit,
boolean desc)