PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/contribs/saxon6_5_2/doc/api/com/icl/saxon/sort/HashMap.html

https://bitbucket.org/haris_peco/debrief
HTML | 227 lines | 185 code | 27 blank | 15 comment | 0 complexity | c66a379f756a8c101bb1770aa0620a03 MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc on Fri Apr 12 16:55:02 GMT+01:00 2002 -->
  6. <TITLE>
  7. : Class HashMap
  8. </TITLE>
  9. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  10. </HEAD>
  11. <BODY BGCOLOR="white">
  12. <!-- ========== START OF NAVBAR ========== -->
  13. <A NAME="navbar_top"><!-- --></A>
  14. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
  15. <TR>
  16. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  17. <A NAME="navbar_top_firstrow"><!-- --></A>
  18. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  19. <TR ALIGN="center" VALIGN="top">
  20. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  21. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  22. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  23. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  24. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  25. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  26. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  27. </TR>
  28. </TABLE>
  29. </TD>
  30. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  31. </EM>
  32. </TD>
  33. </TR>
  34. <TR>
  35. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  36. &nbsp;<A HREF="../../../../com/icl/saxon/sort/DoubleComparer.html"><B>PREV CLASS</B></A>&nbsp;
  37. &nbsp;<A HREF="../../../../com/icl/saxon/sort/LocalOrderComparer.html"><B>NEXT CLASS</B></A></FONT></TD>
  38. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  39. <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
  40. &nbsp;<A HREF="HashMap.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
  41. </TR>
  42. <TR>
  43. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  44. SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  45. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  46. DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  47. </TR>
  48. </TABLE>
  49. <!-- =========== END OF NAVBAR =========== -->
  50. <HR>
  51. <!-- ======== START OF CLASS DATA ======== -->
  52. <H2>
  53. <FONT SIZE="-1">
  54. com.icl.saxon.sort</FONT>
  55. <BR>
  56. Class HashMap</H2>
  57. <PRE>
  58. java.lang.Object
  59. |
  60. +--<B>com.icl.saxon.sort.HashMap</B>
  61. </PRE>
  62. <HR>
  63. <DL>
  64. <DT>public class <B>HashMap</B><DT>extends java.lang.Object</DL>
  65. <P>
  66. A simple class for testing membership of a fixed set of ASCII strings.
  67. The class must be initialised with enough space for all the strings,
  68. it will go into an infinite loop if it fills. The string matching is case-blind,
  69. using an algorithm that works only for ASCII
  70. <P>
  71. <HR>
  72. <P>
  73. <!-- ======== INNER CLASS SUMMARY ======== -->
  74. <!-- =========== FIELD SUMMARY =========== -->
  75. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  76. <A NAME="constructor_summary"><!-- --></A>
  77. <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  78. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  79. <TD COLSPAN=2><FONT SIZE="+2">
  80. <B>Constructor Summary</B></FONT></TD>
  81. </TR>
  82. <TR BGCOLOR="white" CLASS="TableRowColor">
  83. <TD><CODE><B><A HREF="../../../../com/icl/saxon/sort/HashMap.html#HashMap(int)">HashMap</A></B>(int&nbsp;size)</CODE>
  84. <BR>
  85. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  86. </TR>
  87. </TABLE>
  88. &nbsp;
  89. <!-- ========== METHOD SUMMARY =========== -->
  90. <A NAME="method_summary"><!-- --></A>
  91. <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  92. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  93. <TD COLSPAN=2><FONT SIZE="+2">
  94. <B>Method Summary</B></FONT></TD>
  95. </TR>
  96. <TR BGCOLOR="white" CLASS="TableRowColor">
  97. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  98. <CODE>&nbsp;boolean</CODE></FONT></TD>
  99. <TD><CODE><B><A HREF="../../../../com/icl/saxon/sort/HashMap.html#get(java.lang.String)">get</A></B>(java.lang.String&nbsp;s)</CODE>
  100. <BR>
  101. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  102. </TR>
  103. <TR BGCOLOR="white" CLASS="TableRowColor">
  104. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  105. <CODE>&nbsp;void</CODE></FONT></TD>
  106. <TD><CODE><B><A HREF="../../../../com/icl/saxon/sort/HashMap.html#set(java.lang.String)">set</A></B>(java.lang.String&nbsp;s)</CODE>
  107. <BR>
  108. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  109. </TR>
  110. </TABLE>
  111. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  112. <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  113. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  114. <TD><B>Methods inherited from class java.lang.Object</B></TD>
  115. </TR>
  116. <TR BGCOLOR="white" CLASS="TableRowColor">
  117. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  118. </TR>
  119. </TABLE>
  120. &nbsp;
  121. <P>
  122. <!-- ============ FIELD DETAIL =========== -->
  123. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  124. <A NAME="constructor_detail"><!-- --></A>
  125. <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  126. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  127. <TD COLSPAN=1><FONT SIZE="+2">
  128. <B>Constructor Detail</B></FONT></TD>
  129. </TR>
  130. </TABLE>
  131. <A NAME="HashMap(int)"><!-- --></A><H3>
  132. HashMap</H3>
  133. <PRE>
  134. public <B>HashMap</B>(int&nbsp;size)</PRE>
  135. <DL>
  136. </DL>
  137. <!-- ============ METHOD DETAIL ========== -->
  138. <A NAME="method_detail"><!-- --></A>
  139. <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
  140. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  141. <TD COLSPAN=1><FONT SIZE="+2">
  142. <B>Method Detail</B></FONT></TD>
  143. </TR>
  144. </TABLE>
  145. <A NAME="set(java.lang.String)"><!-- --></A><H3>
  146. set</H3>
  147. <PRE>
  148. public void <B>set</B>(java.lang.String&nbsp;s)</PRE>
  149. <DL>
  150. </DL>
  151. <HR>
  152. <A NAME="get(java.lang.String)"><!-- --></A><H3>
  153. get</H3>
  154. <PRE>
  155. public boolean <B>get</B>(java.lang.String&nbsp;s)</PRE>
  156. <DL>
  157. </DL>
  158. <!-- ========= END OF CLASS DATA ========= -->
  159. <HR>
  160. <!-- ========== START OF NAVBAR ========== -->
  161. <A NAME="navbar_bottom"><!-- --></A>
  162. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
  163. <TR>
  164. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  165. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  166. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  167. <TR ALIGN="center" VALIGN="top">
  168. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  169. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  170. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  171. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  172. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  173. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  174. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  175. </TR>
  176. </TABLE>
  177. </TD>
  178. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  179. </EM>
  180. </TD>
  181. </TR>
  182. <TR>
  183. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  184. &nbsp;<A HREF="../../../../com/icl/saxon/sort/DoubleComparer.html"><B>PREV CLASS</B></A>&nbsp;
  185. &nbsp;<A HREF="../../../../com/icl/saxon/sort/LocalOrderComparer.html"><B>NEXT CLASS</B></A></FONT></TD>
  186. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  187. <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
  188. &nbsp;<A HREF="HashMap.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
  189. </TR>
  190. <TR>
  191. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  192. SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  193. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  194. DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  195. </TR>
  196. </TABLE>
  197. <!-- =========== END OF NAVBAR =========== -->
  198. <HR>
  199. </BODY>
  200. </HTML>