index-16.html 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <title>O-Index (squidlib-util 3.0.0-SNAPSHOT)</title>
  8. <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="O-Index (squidlib-util 3.0.0-SNAPSHOT)";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../overview-summary.html">Overview</a></li>
  35. <li>Package</li>
  36. <li>Class</li>
  37. <li>Use</li>
  38. <li><a href="../overview-tree.html">Tree</a></li>
  39. <li><a href="../deprecated-list.html">Deprecated</a></li>
  40. <li class="navBarCell1Rev">Index</li>
  41. <li><a href="../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li><a href="index-15.html">Prev Letter</a></li>
  47. <li><a href="index-17.html">Next Letter</a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../index.html?index-files/index-16.html" target="_top">Frames</a></li>
  51. <li><a href="index-16.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="contentContainer"><a href="index-1.html">$</a>&nbsp;<a href="index-2.html">A</a>&nbsp;<a href="index-3.html">B</a>&nbsp;<a href="index-4.html">C</a>&nbsp;<a href="index-5.html">D</a>&nbsp;<a href="index-6.html">E</a>&nbsp;<a href="index-7.html">F</a>&nbsp;<a href="index-8.html">G</a>&nbsp;<a href="index-9.html">H</a>&nbsp;<a href="index-10.html">I</a>&nbsp;<a href="index-11.html">J</a>&nbsp;<a href="index-12.html">K</a>&nbsp;<a href="index-13.html">L</a>&nbsp;<a href="index-14.html">M</a>&nbsp;<a href="index-15.html">N</a>&nbsp;<a href="index-16.html">O</a>&nbsp;<a href="index-17.html">P</a>&nbsp;<a href="index-18.html">Q</a>&nbsp;<a href="index-19.html">R</a>&nbsp;<a href="index-20.html">S</a>&nbsp;<a href="index-21.html">T</a>&nbsp;<a href="index-22.html">U</a>&nbsp;<a href="index-23.html">V</a>&nbsp;<a href="index-24.html">W</a>&nbsp;<a href="index-25.html">X</a>&nbsp;<a href="index-26.html">Y</a>&nbsp;<a href="index-27.html">Z</a>&nbsp;<a name="I:O">
  73. <!-- -->
  74. </a>
  75. <h2 class="title">O</h2>
  76. <dl>
  77. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/IntDoubleOrderedMap.html#objectUnwrap-java.util.Iterator-K:A-int-int-">objectUnwrap(Iterator&lt;? extends K&gt;, K[], int, int)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/IntDoubleOrderedMap.html" title="class in squidpony.squidmath">IntDoubleOrderedMap</a></dt>
  78. <dd>
  79. <div class="block">Unwraps an iterator into an array starting at a given offset for a given number of elements.</div>
  80. </dd>
  81. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/IntDoubleOrderedMap.html#objectUnwrap-java.util.Iterator-K:A-">objectUnwrap(Iterator&lt;? extends K&gt;, K[])</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/IntDoubleOrderedMap.html" title="class in squidpony.squidmath">IntDoubleOrderedMap</a></dt>
  82. <dd>
  83. <div class="block">Unwraps an iterator into an array.</div>
  84. </dd>
  85. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CrossHash.Storm.html#omega">omega</a></span> - Static variable in class squidpony.squidmath.<a href="../squidpony/squidmath/CrossHash.Storm.html" title="class in squidpony.squidmath">CrossHash.Storm</a></dt>
  86. <dd>&nbsp;</dd>
  87. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CrossHash.Storm.html#omicron">omicron</a></span> - Static variable in class squidpony.squidmath.<a href="../squidpony/squidmath/CrossHash.Storm.html" title="class in squidpony.squidmath">CrossHash.Storm</a></dt>
  88. <dd>&nbsp;</dd>
  89. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/RectangleRoomFinder.html#onlySquareRooms">onlySquareRooms</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/RectangleRoomFinder.html" title="class in squidpony.squidgrid.mapping">RectangleRoomFinder</a></dt>
  90. <dd>
  91. <div class="block"><code>true</code> to restrict <code>this</code> to find square rooms</div>
  92. </dd>
  93. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/Radius.html#onUnitShape-double-squidpony.squidmath.RNG-">onUnitShape(double, RNG)</a></span> - Method in enum squidpony.squidgrid.<a href="../squidpony/squidgrid/Radius.html" title="enum in squidpony.squidgrid">Radius</a></dt>
  94. <dd>&nbsp;</dd>
  95. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/Radius.html#onUnitShape3D-double-squidpony.squidmath.RNG-">onUnitShape3D(double, RNG)</a></span> - Method in enum squidpony.squidgrid.<a href="../squidpony/squidgrid/Radius.html" title="enum in squidpony.squidgrid">Radius</a></dt>
  96. <dd>&nbsp;</dd>
  97. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/AStarSearch.html#open">open</a></span> - Variable in class squidpony.squidmath.<a href="../squidpony/squidmath/AStarSearch.html" title="class in squidpony.squidmath">AStarSearch</a></dt>
  98. <dd>&nbsp;</dd>
  99. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/Terrain.html#OPEN_DOOR">OPEN_DOOR</a></span> - Static variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/Terrain.html" title="class in squidpony.squidgrid.mapping">Terrain</a></dt>
  100. <dd>&nbsp;</dd>
  101. <dt><a href="../squidpony/tileset/OpenAreas.html" title="class in squidpony.tileset"><span class="typeNameLink">OpenAreas</span></a> - Class in <a href="../squidpony/tileset/package-summary.html">squidpony.tileset</a></dt>
  102. <dd>&nbsp;</dd>
  103. <dt><span class="memberNameLink"><a href="../squidpony/tileset/OpenAreas.html#OpenAreas--">OpenAreas()</a></span> - Constructor for class squidpony.tileset.<a href="../squidpony/tileset/OpenAreas.html" title="class in squidpony.tileset">OpenAreas</a></dt>
  104. <dd>&nbsp;</dd>
  105. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/DungeonUtility.html#openDoors-char:A:A-">openDoors(char[][])</a></span> - Static method in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/DungeonUtility.html" title="class in squidpony.squidgrid.mapping">DungeonUtility</a></dt>
  106. <dd>
  107. <div class="block">When a map is generated by DungeonGenerator with addDoors enabled, different chars are used for vertical and
  108. horizontal doors ('+' for vertical and '/' for horizontal).</div>
  109. </dd>
  110. <dt><span class="memberNameLink"><a href="../squidpony/FakeLanguageGen.html#openingConsonants">openingConsonants</a></span> - Variable in class squidpony.<a href="../squidpony/FakeLanguageGen.html" title="class in squidpony">FakeLanguageGen</a></dt>
  111. <dd>&nbsp;</dd>
  112. <dt><span class="memberNameLink"><a href="../squidpony/FakeLanguageGen.html#openingVowels">openingVowels</a></span> - Variable in class squidpony.<a href="../squidpony/FakeLanguageGen.html" title="class in squidpony">FakeLanguageGen</a></dt>
  113. <dd>&nbsp;</dd>
  114. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/MimicFill.html#openRooms">openRooms</a></span> - Static variable in class squidpony.squidgrid.<a href="../squidpony/squidgrid/MimicFill.html" title="class in squidpony.squidgrid">MimicFill</a></dt>
  115. <dd>&nbsp;</dd>
  116. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/Direction.html#opposite--">opposite()</a></span> - Method in enum squidpony.squidgrid.<a href="../squidpony/squidgrid/Direction.html" title="enum in squidpony.squidgrid">Direction</a></dt>
  117. <dd>
  118. <div class="block">Returns the direction directly opposite of this one.</div>
  119. </dd>
  120. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/GreasedRegion.html#or-squidpony.squidmath.GreasedRegion-">or(GreasedRegion)</a></span> - Method in class squidpony.squidmath.<a href="../squidpony/squidmath/GreasedRegion.html" title="class in squidpony.squidmath">GreasedRegion</a></dt>
  121. <dd>&nbsp;</dd>
  122. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/Arrangement.html#order">order</a></span> - Variable in class squidpony.squidmath.<a href="../squidpony/squidmath/Arrangement.html" title="class in squidpony.squidmath">Arrangement</a></dt>
  123. <dd>&nbsp;</dd>
  124. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#order">order</a></span> - Variable in class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  125. <dd>&nbsp;</dd>
  126. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#order">order</a></span> - Variable in class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  127. <dd>&nbsp;</dd>
  128. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/ShortVLA.html#ordered">ordered</a></span> - Variable in class squidpony.squidmath.<a href="../squidpony/squidmath/ShortVLA.html" title="class in squidpony.squidmath">ShortVLA</a></dt>
  129. <dd>&nbsp;</dd>
  130. <dt><a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath"><span class="typeNameLink">OrderedMap</span></a>&lt;<a href="../squidpony/squidmath/OrderedMap.html" title="type parameter in OrderedMap">K</a>,<a href="../squidpony/squidmath/OrderedMap.html" title="type parameter in OrderedMap">V</a>&gt; - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
  131. <dd>
  132. <div class="block">A generic linked hash map with with a fast implementation, originally from fastutil as Object2ObjectLinkedOpenHashMap but modified to support indexed access.</div>
  133. </dd>
  134. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-int-float-">OrderedMap(int, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  135. <dd>
  136. <div class="block">Creates a new OrderedMap.</div>
  137. </dd>
  138. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-int-">OrderedMap(int)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  139. <dd>
  140. <div class="block">Creates a new OrderedMap with 0.75f as load factor.</div>
  141. </dd>
  142. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap--">OrderedMap()</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  143. <dd>
  144. <div class="block">Creates a new OrderedMap with initial expected 16 entries and 0.75f as load factor.</div>
  145. </dd>
  146. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-java.util.Map-float-">OrderedMap(Map&lt;? extends K, ? extends V&gt;, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  147. <dd>
  148. <div class="block">Creates a new OrderedMap copying a given one.</div>
  149. </dd>
  150. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-java.util.Map-">OrderedMap(Map&lt;? extends K, ? extends V&gt;)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  151. <dd>
  152. <div class="block">Creates a new OrderedMap with 0.75f as load factor copying a given one.</div>
  153. </dd>
  154. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-K:A-V:A-float-">OrderedMap(K[], V[], float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  155. <dd>
  156. <div class="block">Creates a new OrderedMap using the elements of two parallel arrays.</div>
  157. </dd>
  158. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-java.util.Collection-java.util.Collection-float-">OrderedMap(Collection&lt;K&gt;, Collection&lt;V&gt;, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  159. <dd>
  160. <div class="block">Creates a new OrderedMap using the elements of two parallel arrays.</div>
  161. </dd>
  162. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-K:A-V:A-">OrderedMap(K[], V[])</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  163. <dd>
  164. <div class="block">Creates a new OrderedMap with 0.75f as load factor using the elements of two parallel arrays.</div>
  165. </dd>
  166. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-int-float-squidpony.squidmath.CrossHash.IHasher-">OrderedMap(int, float, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  167. <dd>
  168. <div class="block">Creates a new OrderedMap.</div>
  169. </dd>
  170. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-int-squidpony.squidmath.CrossHash.IHasher-">OrderedMap(int, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  171. <dd>
  172. <div class="block">Creates a new OrderedMap with 0.75f as load factor.</div>
  173. </dd>
  174. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-squidpony.squidmath.CrossHash.IHasher-">OrderedMap(CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  175. <dd>
  176. <div class="block">Creates a new OrderedMap with initial expected 16 entries and 0.75f as load factor.</div>
  177. </dd>
  178. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-java.util.Map-float-squidpony.squidmath.CrossHash.IHasher-">OrderedMap(Map&lt;? extends K, ? extends V&gt;, float, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  179. <dd>
  180. <div class="block">Creates a new OrderedMap copying a given one.</div>
  181. </dd>
  182. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-java.util.Map-squidpony.squidmath.CrossHash.IHasher-">OrderedMap(Map&lt;? extends K, ? extends V&gt;, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  183. <dd>
  184. <div class="block">Creates a new OrderedMap with 0.75f as load factor copying a given one.</div>
  185. </dd>
  186. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-K:A-V:A-float-squidpony.squidmath.CrossHash.IHasher-">OrderedMap(K[], V[], float, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  187. <dd>
  188. <div class="block">Creates a new OrderedMap using the elements of two parallel arrays.</div>
  189. </dd>
  190. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-K:A-V:A-squidpony.squidmath.CrossHash.IHasher-">OrderedMap(K[], V[], CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
  191. <dd>
  192. <div class="block">Creates a new OrderedMap with 0.75f as load factor using the elements of two parallel arrays.</div>
  193. </dd>
  194. <dt><a href="../squidpony/squidmath/OrderedMap.FastEntryIterator.html" title="class in squidpony.squidmath"><span class="typeNameLink">OrderedMap.FastEntryIterator</span></a> - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
  195. <dd>&nbsp;</dd>
  196. <dt><a href="../squidpony/squidmath/OrderedMap.KeyIterator.html" title="class in squidpony.squidmath"><span class="typeNameLink">OrderedMap.KeyIterator</span></a> - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
  197. <dd>
  198. <div class="block">An iterator on keys.</div>
  199. </dd>
  200. <dt><a href="../squidpony/squidmath/OrderedMap.KeySet.html" title="class in squidpony.squidmath"><span class="typeNameLink">OrderedMap.KeySet</span></a> - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
  201. <dd>&nbsp;</dd>
  202. <dt><a href="../squidpony/squidmath/OrderedMap.ValueCollection.html" title="class in squidpony.squidmath"><span class="typeNameLink">OrderedMap.ValueCollection</span></a> - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
  203. <dd>&nbsp;</dd>
  204. <dt><a href="../squidpony/squidmath/OrderedMap.ValueIterator.html" title="class in squidpony.squidmath"><span class="typeNameLink">OrderedMap.ValueIterator</span></a> - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
  205. <dd>
  206. <div class="block">An iterator on values.</div>
  207. </dd>
  208. <dt><a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath"><span class="typeNameLink">OrderedSet</span></a>&lt;<a href="../squidpony/squidmath/OrderedSet.html" title="type parameter in OrderedSet">K</a>&gt; - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
  209. <dd>
  210. <div class="block">A generic linked hash set with with a fast implementation, originally from fastutil as ObjectLinkedOpenHashSet but modified to support indexed access.</div>
  211. </dd>
  212. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-int-float-">OrderedSet(int, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  213. <dd>
  214. <div class="block">Creates a new hash map.</div>
  215. </dd>
  216. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-int-">OrderedSet(int)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  217. <dd>
  218. <div class="block">Creates a new hash set with <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load
  219. factor.</div>
  220. </dd>
  221. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet--">OrderedSet()</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  222. <dd>
  223. <div class="block">Creates a new hash set with initial expected
  224. <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_INITIAL_SIZE"><code>OrderedSet.DEFAULT_INITIAL_SIZE</code></a> elements and
  225. <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load factor.</div>
  226. </dd>
  227. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Collection-float-">OrderedSet(Collection&lt;? extends K&gt;, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  228. <dd>
  229. <div class="block">Creates a new hash set copying a given collection.</div>
  230. </dd>
  231. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Collection-">OrderedSet(Collection&lt;? extends K&gt;)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  232. <dd>
  233. <div class="block">Creates a new hash set with <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load
  234. factor copying a given collection.</div>
  235. </dd>
  236. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Iterator-float-">OrderedSet(Iterator&lt;? extends K&gt;, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  237. <dd>
  238. <div class="block">Creates a new hash set using elements provided by a type-specific
  239. iterator.</div>
  240. </dd>
  241. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Iterator-">OrderedSet(Iterator&lt;? extends K&gt;)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  242. <dd>
  243. <div class="block">Creates a new hash set with <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load
  244. factor using elements provided by a type-specific iterator.</div>
  245. </dd>
  246. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-K:A-int-int-float-">OrderedSet(K[], int, int, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  247. <dd>
  248. <div class="block">Creates a new hash set and fills it with the elements of a given array.</div>
  249. </dd>
  250. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-K:A-int-int-">OrderedSet(K[], int, int)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  251. <dd>
  252. <div class="block">Creates a new hash set with <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load
  253. factor and fills it with the elements of a given array.</div>
  254. </dd>
  255. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-K:A-float-">OrderedSet(K[], float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  256. <dd>
  257. <div class="block">Creates a new hash set copying the elements of an array.</div>
  258. </dd>
  259. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-K:A-">OrderedSet(K[])</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  260. <dd>
  261. <div class="block">Creates a new hash set with <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load
  262. factor copying the elements of an array.</div>
  263. </dd>
  264. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-int-float-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(int, float, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  265. <dd>
  266. <div class="block">Creates a new hash map.</div>
  267. </dd>
  268. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  269. <dd>
  270. <div class="block">Creates a new hash set with <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load
  271. factor.</div>
  272. </dd>
  273. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-int-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(int, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  274. <dd>
  275. <div class="block">Creates a new hash set with <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load
  276. factor.</div>
  277. </dd>
  278. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Collection-float-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(Collection&lt;? extends K&gt;, float, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  279. <dd>
  280. <div class="block">Creates a new hash set copying a given collection.</div>
  281. </dd>
  282. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Collection-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(Collection&lt;? extends K&gt;, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  283. <dd>
  284. <div class="block">Creates a new hash set with <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load
  285. factor copying a given collection.</div>
  286. </dd>
  287. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-K:A-int-int-float-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(K[], int, int, float, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  288. <dd>
  289. <div class="block">Creates a new hash set and fills it with the elements of a given array.</div>
  290. </dd>
  291. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-K:A-int-int-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(K[], int, int, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  292. <dd>
  293. <div class="block">Creates a new hash set with <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load
  294. factor and fills it with the elements of a given array.</div>
  295. </dd>
  296. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-K:A-float-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(K[], float, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  297. <dd>
  298. <div class="block">Creates a new hash set copying the elements of an array.</div>
  299. </dd>
  300. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-K:A-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(K[], CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
  301. <dd>
  302. <div class="block">Creates a new hash set with <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load
  303. factor copying the elements of an array.</div>
  304. </dd>
  305. <dt><a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html" title="class in squidpony.squidgrid.mapping"><span class="typeNameLink">OrganicMapGenerator</span></a> - Class in <a href="../squidpony/squidgrid/mapping/package-summary.html">squidpony.squidgrid.mapping</a></dt>
  306. <dd>
  307. <div class="block">Map generator using Perlin/Simplex noise for the formation of "rooms" and then WobblyLine to connect with corridors.</div>
  308. </dd>
  309. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html#OrganicMapGenerator--">OrganicMapGenerator()</a></span> - Constructor for class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html" title="class in squidpony.squidgrid.mapping">OrganicMapGenerator</a></dt>
  310. <dd>&nbsp;</dd>
  311. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html#OrganicMapGenerator-int-int-">OrganicMapGenerator(int, int)</a></span> - Constructor for class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html" title="class in squidpony.squidgrid.mapping">OrganicMapGenerator</a></dt>
  312. <dd>&nbsp;</dd>
  313. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html#OrganicMapGenerator-int-int-squidpony.squidmath.RNG-">OrganicMapGenerator(int, int, RNG)</a></span> - Constructor for class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html" title="class in squidpony.squidgrid.mapping">OrganicMapGenerator</a></dt>
  314. <dd>&nbsp;</dd>
  315. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html#OrganicMapGenerator-double-double-int-int-squidpony.squidmath.RNG-">OrganicMapGenerator(double, double, int, int, RNG)</a></span> - Constructor for class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/OrganicMapGenerator.html" title="class in squidpony.squidgrid.mapping">OrganicMapGenerator</a></dt>
  316. <dd>&nbsp;</dd>
  317. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/MimicFill.html#orSamples-boolean:A:A-boolean:A:A-">orSamples(boolean[][], boolean[][])</a></span> - Static method in class squidpony.squidgrid.<a href="../squidpony/squidgrid/MimicFill.html" title="class in squidpony.squidgrid">MimicFill</a></dt>
  318. <dd>
  319. <div class="block">Runs a logical OR on each pair of booleans at the same position in left and right, and returns the result of all
  320. the OR operations as a 2D boolean array (using the minimum dimensions shared between left and right).</div>
  321. </dd>
  322. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/LOS.html#ORTHO">ORTHO</a></span> - Static variable in class squidpony.squidgrid.<a href="../squidpony/squidgrid/LOS.html" title="class in squidpony.squidgrid">LOS</a></dt>
  323. <dd>
  324. <div class="block">Draws a line using only North/South/East/West movement.</div>
  325. </dd>
  326. <dt><a href="../squidpony/squidmath/OrthoLine.html" title="class in squidpony.squidmath"><span class="typeNameLink">OrthoLine</span></a> - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
  327. <dd>
  328. <div class="block">A simple line-drawing algorithm that only takes orthogonal steps; may be useful for LOS in games that use Manhattan
  329. distances for measurements.</div>
  330. </dd>
  331. <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrthoLine.html#OrthoLine--">OrthoLine()</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrthoLine.html" title="class in squidpony.squidmath">OrthoLine</a></dt>
  332. <dd>&nbsp;</dd>
  333. <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/Direction.html#OUTWARDS">OUTWARDS</a></span> - Static variable in enum squidpony.squidgrid.<a href="../squidpony/squidgrid/Direction.html" title="enum in squidpony.squidgrid">Direction</a></dt>
  334. <dd>
  335. <div class="block">An array which holds all eight OUTWARDS directions.</div>
  336. </dd>
  337. </dl>
  338. <a href="index-1.html">$</a>&nbsp;<a href="index-2.html">A</a>&nbsp;<a href="index-3.html">B</a>&nbsp;<a href="index-4.html">C</a>&nbsp;<a href="index-5.html">D</a>&nbsp;<a href="index-6.html">E</a>&nbsp;<a href="index-7.html">F</a>&nbsp;<a href="index-8.html">G</a>&nbsp;<a href="index-9.html">H</a>&nbsp;<a href="index-10.html">I</a>&nbsp;<a href="index-11.html">J</a>&nbsp;<a href="index-12.html">K</a>&nbsp;<a href="index-13.html">L</a>&nbsp;<a href="index-14.html">M</a>&nbsp;<a href="index-15.html">N</a>&nbsp;<a href="index-16.html">O</a>&nbsp;<a href="index-17.html">P</a>&nbsp;<a href="index-18.html">Q</a>&nbsp;<a href="index-19.html">R</a>&nbsp;<a href="index-20.html">S</a>&nbsp;<a href="index-21.html">T</a>&nbsp;<a href="index-22.html">U</a>&nbsp;<a href="index-23.html">V</a>&nbsp;<a href="index-24.html">W</a>&nbsp;<a href="index-25.html">X</a>&nbsp;<a href="index-26.html">Y</a>&nbsp;<a href="index-27.html">Z</a>&nbsp;</div>
  339. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  340. <div class="bottomNav"><a name="navbar.bottom">
  341. <!-- -->
  342. </a>
  343. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  344. <a name="navbar.bottom.firstrow">
  345. <!-- -->
  346. </a>
  347. <ul class="navList" title="Navigation">
  348. <li><a href="../overview-summary.html">Overview</a></li>
  349. <li>Package</li>
  350. <li>Class</li>
  351. <li>Use</li>
  352. <li><a href="../overview-tree.html">Tree</a></li>
  353. <li><a href="../deprecated-list.html">Deprecated</a></li>
  354. <li class="navBarCell1Rev">Index</li>
  355. <li><a href="../help-doc.html">Help</a></li>
  356. </ul>
  357. </div>
  358. <div class="subNav">
  359. <ul class="navList">
  360. <li><a href="index-15.html">Prev Letter</a></li>
  361. <li><a href="index-17.html">Next Letter</a></li>
  362. </ul>
  363. <ul class="navList">
  364. <li><a href="../index.html?index-files/index-16.html" target="_top">Frames</a></li>
  365. <li><a href="index-16.html" target="_top">No&nbsp;Frames</a></li>
  366. </ul>
  367. <ul class="navList" id="allclasses_navbar_bottom">
  368. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  369. </ul>
  370. <div>
  371. <script type="text/javascript"><!--
  372. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  373. if(window==top) {
  374. allClassesLink.style.display = "block";
  375. }
  376. else {
  377. allClassesLink.style.display = "none";
  378. }
  379. //-->
  380. </script>
  381. </div>
  382. <a name="skip.navbar.bottom">
  383. <!-- -->
  384. </a></div>
  385. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  386. <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016. All rights reserved.</small></p>
  387. </body>
  388. </html>