index-5.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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>F-Index (squidlib-performance 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="F-Index (squidlib-performance 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-4.html">Prev Letter</a></li>
  47. <li><a href="index-6.html">Next Letter</a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li>
  51. <li><a href="index-5.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</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">V</a>&nbsp;<a href="index-16.html">W</a>&nbsp;<a name="I:F">
  73. <!-- -->
  74. </a>
  75. <h2 class="title">F</h2>
  76. <dl>
  77. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findAttackPath-int-int-squidpony.squidgrid.LOS-java.util.Set-java.util.Set-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findAttackPath(int, int, LOS, Set&lt;Coord&gt;, Set&lt;Coord&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  78. <dd>
  79. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
  80. of Coord positions (using the current measurement) needed to get closer to a goal, until preferredRange is
  81. reached, or further from a goal if the preferredRange has not been met at the current distance.</div>
  82. </dd>
  83. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findAttackPath-int-int-int-squidpony.squidgrid.LOS-java.util.Set-java.util.Set-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findAttackPath(int, int, int, LOS, Set&lt;Coord&gt;, Set&lt;Coord&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  84. <dd>
  85. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
  86. of Coord positions (using the current measurement) needed to get closer to a goal, until a cell is reached with
  87. a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
  88. which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
  89. </dd>
  90. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findAttackPath-int-int-squidpony.squidgrid.FOVCache-java.util.Set-java.util.Set-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findAttackPath(int, int, FOVCache, Set&lt;Coord&gt;, Set&lt;Coord&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  91. <dd>
  92. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
  93. of Coord positions (using the current measurement) needed to get closer to a goal, until preferredRange is
  94. reached, or further from a goal if the preferredRange has not been met at the current distance.</div>
  95. </dd>
  96. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findAttackPath-int-int-int-squidpony.squidgrid.FOVCache-java.util.Set-java.util.Set-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findAttackPath(int, int, int, FOVCache, Set&lt;Coord&gt;, Set&lt;Coord&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  97. <dd>
  98. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
  99. of Coord positions (using the current measurement) needed to get closer to a goal, until a cell is reached with
  100. a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
  101. which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
  102. </dd>
  103. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findAttackPathLarge-int-int-int-squidpony.squidgrid.LOS-java.util.Set-java.util.Set-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findAttackPathLarge(int, int, int, LOS, Set&lt;Coord&gt;, Set&lt;Coord&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  104. <dd>
  105. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
  106. of Coord positions (using the current measurement) needed to get closer to a goal, until preferredRange is
  107. reached, or further from a goal if the preferredRange has not been met at the current distance.</div>
  108. </dd>
  109. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findAttackPathLarge-int-int-int-int-squidpony.squidgrid.LOS-java.util.Set-java.util.Set-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findAttackPathLarge(int, int, int, int, LOS, Set&lt;Coord&gt;, Set&lt;Coord&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  110. <dd>
  111. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
  112. of Coord positions (using the current measurement) needed to get closer to a goal, until a cell is reached with
  113. a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
  114. which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
  115. </dd>
  116. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findCoveredAttackPath-int-int-int-double-java.util.Set-java.util.Set-java.util.List-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findCoveredAttackPath(int, int, int, double, Set&lt;Coord&gt;, Set&lt;Coord&gt;, List&lt;Threat&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  117. <dd>
  118. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list of Coord
  119. positions (using the current measurement) needed to get closer to a goal while staying in areas that none of the
  120. given threats are able to see (which should prevent them from attacking), until a cell is reached with
  121. a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
  122. which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
  123. </dd>
  124. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findCoveredAttackPath-int-int-double-squidpony.squidgrid.FOV-boolean-java.util.Set-java.util.Set-java.util.List-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findCoveredAttackPath(int, int, double, FOV, boolean, Set&lt;Coord&gt;, Set&lt;Coord&gt;, List&lt;Threat&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  125. <dd>
  126. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list of Coord
  127. positions (using the current measurement) needed to get closer to a goal while staying in areas that none of the
  128. given threats are able to see (which should prevent them from attacking), until a cell is reached with
  129. a distance from a goal that is at equal to preferredRange,
  130. which may go further from a goal if the preferredRange has not been met at the current distance.</div>
  131. </dd>
  132. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findCoveredAttackPath-int-int-int-double-squidpony.squidgrid.FOV-boolean-java.util.Set-java.util.Set-java.util.List-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findCoveredAttackPath(int, int, int, double, FOV, boolean, Set&lt;Coord&gt;, Set&lt;Coord&gt;, List&lt;Threat&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  133. <dd>
  134. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list of Coord
  135. positions (using the current measurement) needed to get closer to a goal while staying in areas that none of the
  136. given threats are able to see (which should prevent them from attacking), until a cell is reached with
  137. a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
  138. which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
  139. </dd>
  140. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findCoveredAttackPath-int-int-double-squidpony.squidgrid.FOVCache-boolean-java.util.Set-java.util.Set-java.util.List-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findCoveredAttackPath(int, int, double, FOVCache, boolean, Set&lt;Coord&gt;, Set&lt;Coord&gt;, List&lt;Threat&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  141. <dd>
  142. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list of Coord
  143. positions (using the current measurement) needed to get closer to a goal while staying in areas that none of the
  144. given threats are able to see (which should prevent them from attacking), until a cell is reached with
  145. a distance from a goal that is at equal to preferredRange,
  146. which may go further from a goal if the preferredRange has not been met at the current distance.</div>
  147. </dd>
  148. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findCoveredAttackPath-int-int-int-double-squidpony.squidgrid.FOVCache-boolean-java.util.Set-java.util.Set-java.util.List-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findCoveredAttackPath(int, int, int, double, FOVCache, boolean, Set&lt;Coord&gt;, Set&lt;Coord&gt;, List&lt;Threat&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  149. <dd>
  150. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list of Coord
  151. positions (using the current measurement) needed to get closer to a goal while staying in areas that none of the
  152. given threats are able to see (which should prevent them from attacking), until a cell is reached with
  153. a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
  154. which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
  155. </dd>
  156. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findFleePath-int-double-java.util.Set-java.util.Set-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findFleePath(int, double, Set&lt;Coord&gt;, Set&lt;Coord&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  157. <dd>
  158. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed fearSources and start point, and returns a list
  159. of Coord positions (using Manhattan distance) needed to get further from the closest fearSources, meant
  160. for running away.</div>
  161. </dd>
  162. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findFleePathLarge-int-int-double-java.util.Set-java.util.Set-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findFleePathLarge(int, int, double, Set&lt;Coord&gt;, Set&lt;Coord&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  163. <dd>
  164. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed fearSources and start point, and returns a list
  165. of Coord positions (using Manhattan distance) needed to get further from the closest fearSources, meant
  166. for running away.</div>
  167. </dd>
  168. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findMeasurement-squidpony.squidgrid.Radius-">findMeasurement(Radius)</a></span> - Static method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  169. <dd>
  170. <div class="block">Gets the appropriate DijkstraMap.Measurement to pass to a constructor if you already have a Radius.</div>
  171. </dd>
  172. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findNearest-squidpony.squidmath.Coord-java.util.Set-">findNearest(Coord, Set&lt;Coord&gt;)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  173. <dd>
  174. <div class="block">Recalculate the Dijkstra map until it reaches a Coord in targets, then returns the first target found.</div>
  175. </dd>
  176. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findNearest-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findNearest(Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  177. <dd>
  178. <div class="block">Recalculate the Dijkstra map until it reaches a Coord in targets, then returns the first target found.</div>
  179. </dd>
  180. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findNearestMultiple-squidpony.squidmath.Coord-int-java.util.Set-">findNearestMultiple(Coord, int, Set&lt;Coord&gt;)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  181. <dd>
  182. <div class="block">Recalculate the Dijkstra map until it reaches a Coord in targets, then returns the first several targets found,
  183. up to limit or less if the map is fully searched without finding enough.</div>
  184. </dd>
  185. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findPath-int-java.util.Set-java.util.Set-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findPath(int, Set&lt;Coord&gt;, Set&lt;Coord&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  186. <dd>
  187. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
  188. of Coord positions (using the current measurement) needed to get closer to the closest reachable
  189. goal.</div>
  190. </dd>
  191. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findPathLarge-int-int-java.util.Set-java.util.Set-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findPathLarge(int, int, Set&lt;Coord&gt;, Set&lt;Coord&gt;, Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  192. <dd>
  193. <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
  194. of Coord positions (using the current measurement) needed to get closer to the closest reachable
  195. goal.</div>
  196. </dd>
  197. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findPathPreScanned-squidpony.squidmath.Coord-">findPathPreScanned(Coord)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  198. <dd>
  199. <div class="block">Intended primarily for internal use.</div>
  200. </dd>
  201. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findRadius-squidpony.performance.alternate.DijkstraMap.Measurement-">findRadius(DijkstraMap.Measurement)</a></span> - Static method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  202. <dd>
  203. <div class="block">Gets the appropriate Radius corresponding to a DijkstraMap.Measurement.</div>
  204. </dd>
  205. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findShortcutPath-squidpony.squidmath.Coord-squidpony.squidmath.Coord...-">findShortcutPath(Coord, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  206. <dd>
  207. <div class="block">If you have a target or group of targets you want to pathfind to without scanning the full map, this can be good.</div>
  208. </dd>
  209. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#floodFill-int-squidpony.squidmath.Coord...-">floodFill(int, Coord...)</a></span> - Method in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  210. <dd>
  211. <div class="block">A simple limited flood-fill that returns a LinkedHashMap of Coord keys to the Double values in the DijkstraMap, only
  212. calculating out to a number of steps determined by limit.</div>
  213. </dd>
  214. <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#FLOOR">FLOOR</a></span> - Static variable in class squidpony.performance.alternate.<a href="../squidpony/performance/alternate/DijkstraMap.html" title="class in squidpony.performance.alternate">DijkstraMap</a></dt>
  215. <dd>
  216. <div class="block">Floor cells, which include any walkable cell, are marked with a high number equal to 999200.0 .</div>
  217. </dd>
  218. <dt><span class="memberNameLink"><a href="../squidpony/performance/CoordPackerBenchmark.html#floors">floors</a></span> - Static variable in class squidpony.performance.<a href="../squidpony/performance/CoordPackerBenchmark.html" title="class in squidpony.performance">CoordPackerBenchmark</a></dt>
  219. <dd>&nbsp;</dd>
  220. <dt><span class="memberNameLink"><a href="../squidpony/performance/DijkstraBenchmark.html#floors">floors</a></span> - Static variable in class squidpony.performance.<a href="../squidpony/performance/DijkstraBenchmark.html" title="class in squidpony.performance">DijkstraBenchmark</a></dt>
  221. <dd>&nbsp;</dd>
  222. <dt><span class="memberNameLink"><a href="../squidpony/performance/WaypointBenchmark.html#floors">floors</a></span> - Static variable in class squidpony.performance.<a href="../squidpony/performance/WaypointBenchmark.html" title="class in squidpony.performance">WaypointBenchmark</a></dt>
  223. <dd>&nbsp;</dd>
  224. <dt><span class="memberNameLink"><a href="../squidpony/performance/CoordPackerBenchmark.html#floorsG">floorsG</a></span> - Static variable in class squidpony.performance.<a href="../squidpony/performance/CoordPackerBenchmark.html" title="class in squidpony.performance">CoordPackerBenchmark</a></dt>
  225. <dd>&nbsp;</dd>
  226. <dt><span class="memberNameLink"><a href="../squidpony/performance/FOVCacheBenchmark.html#fov">fov</a></span> - Static variable in class squidpony.performance.<a href="../squidpony/performance/FOVCacheBenchmark.html" title="class in squidpony.performance">FOVCacheBenchmark</a></dt>
  227. <dd>&nbsp;</dd>
  228. <dt><a href="../squidpony/performance/FOVCacheBenchmark.html" title="class in squidpony.performance"><span class="typeNameLink">FOVCacheBenchmark</span></a> - Class in <a href="../squidpony/performance/package-summary.html">squidpony.performance</a></dt>
  229. <dd>
  230. <div class="block">Created by Tommy Ettinger on 10/14/2015.</div>
  231. </dd>
  232. <dt><span class="memberNameLink"><a href="../squidpony/performance/FOVCacheBenchmark.html#FOVCacheBenchmark--">FOVCacheBenchmark()</a></span> - Constructor for class squidpony.performance.<a href="../squidpony/performance/FOVCacheBenchmark.html" title="class in squidpony.performance">FOVCacheBenchmark</a></dt>
  233. <dd>&nbsp;</dd>
  234. </dl>
  235. <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">F</a>&nbsp;<a href="index-6.html">G</a>&nbsp;<a href="index-7.html">H</a>&nbsp;<a href="index-8.html">I</a>&nbsp;<a href="index-9.html">L</a>&nbsp;<a href="index-10.html">M</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">V</a>&nbsp;<a href="index-16.html">W</a>&nbsp;</div>
  236. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  237. <div class="bottomNav"><a name="navbar.bottom">
  238. <!-- -->
  239. </a>
  240. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  241. <a name="navbar.bottom.firstrow">
  242. <!-- -->
  243. </a>
  244. <ul class="navList" title="Navigation">
  245. <li><a href="../overview-summary.html">Overview</a></li>
  246. <li>Package</li>
  247. <li>Class</li>
  248. <li>Use</li>
  249. <li><a href="../overview-tree.html">Tree</a></li>
  250. <li><a href="../deprecated-list.html">Deprecated</a></li>
  251. <li class="navBarCell1Rev">Index</li>
  252. <li><a href="../help-doc.html">Help</a></li>
  253. </ul>
  254. </div>
  255. <div class="subNav">
  256. <ul class="navList">
  257. <li><a href="index-4.html">Prev Letter</a></li>
  258. <li><a href="index-6.html">Next Letter</a></li>
  259. </ul>
  260. <ul class="navList">
  261. <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li>
  262. <li><a href="index-5.html" target="_top">No&nbsp;Frames</a></li>
  263. </ul>
  264. <ul class="navList" id="allclasses_navbar_bottom">
  265. <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li>
  266. </ul>
  267. <div>
  268. <script type="text/javascript"><!--
  269. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  270. if(window==top) {
  271. allClassesLink.style.display = "block";
  272. }
  273. else {
  274. allClassesLink.style.display = "none";
  275. }
  276. //-->
  277. </script>
  278. </div>
  279. <a name="skip.navbar.bottom">
  280. <!-- -->
  281. </a></div>
  282. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  283. <p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2016. All rights reserved.</small></p>
  284. </body>
  285. </html>