cellkey.zero.html

来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 462 行 · 第 1/2 页

HTML
462
字号
<!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="INSTANCE"><!-- --></A><H3>INSTANCE</H3><PRE>public static final <A HREF="../../mondrian/rolap/CellKey.Zero.html" title="class in mondrian.rolap">CellKey.Zero</A> <B>INSTANCE</B></PRE><DL><DL></DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="copy()"><!-- --></A><H3>copy</H3><PRE>public <A HREF="../../mondrian/rolap/CellKey.Zero.html" title="class in mondrian.rolap">CellKey.Zero</A> <B>copy</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/CellKey.html#copy()">CellKey</A></CODE></B></DD><DD>Returns a mutable copy of this CellKey.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../mondrian/rolap/CellKey.html#copy()">copy</A></CODE> in interface <CODE><A HREF="../../mondrian/rolap/CellKey.html" title="interface in mondrian.rolap">CellKey</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>Mutable copy</DL></DD></DL><HR><A NAME="equals(java.lang.Object)"><!-- --></A><H3>equals</H3><PRE>public boolean <B>equals</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;o)</PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="hashCode()"><!-- --></A><H3>hashCode</H3><PRE>public int <B>hashCode</B>()</PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="size()"><!-- --></A><H3>size</H3><PRE>public int <B>size</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/CellKey.html#size()">CellKey</A></CODE></B></DD><DD>Returns the number of axes.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../mondrian/rolap/CellKey.html#size()">size</A></CODE> in interface <CODE><A HREF="../../mondrian/rolap/CellKey.html" title="interface in mondrian.rolap">CellKey</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>number of axes</DL></DD></DL><HR><A NAME="getOrdinals()"><!-- --></A><H3>getOrdinals</H3><PRE>public int[] <B>getOrdinals</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/CellKey.html#getOrdinals()">CellKey</A></CODE></B></DD><DD>Returns the axis keys as an array. <p>Note: caller should treat the array as immutable. If the contents of the array are modified, behavior is unspecified.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../mondrian/rolap/CellKey.html#getOrdinals()">getOrdinals</A></CODE> in interface <CODE><A HREF="../../mondrian/rolap/CellKey.html" title="interface in mondrian.rolap">CellKey</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>Array of axis keys</DL></DD></DL><HR><A NAME="setOrdinals(int[])"><!-- --></A><H3>setOrdinals</H3><PRE>public void <B>setOrdinals</B>(int[]&nbsp;pos)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/CellKey.html#setOrdinals(int[])">CellKey</A></CODE></B></DD><DD>This method make a copy of the int array parameter. Throws a RuntimeException if the int array size is not the size of the CellKey.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../mondrian/rolap/CellKey.html#setOrdinals(int[])">setOrdinals</A></CODE> in interface <CODE><A HREF="../../mondrian/rolap/CellKey.html" title="interface in mondrian.rolap">CellKey</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>pos</CODE> - Array of axis keys</DL></DD></DL><HR><A NAME="getAxis(int)"><!-- --></A><H3>getAxis</H3><PRE>public int <B>getAxis</B>(int&nbsp;axis)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/CellKey.html#getAxis(int)">CellKey</A></CODE></B></DD><DD>Returns the <code>axis</code>th axis value.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../mondrian/rolap/CellKey.html#getAxis(int)">getAxis</A></CODE> in interface <CODE><A HREF="../../mondrian/rolap/CellKey.html" title="interface in mondrian.rolap">CellKey</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>axis</CODE> - Axis ordinal<DT><B>Returns:</B><DD>Value of the <code>axis</code>th axis</DL></DD></DL><HR><A NAME="setAxis(int, int)"><!-- --></A><H3>setAxis</H3><PRE>public void <B>setAxis</B>(int&nbsp;axis,                    int&nbsp;value)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/CellKey.html#setAxis(int, int)">CellKey</A></CODE></B></DD><DD>Sets a given axis.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../mondrian/rolap/CellKey.html#setAxis(int, int)">setAxis</A></CODE> in interface <CODE><A HREF="../../mondrian/rolap/CellKey.html" title="interface in mondrian.rolap">CellKey</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>axis</CODE> - Axis ordinal<DD><CODE>value</CODE> - Value</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><a href="http://sourceforge.net/projects/mondrian"><img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net_Logo"></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../mondrian/rolap/CellKey.Two.html" title="class in mondrian.rolap"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../mondrian/rolap/CellKeyTest.html" title="class in mondrian.rolap"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../index.html?mondrian/rolap/CellKey.Zero.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="CellKey.Zero.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?