123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc -->
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>F-Index (squidlib-performance 3.0.0-SNAPSHOT)</title>
- <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
- <script type="text/javascript" src="../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="F-Index (squidlib-performance 3.0.0-SNAPSHOT)";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li>Use</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-4.html">Prev Letter</a></li>
- <li><a href="index-6.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li>
- <li><a href="index-5.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">L</a> <a href="index-10.html">M</a> <a href="index-11.html">P</a> <a href="index-12.html">R</a> <a href="index-13.html">S</a> <a href="index-14.html">T</a> <a href="index-15.html">V</a> <a href="index-16.html">W</a> <a name="I:F">
- <!-- -->
- </a>
- <h2 class="title">F</h2>
- <dl>
- <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<Coord>, Set<Coord>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
- of Coord positions (using the current measurement) needed to get closer to a goal, until preferredRange is
- reached, or further from a goal if the preferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
- of Coord positions (using the current measurement) needed to get closer to a goal, until a cell is reached with
- a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
- which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
- of Coord positions (using the current measurement) needed to get closer to a goal, until preferredRange is
- reached, or further from a goal if the preferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
- of Coord positions (using the current measurement) needed to get closer to a goal, until a cell is reached with
- a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
- which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
- of Coord positions (using the current measurement) needed to get closer to a goal, until preferredRange is
- reached, or further from a goal if the preferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
- of Coord positions (using the current measurement) needed to get closer to a goal, until a cell is reached with
- a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
- which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, List<Threat>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list of Coord
- positions (using the current measurement) needed to get closer to a goal while staying in areas that none of the
- given threats are able to see (which should prevent them from attacking), until a cell is reached with
- a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
- which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, List<Threat>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list of Coord
- positions (using the current measurement) needed to get closer to a goal while staying in areas that none of the
- given threats are able to see (which should prevent them from attacking), until a cell is reached with
- a distance from a goal that is at equal to preferredRange,
- which may go further from a goal if the preferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, List<Threat>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list of Coord
- positions (using the current measurement) needed to get closer to a goal while staying in areas that none of the
- given threats are able to see (which should prevent them from attacking), until a cell is reached with
- a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
- which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, List<Threat>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list of Coord
- positions (using the current measurement) needed to get closer to a goal while staying in areas that none of the
- given threats are able to see (which should prevent them from attacking), until a cell is reached with
- a distance from a goal that is at equal to preferredRange,
- which may go further from a goal if the preferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, List<Threat>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list of Coord
- positions (using the current measurement) needed to get closer to a goal while staying in areas that none of the
- given threats are able to see (which should prevent them from attacking), until a cell is reached with
- a distance from a goal that is at least equal to minPreferredRange and no more than maxPreferredRange,
- which may go further from a goal if the minPreferredRange has not been met at the current distance.</div>
- </dd>
- <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<Coord>, Set<Coord>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed fearSources and start point, and returns a list
- of Coord positions (using Manhattan distance) needed to get further from the closest fearSources, meant
- for running away.</div>
- </dd>
- <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<Coord>, Set<Coord>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed fearSources and start point, and returns a list
- of Coord positions (using Manhattan distance) needed to get further from the closest fearSources, meant
- for running away.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Gets the appropriate DijkstraMap.Measurement to pass to a constructor if you already have a Radius.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findNearest-squidpony.squidmath.Coord-java.util.Set-">findNearest(Coord, Set<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>
- <dd>
- <div class="block">Recalculate the Dijkstra map until it reaches a Coord in targets, then returns the first target found.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Recalculate the Dijkstra map until it reaches a Coord in targets, then returns the first target found.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/performance/alternate/DijkstraMap.html#findNearestMultiple-squidpony.squidmath.Coord-int-java.util.Set-">findNearestMultiple(Coord, int, Set<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>
- <dd>
- <div class="block">Recalculate the Dijkstra map until it reaches a Coord in targets, then returns the first several targets found,
- up to limit or less if the map is fully searched without finding enough.</div>
- </dd>
- <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<Coord>, Set<Coord>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
- of Coord positions (using the current measurement) needed to get closer to the closest reachable
- goal.</div>
- </dd>
- <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<Coord>, Set<Coord>, 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>
- <dd>
- <div class="block">Scans the dungeon using DijkstraMap.scan with the listed goals and start point, and returns a list
- of Coord positions (using the current measurement) needed to get closer to the closest reachable
- goal.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Intended primarily for internal use.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Gets the appropriate Radius corresponding to a DijkstraMap.Measurement.</div>
- </dd>
- <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>
- <dd>
- <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>
- </dd>
- <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>
- <dd>
- <div class="block">A simple limited flood-fill that returns a LinkedHashMap of Coord keys to the Double values in the DijkstraMap, only
- calculating out to a number of steps determined by limit.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Floor cells, which include any walkable cell, are marked with a high number equal to 999200.0 .</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">Created by Tommy Ettinger on 10/14/2015.</div>
- </dd>
- <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>
- <dd> </dd>
- </dl>
- <a href="index-1.html">A</a> <a href="index-2.html">C</a> <a href="index-3.html">D</a> <a href="index-4.html">E</a> <a href="index-5.html">F</a> <a href="index-6.html">G</a> <a href="index-7.html">H</a> <a href="index-8.html">I</a> <a href="index-9.html">L</a> <a href="index-10.html">M</a> <a href="index-11.html">P</a> <a href="index-12.html">R</a> <a href="index-13.html">S</a> <a href="index-14.html">T</a> <a href="index-15.html">V</a> <a href="index-16.html">W</a> </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../overview-summary.html">Overview</a></li>
- <li>Package</li>
- <li>Class</li>
- <li>Use</li>
- <li><a href="../overview-tree.html">Tree</a></li>
- <li><a href="../deprecated-list.html">Deprecated</a></li>
- <li class="navBarCell1Rev">Index</li>
- <li><a href="../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li><a href="index-4.html">Prev Letter</a></li>
- <li><a href="index-6.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-5.html" target="_top">Frames</a></li>
- <li><a href="index-5.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- <p class="legalCopy"><small>Copyright © 2012–2016. All rights reserved.</small></p>
- </body>
- </html>
|