|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.rolap.CellKey.Generator
public static class CellKey.Generator
| Constructor Summary | |
|---|---|
CellKey.Generator()
|
|
| Method Summary | |
|---|---|
static CellKey |
newCellKey(int size)
Creates a CellKey with a given number of axes. |
static CellKey |
newCellKey(int[] pos)
Creates a CellKey populated with the given coordinates. |
(package private) static CellKey |
newManyCellKey(int size)
Creates a CellKey implemented by an array to hold the coordinates, regardless of the size. |
static CellKey |
newRefCellKey(int[] pos)
Creates a CellKey based on a reference to the given coordinate array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CellKey.Generator()
| Method Detail |
|---|
public static CellKey newCellKey(int size)
size - Number of axes
public static CellKey newCellKey(int[] pos)
pos - Coordinate array
public static CellKey newRefCellKey(int[] pos)
pos - Coordinate array
static CellKey newManyCellKey(int size)
size - Number of coordinates
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||