package-summary.html
来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 450 行 · 第 1/2 页
HTML
450 行
<TD>A FormatLocale contains all information necessary to format objects based upon the locale of the end-user.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/Format.JavaFormat.html" title="class in mondrian.util">Format.JavaFormat</A></B></TD><TD>JavaFormat is an implementation of <A HREF="../../mondrian/util/Format.BasicFormat.html" title="class in mondrian.util"><CODE>Format.BasicFormat</CODE></A> which prints values using Java's default formatting for their type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/Format.LiteralFormat.html" title="class in mondrian.util">Format.LiteralFormat</A></B></TD><TD>LiteralFormat is an implementation of <A HREF="../../mondrian/util/Format.BasicFormat.html" title="class in mondrian.util"><CODE>Format.BasicFormat</CODE></A> which prints a constant value, regardless of the value to be formatted.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/Format.MacroToken.html" title="class in mondrian.util">Format.MacroToken</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/Format.NumericFormat.html" title="class in mondrian.util">Format.NumericFormat</A></B></TD><TD>NumericFormat is an implementation of <A HREF="../../mondrian/util/Format.BasicFormat.html" title="class in mondrian.util"><CODE>Format.BasicFormat</CODE></A> which prints numbers with a given number of decimal places, leading zeroes, in exponential notation, etc.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/Format.Token.html" title="class in mondrian.util">Format.Token</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/FormatTest.html" title="class in mondrian.util">FormatTest</A></B></TD><TD>Unit test for <A HREF="../../mondrian/util/Format.html" title="class in mondrian.util"><CODE>Format</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/MemoryMonitorFactory.html" title="class in mondrian.util">MemoryMonitorFactory</A></B></TD><TD>The <code>MemoryMonitorFactory</code> is used to get the application's <code>MemoryMonitor</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/MemoryMonitorTest.html" title="class in mondrian.util">MemoryMonitorTest</A></B></TD><TD>Test case for <A HREF="../../mondrian/util/ObjectPool.html" title="class in mondrian.util"><CODE>ObjectPool</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/MemoryMonitorTest.TestMM.html" title="class in mondrian.util">MemoryMonitorTest.TestMM</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/MemoryMonitorTest.TestMM2.html" title="class in mondrian.util">MemoryMonitorTest.TestMM2</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/MonthlyByDayDateSchedule.html" title="class in mondrian.util">MonthlyByDayDateSchedule</A></B></TD><TD>A <code>MonthlyByDayDateSchedule</code> fires on a particular set of days every month.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/MonthlyByWeekDateSchedule.html" title="class in mondrian.util">MonthlyByWeekDateSchedule</A></B></TD><TD>A <code>MonthlyByWeekDateSchedule</code> fires on particular days of particular weeks of a month.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/NotificationMemoryMonitor.html" title="class in mondrian.util">NotificationMemoryMonitor</A></B></TD><TD>The <code>NotificationMemoryMonitor</code> class uses the Java5 memory management system to detect system low memory events.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/ObjectFactory.html" title="class in mondrian.util">ObjectFactory<V></A></B></TD><TD>Concrete derived classes of the generic <code>ObjectFactory</code> class are used to produce an implementation of an interface (a normal interface implementation or a Proxy).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/ObjectFactory.Singleton.html" title="class in mondrian.util">ObjectFactory.Singleton<T></A></B></TD><TD>Implementation of ObjectFactory that returns only a single instance of the Object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/ObjectPool.html" title="class in mondrian.util">ObjectPool<T></A></B></TD><TD>An <code>ObjectPool</code> is a low-memory replacement for a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/HashSet.html" title="class or interface in java.util"><CODE>HashSet</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/ObjectPoolTest.html" title="class in mondrian.util">ObjectPoolTest</A></B></TD><TD>Test case for <A HREF="../../mondrian/util/ObjectPool.html" title="class in mondrian.util"><CODE>ObjectPool</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/ObjectPoolTest.KeyValue.html" title="class in mondrian.util">ObjectPoolTest.KeyValue</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/OnceTimeSchedule.html" title="class in mondrian.util">OnceTimeSchedule</A></B></TD><TD>A <code>OnceTimeSchedule</code> fires at one and only one time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/Pair.html" title="class in mondrian.util">Pair<L,R></A></B></TD><TD>Pair of values.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/PrimeFinder.html" title="class in mondrian.util">PrimeFinder</A></B></TD><TD>Not of interest for users; only for implementors of hashtables.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/PrimeFinderTest.html" title="class in mondrian.util">PrimeFinderTest</A></B></TD><TD>Testcase for <A HREF="../../mondrian/util/PrimeFinder.html" title="class in mondrian.util"><CODE>PrimeFinder</CODE></A>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/Schedule.html" title="class in mondrian.util">Schedule</A></B></TD><TD>A <code>Schedule</code> generates a series of time events.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/ScheduleTest.html" title="class in mondrian.util">ScheduleTest</A></B></TD><TD> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/ScheduleUtil.html" title="class in mondrian.util">ScheduleUtil</A></B></TD><TD>Utility functions for <A HREF="../../mondrian/util/Schedule.html" title="class in mondrian.util"><CODE>Schedule</CODE></A> and supporting classes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/UnionIterator.html" title="class in mondrian.util">UnionIterator<T></A></B></TD><TD>Iterator over union of several <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html" title="class or interface in java.lang"><CODE>Iterable</CODE></A> collections.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/UnsupportedList.html" title="class in mondrian.util">UnsupportedList<T></A></B></TD><TD>Implementation of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util"><CODE>List</CODE></A> where all methods throw an UnsupportedOperationException exception except for the <code>isEmpty</code> method.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/UtilCompatibleJdk14.html" title="class in mondrian.util">UtilCompatibleJdk14</A></B></TD><TD>Implementation of <A HREF="../../mondrian/util/UtilCompatible.html" title="interface in mondrian.util"><CODE>UtilCompatible</CODE></A> which runs in JDK 1.4.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/UtilCompatibleJdk15.html" title="class in mondrian.util">UtilCompatibleJdk15</A></B></TD><TD>Implementation of <A HREF="../../mondrian/util/UtilCompatible.html" title="interface in mondrian.util"><CODE>UtilCompatible</CODE></A> which runs in JDK 1.5.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/WeeklyDateSchedule.html" title="class in mondrian.util">WeeklyDateSchedule</A></B></TD><TD>A <code>WeeklyDateSchedule</code> fires every week.</TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Exception Summary</B></FONT></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../mondrian/util/CreationException.html" title="class in mondrian.util">CreationException</A></B></TD><TD> </TD></TR></TABLE> <P><A NAME="package_description"><!-- --></A><H2>Package mondrian.util Description</H2><P>Mondrian utilities.<P><P><DL></DL><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> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </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"> <A HREF="../../mondrian/udf/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../mondrian/web/servlet/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?mondrian/util/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <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></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?