123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388 |
- <!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>O-Index (squidlib-util 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="O-Index (squidlib-util 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-15.html">Prev Letter</a></li>
- <li><a href="index-17.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-16.html" target="_top">Frames</a></li>
- <li><a href="index-16.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 href="index-2.html">A</a> <a href="index-3.html">B</a> <a href="index-4.html">C</a> <a href="index-5.html">D</a> <a href="index-6.html">E</a> <a href="index-7.html">F</a> <a href="index-8.html">G</a> <a href="index-9.html">H</a> <a href="index-10.html">I</a> <a href="index-11.html">J</a> <a href="index-12.html">K</a> <a href="index-13.html">L</a> <a href="index-14.html">M</a> <a href="index-15.html">N</a> <a href="index-16.html">O</a> <a href="index-17.html">P</a> <a href="index-18.html">Q</a> <a href="index-19.html">R</a> <a href="index-20.html">S</a> <a href="index-21.html">T</a> <a href="index-22.html">U</a> <a href="index-23.html">V</a> <a href="index-24.html">W</a> <a href="index-25.html">X</a> <a href="index-26.html">Y</a> <a href="index-27.html">Z</a> <a name="I:O">
- <!-- -->
- </a>
- <h2 class="title">O</h2>
- <dl>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/IntDoubleOrderedMap.html#objectUnwrap-java.util.Iterator-K:A-int-int-">objectUnwrap(Iterator<? extends K>, 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>
- <dd>
- <div class="block">Unwraps an iterator into an array starting at a given offset for a given number of elements.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/IntDoubleOrderedMap.html#objectUnwrap-java.util.Iterator-K:A-">objectUnwrap(Iterator<? extends K>, K[])</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/IntDoubleOrderedMap.html" title="class in squidpony.squidmath">IntDoubleOrderedMap</a></dt>
- <dd>
- <div class="block">Unwraps an iterator into an array.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block"><code>true</code> to restrict <code>this</code> to find square rooms</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">When a map is generated by DungeonGenerator with addDoors enabled, different chars are used for vertical and
- horizontal doors ('+' for vertical and '/' for horizontal).</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">Returns the direction directly opposite of this one.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <dt><a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath"><span class="typeNameLink">OrderedMap</span></a><<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>> - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
- <dd>
- <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>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new OrderedMap.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new OrderedMap with 0.75f as load factor.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new OrderedMap with initial expected 16 entries and 0.75f as load factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-java.util.Map-float-">OrderedMap(Map<? extends K, ? extends V>, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
- <dd>
- <div class="block">Creates a new OrderedMap copying a given one.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-java.util.Map-">OrderedMap(Map<? extends K, ? extends V>)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
- <dd>
- <div class="block">Creates a new OrderedMap with 0.75f as load factor copying a given one.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new OrderedMap using the elements of two parallel arrays.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-java.util.Collection-java.util.Collection-float-">OrderedMap(Collection<K>, Collection<V>, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
- <dd>
- <div class="block">Creates a new OrderedMap using the elements of two parallel arrays.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new OrderedMap with 0.75f as load factor using the elements of two parallel arrays.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new OrderedMap.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new OrderedMap with 0.75f as load factor.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new OrderedMap with initial expected 16 entries and 0.75f as load factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-java.util.Map-float-squidpony.squidmath.CrossHash.IHasher-">OrderedMap(Map<? extends K, ? extends 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>
- <dd>
- <div class="block">Creates a new OrderedMap copying a given one.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.html#OrderedMap-java.util.Map-squidpony.squidmath.CrossHash.IHasher-">OrderedMap(Map<? extends K, ? extends V>, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.html" title="class in squidpony.squidmath">OrderedMap</a></dt>
- <dd>
- <div class="block">Creates a new OrderedMap with 0.75f as load factor copying a given one.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new OrderedMap using the elements of two parallel arrays.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new OrderedMap with 0.75f as load factor using the elements of two parallel arrays.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">An iterator on keys.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">An iterator on values.</div>
- </dd>
- <dt><a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath"><span class="typeNameLink">OrderedSet</span></a><<a href="../squidpony/squidmath/OrderedSet.html" title="type parameter in OrderedSet">K</a>> - Class in <a href="../squidpony/squidmath/package-summary.html">squidpony.squidmath</a></dt>
- <dd>
- <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>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new hash map.</div>
- </dd>
- <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>
- <dd>
- <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
- factor.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new hash set with initial expected
- <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_INITIAL_SIZE"><code>OrderedSet.DEFAULT_INITIAL_SIZE</code></a> elements and
- <a href="../squidpony/squidmath/OrderedSet.html#DEFAULT_LOAD_FACTOR"><code>OrderedSet.DEFAULT_LOAD_FACTOR</code></a> as load factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Collection-float-">OrderedSet(Collection<? extends K>, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
- <dd>
- <div class="block">Creates a new hash set copying a given collection.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Collection-">OrderedSet(Collection<? extends K>)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
- <dd>
- <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
- factor copying a given collection.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Iterator-float-">OrderedSet(Iterator<? extends K>, float)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
- <dd>
- <div class="block">Creates a new hash set using elements provided by a type-specific
- iterator.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Iterator-">OrderedSet(Iterator<? extends K>)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
- <dd>
- <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
- factor using elements provided by a type-specific iterator.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new hash set and fills it with the elements of a given array.</div>
- </dd>
- <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>
- <dd>
- <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
- factor and fills it with the elements of a given array.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new hash set copying the elements of an array.</div>
- </dd>
- <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>
- <dd>
- <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
- factor copying the elements of an array.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new hash map.</div>
- </dd>
- <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>
- <dd>
- <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
- factor.</div>
- </dd>
- <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>
- <dd>
- <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
- factor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Collection-float-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(Collection<? extends 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>
- <dd>
- <div class="block">Creates a new hash set copying a given collection.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedSet.html#OrderedSet-java.util.Collection-squidpony.squidmath.CrossHash.IHasher-">OrderedSet(Collection<? extends K>, CrossHash.IHasher)</a></span> - Constructor for class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedSet.html" title="class in squidpony.squidmath">OrderedSet</a></dt>
- <dd>
- <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
- factor copying a given collection.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new hash set and fills it with the elements of a given array.</div>
- </dd>
- <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>
- <dd>
- <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
- factor and fills it with the elements of a given array.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Creates a new hash set copying the elements of an array.</div>
- </dd>
- <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>
- <dd>
- <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
- factor copying the elements of an array.</div>
- </dd>
- <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>
- <dd>
- <div class="block">Map generator using Perlin/Simplex noise for the formation of "rooms" and then WobblyLine to connect with corridors.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <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
- the OR operations as a 2D boolean array (using the minimum dimensions shared between left and right).</div>
- </dd>
- <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>
- <dd>
- <div class="block">Draws a line using only North/South/East/West movement.</div>
- </dd>
- <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>
- <dd>
- <div class="block">A simple line-drawing algorithm that only takes orthogonal steps; may be useful for LOS in games that use Manhattan
- distances for measurements.</div>
- </dd>
- <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>
- <dd> </dd>
- <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>
- <dd>
- <div class="block">An array which holds all eight OUTWARDS directions.</div>
- </dd>
- </dl>
- <a href="index-1.html">$</a> <a href="index-2.html">A</a> <a href="index-3.html">B</a> <a href="index-4.html">C</a> <a href="index-5.html">D</a> <a href="index-6.html">E</a> <a href="index-7.html">F</a> <a href="index-8.html">G</a> <a href="index-9.html">H</a> <a href="index-10.html">I</a> <a href="index-11.html">J</a> <a href="index-12.html">K</a> <a href="index-13.html">L</a> <a href="index-14.html">M</a> <a href="index-15.html">N</a> <a href="index-16.html">O</a> <a href="index-17.html">P</a> <a href="index-18.html">Q</a> <a href="index-19.html">R</a> <a href="index-20.html">S</a> <a href="index-21.html">T</a> <a href="index-22.html">U</a> <a href="index-23.html">V</a> <a href="index-24.html">W</a> <a href="index-25.html">X</a> <a href="index-26.html">Y</a> <a href="index-27.html">Z</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-15.html">Prev Letter</a></li>
- <li><a href="index-17.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-16.html" target="_top">Frames</a></li>
- <li><a href="index-16.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>
|