bitkey.big.html

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

HTML
676
字号
<A NAME="isSuperSetOf(mondrian.rolap.BitKey)"><!-- --></A><H3>isSuperSetOf</H3><PRE>public boolean <B>isSuperSetOf</B>(<A HREF="../../mondrian/rolap/BitKey.html" title="interface in mondrian.rolap">BitKey</A>&nbsp;bitKey)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/BitKey.html#isSuperSetOf(mondrian.rolap.BitKey)">BitKey</A></CODE></B></DD><DD>Is every bit set in the parameter <code>bitKey</code> also set in <code>this</code>. If one switches <code>this</code> with the parameter <code>bitKey</code> one gets the equivalent of isSubSetOf.<P><DD><DL></DL></DD></DL><HR><A NAME="intersects(mondrian.rolap.BitKey)"><!-- --></A><H3>intersects</H3><PRE>public boolean <B>intersects</B>(<A HREF="../../mondrian/rolap/BitKey.html" title="interface in mondrian.rolap">BitKey</A>&nbsp;bitKey)</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/BitKey.html#intersects(mondrian.rolap.BitKey)">BitKey</A></CODE></B></DD><DD>Returns whether this BitKey has any bits in common with a given BitKey.<P><DD><DL></DL></DD></DL><HR><A NAME="toBitSet()"><!-- --></A><H3>toBitSet</H3><PRE>public <A HREF="http://java.sun.com/javase/6/docs/api/java/util/BitSet.html" title="class or interface in java.util">BitSet</A> <B>toBitSet</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/BitKey.html#toBitSet()">BitKey</A></CODE></B></DD><DD>Returns a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/BitSet.html" title="class or interface in java.util"><CODE>BitSet</CODE></A> with the same contents as this BitKey.<P><DD><DL></DL></DD></DL><HR><A NAME="iterator()"><!-- --></A><H3>iterator</H3><PRE>public <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A>&lt;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Integer.html" title="class or interface in java.lang">Integer</A>&gt; <B>iterator</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/BitKey.html#iterator()">BitKey</A></CODE></B></DD><DD>An Iterator over the bit positions. For example, if the BitKey had positions 3 and 4 set, then the Iterator would return the values 3 and then 4. The bit positions returned by the iterator are in the order, from smallest to largest, as they are set in the BitKey.<P><DD><DL></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="toString()"><!-- --></A><H3>toString</H3><PRE>public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>toString</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#toString()" title="class or interface in java.lang">toString</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="copy()"><!-- --></A><H3>copy</H3><PRE>public <A HREF="../../mondrian/rolap/BitKey.html" title="interface in mondrian.rolap">BitKey</A> <B>copy</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/BitKey.html#copy()">BitKey</A></CODE></B></DD><DD>Returns a copy of this BitKey.<P><DD><DL><DT><B>Returns:</B><DD>copy of BitKey</DL></DD></DL><HR><A NAME="emptyCopy()"><!-- --></A><H3>emptyCopy</H3><PRE>public <A HREF="../../mondrian/rolap/BitKey.html" title="interface in mondrian.rolap">BitKey</A> <B>emptyCopy</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/BitKey.html#emptyCopy()">BitKey</A></CODE></B></DD><DD>Returns an empty BitKey of the same type. This is the same as calling <A HREF="../../mondrian/rolap/BitKey.html#copy()"><CODE>BitKey.copy()</CODE></A> followed by <A HREF="../../mondrian/rolap/BitKey.html#clear()"><CODE>BitKey.clear()</CODE></A>.<P><DD><DL><DT><B>Returns:</B><DD>BitKey of same type</DL></DD></DL><HR><A NAME="isEmpty()"><!-- --></A><H3>isEmpty</H3><PRE>public boolean <B>isEmpty</B>()</PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../mondrian/rolap/BitKey.html#isEmpty()">BitKey</A></CODE></B></DD><DD>Returns true if this <code>BitKey</code> contains no bits that are set to <code>true</code>.<P><DD><DL></DL></DD></DL><HR><A NAME="compareTo(mondrian.rolap.BitKey)"><!-- --></A><H3>compareTo</H3><PRE>public int <B>compareTo</B>(<A HREF="../../mondrian/rolap/BitKey.html" title="interface in mondrian.rolap">BitKey</A>&nbsp;bitKey)</PRE><DL><DD><DL></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/BitKey.AbstractBitKey.html" title="class in mondrian.rolap"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../mondrian/rolap/BitKey.Factory.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/BitKey.Big.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="BitKey.Big.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="#fields_inherited_from_class_mondrian.rolap.BitKey.AbstractBitKey">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;FIELD&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 + -
显示快捷键?