|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.olap.fun.PartialSortTest.Item
static class PartialSortTest.Item
| Field Summary | |
|---|---|
(package private) static Comparator<PartialSortTest.Item> |
byIndex
|
(package private) static Comparator<PartialSortTest.Item> |
byKey
|
(package private) int |
index
|
(package private) int |
key
|
| Constructor Summary | |
|---|---|
PartialSortTest.Item(int index,
int key)
|
|
| Method Summary | |
|---|---|
(package private) static boolean |
isStablySorted(PartialSortTest.Item[] vec,
int limit,
boolean desc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final int index
final int key
static final Comparator<PartialSortTest.Item> byIndex
static final Comparator<PartialSortTest.Item> byKey
| Constructor Detail |
|---|
PartialSortTest.Item(int index,
int key)
| Method Detail |
|---|
static boolean isStablySorted(PartialSortTest.Item[] vec,
int limit,
boolean desc)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||