crossjoinfundef.basemutablelist.html
来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 529 行 · 第 1/3 页
HTML
529 行
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../mondrian/olap/fun/CrossJoinFunDef.BaseMutableList.html#get(int)">get</A></B>(int index)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html" title="class or interface in java.util">Iterator</A><<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]></CODE></FONT></TD><TD><CODE><B><A HREF="../../../mondrian/olap/fun/CrossJoinFunDef.BaseMutableList.html#iterator()">iterator</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/util/ListIterator.html" title="class or interface in java.util">ListIterator</A><<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]></CODE></FONT></TD><TD><CODE><B><A HREF="../../../mondrian/olap/fun/CrossJoinFunDef.BaseMutableList.html#listIterator()">listIterator</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/util/ListIterator.html" title="class or interface in java.util">ListIterator</A><<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]></CODE></FONT></TD><TD><CODE><B><A HREF="../../../mondrian/olap/fun/CrossJoinFunDef.BaseMutableList.html#listIterator(int)">listIterator</A></B>(int index)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../mondrian/olap/fun/CrossJoinFunDef.BaseMutableList.html#remove(int)">remove</A></B>(int index)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../../mondrian/olap/fun/CrossJoinFunDef.BaseMutableList.html#set(int, mondrian.olap.Member[])">set</A></B>(int index, <A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[] element)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../mondrian/olap/fun/CrossJoinFunDef.BaseMutableList.html#size()">size</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]></CODE></FONT></TD><TD><CODE><B><A HREF="../../../mondrian/olap/fun/CrossJoinFunDef.BaseMutableList.html#subList(int, int)">subList</A></B>(int fromIndex, int toIndex)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><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></FONT></TD><TD><CODE><B><A HREF="../../../mondrian/olap/fun/CrossJoinFunDef.BaseMutableList.html#toArray()">toArray</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]></CODE></FONT></TD><TD><CODE><B><A HREF="../../../mondrian/olap/fun/CrossJoinFunDef.BaseMutableList.html#toArrayList()">toArrayList</A></B>()</CODE><BR> </TD></TR></TABLE> <A NAME="methods_inherited_from_class_mondrian.util.UnsupportedList"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class mondrian.util.<A HREF="../../../mondrian/util/UnsupportedList.html" title="class in mondrian.util">UnsupportedList</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../mondrian/util/UnsupportedList.html#add(int, T)">add</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#add(T)">add</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#addAll(java.util.Collection)">addAll</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#addAll(int, java.util.Collection)">addAll</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#clear()">clear</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#contains(java.lang.Object)">contains</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#containsAll(java.util.Collection)">containsAll</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#hashCode()">hashCode</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#indexOf(java.lang.Object)">indexOf</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#isEmpty()">isEmpty</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#lastIndexOf(java.lang.Object)">lastIndexOf</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#remove(java.lang.Object)">remove</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#removeAll(java.util.Collection)">removeAll</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#retainAll(java.util.Collection)">retainAll</A>, <A HREF="../../../mondrian/util/UnsupportedList.html#toArray(T[])">toArray</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ 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="members"><!-- --></A><H3>members</H3><PRE>protected final <A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[] <B>members</B></PRE><DL><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_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>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="CrossJoinFunDef.BaseMutableList(mondrian.olap.Member[])"><!-- --></A><H3>CrossJoinFunDef.BaseMutableList</H3><PRE>protected <B>CrossJoinFunDef.BaseMutableList</B>(<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[] members)</PRE><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="size()"><!-- --></A><H3>size</H3><PRE>public abstract int <B>size</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html#size()" title="class or interface in java.util">size</A></CODE> in interface <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html" title="class or interface in java.util">Collection</A><<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html#size()" title="class or interface in java.util">size</A></CODE> in interface <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../mondrian/util/UnsupportedList.html#size()">size</A></CODE> in class <CODE><A HREF="../../../mondrian/util/UnsupportedList.html" title="class in mondrian.util">UnsupportedList</A><<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="get(int)"><!-- --></A><H3>get</H3><PRE>public abstract <A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[] <B>get</B>(int index)</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html#get(int)" title="class or interface in java.util">get</A></CODE> in interface <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../mondrian/util/UnsupportedList.html#get(int)">get</A></CODE> in class <CODE><A HREF="../../../mondrian/util/UnsupportedList.html" title="class in mondrian.util">UnsupportedList</A><<A HREF="../../../mondrian/olap/Member.html" title="interface in mondrian.olap">Member</A>[]></CODE></DL></DD><DD><DL></DL></DD></DL>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?