123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- <!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>U-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="U-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-21.html">Prev Letter</a></li>
- <li><a href="index-23.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-22.html" target="_top">Frames</a></li>
- <li><a href="index-22.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:U">
- <!-- -->
- </a>
- <h2 class="title">U</h2>
- <dl>
- <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/DungeonUtility.html#unDoubleWidth-char:A:A-">unDoubleWidth(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">Takes a dungeon map that uses two characters per cell, and condenses it to use only the left (lower index)
- character in each cell.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unionPacked-short:A-short:A-">unionPacked(short[], short[])</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Given two packed short arrays, left and right, this produces a packed short array that encodes "on" for any cell
- that was "on" in either left or in right, and only encodes "off" for cells that were off in both.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/MonsterGen.Chimera.html#unknown">unknown</a></span> - Variable in class squidpony.<a href="../squidpony/MonsterGen.Chimera.html" title="class in squidpony">MonsterGen.Chimera</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unpack-short:A-int-int-">unpack(short[], int, int)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Decompresses a short[] returned by pack() or a sub-array of a short[][] returned by packMulti(), as described in
- the <a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath"><code>CoordPacker</code></a> class documentation.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unpackChar-short:A-char-char-">unpackChar(short[], char, char)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Given a piece of packed data defining a region to use from that map, a char to use for "on" cells and a char to use
- for "off" cells, produces a 2D char array where all positions that are "off" in packed are filled with the char
- passed as f, and the cells that are "on" are filled with the char passed as t.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unpackChar-short:A-int-int-char-char-">unpackChar(short[], int, int, char, char)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Given a piece of packed data defining a region to use from that map, a desired width and height, a char to use for
- "on" cells and a char to use for "off" cells, produces a 2D char array where all positions that are "off" in packed
- are filled with the char passed as f, and the cells that are "on" are filled with the char passed as t.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unpackDouble-short:A-int-int-">unpackDouble(short[], int, int)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Decompresses a short[] returned by pack() or a sub-array of a short[][] returned by packMulti(), as described in
- the <a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath"><code>CoordPacker</code></a> class documentation.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unpackDoubleConical-short:A-int-int-int-int-double-double-">unpackDoubleConical(short[], int, int, int, int, double, double)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Decompresses a short[] returned by pack() or a sub-array of a short[][] returned by packMulti(), as described in
- the <a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath"><code>CoordPacker</code></a> class documentation.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/zone/CoordPackerZone.html#unpacked">unpacked</a></span> - Variable in class squidpony.squidgrid.zone.<a href="../squidpony/squidgrid/zone/CoordPackerZone.html" title="class in squidpony.squidgrid.zone">CoordPackerZone</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unpackGreasedRegion-short:A-int-int-">unpackGreasedRegion(short[], int, int)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Simple utility method that constructs a GreasedRegion (a faster but more-memory-hungry way to encode regions)
- from a short array of packed data.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unpackMultiByte-short:A:A-int-int-">unpackMultiByte(short[][], int, int)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Decompresses a short[][] returned by packMulti() and produces a simple 2D array where the values are bytes
- corresponding to 1 + the highest index into levels (that is, the original levels parameter passed to packMulti)
- matched by a cell, or 0 if the cell didn't match any levels during compression, as described in the
- <a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath"><code>CoordPacker</code></a> class documentation.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unpackMultiDouble-short:A:A-int-int-double:A-">unpackMultiDouble(short[][], int, int, double[])</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Decompresses a short[][] returned by packMulti() and produces an approximation of the double[][] it compressed
- using the given levels double[] as the values to assign, as described in the <a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath"><code>CoordPacker</code></a> class
- documentation.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unpackMultiDoublePartial-short:A:A-int-int-double:A-int-">unpackMultiDoublePartial(short[][], int, int, double[], int)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Decompresses a short[][] returned by packMulti() and produces an approximation of the double[][] it compressed
- using the given levels double[] as the values to assign, but only using the innermost indices up to limit, as
- described in the <a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath"><code>CoordPacker</code></a> class documentation.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CoordPacker.html#unpackMultiDoublePartialConical-short:A:A-int-int-double:A-int-int-int-double-double-">unpackMultiDoublePartialConical(short[][], int, int, double[], int, int, int, double, double)</a></span> - Static method in class squidpony.squidmath.<a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath">CoordPacker</a></dt>
- <dd>
- <div class="block">Decompresses a short[][] returned by packMulti() and produces an approximation of the double[][] it compressed
- using the given levels double[] as the values to assign, but only using the innermost indices up to limit, as
- described in the <a href="../squidpony/squidmath/CoordPacker.html" title="class in squidpony.squidmath"><code>CoordPacker</code></a> class documentation.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/MonsterGen.Chimera.html#unsaidAdjectives">unsaidAdjectives</a></span> - Variable in class squidpony.<a href="../squidpony/MonsterGen.Chimera.html" title="class in squidpony">MonsterGen.Chimera</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/MixedGenerator.html#UNTOUCHED">UNTOUCHED</a></span> - Static variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/MixedGenerator.html" title="class in squidpony.squidgrid.mapping">MixedGenerator</a></dt>
- <dd>
- <div class="block">Constant for environment tiles that are not near a cave, room, or corridor.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/Arrangement.KeySet.html#unwrap-squidpony.squidmath.Arrangement.KeyIterator-java.lang.Object:A-int-int-">unwrap(Arrangement<K>.KeyIterator, Object[], int, int)</a></span> - Method in class squidpony.squidmath.<a href="../squidpony/squidmath/Arrangement.KeySet.html" title="class in squidpony.squidmath">Arrangement.KeySet</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/Arrangement.KeySet.html#unwrap-squidpony.squidmath.Arrangement.KeyIterator-java.lang.Object:A-">unwrap(Arrangement<K>.KeyIterator, Object[])</a></span> - Method in class squidpony.squidmath.<a href="../squidpony/squidmath/Arrangement.KeySet.html" title="class in squidpony.squidmath">Arrangement.KeySet</a></dt>
- <dd>
- <div class="block">Unwraps an iterator into an array.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/IntDoubleOrderedMap.KeySet.html#unwrap-squidpony.squidmath.IntDoubleOrderedMap.KeyIterator-int:A-int-int-">unwrap(IntDoubleOrderedMap.KeyIterator, int[], int, int)</a></span> - Method in class squidpony.squidmath.<a href="../squidpony/squidmath/IntDoubleOrderedMap.KeySet.html" title="class in squidpony.squidmath">IntDoubleOrderedMap.KeySet</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.KeySet.html#unwrap-squidpony.squidmath.IntDoubleOrderedMap.KeyIterator-int:A-">unwrap(IntDoubleOrderedMap.KeyIterator, int[])</a></span> - Method in class squidpony.squidmath.<a href="../squidpony/squidmath/IntDoubleOrderedMap.KeySet.html" title="class in squidpony.squidmath">IntDoubleOrderedMap.KeySet</a></dt>
- <dd>
- <div class="block">Unwraps an iterator into an array.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/OrderedMap.KeySet.html#unwrap-squidpony.squidmath.OrderedMap.KeyIterator-java.lang.Object:A-int-int-">unwrap(OrderedMap<K, V>.KeyIterator, Object[], int, int)</a></span> - Method in class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.KeySet.html" title="class in squidpony.squidmath">OrderedMap.KeySet</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/OrderedMap.KeySet.html#unwrap-squidpony.squidmath.OrderedMap.KeyIterator-java.lang.Object:A-">unwrap(OrderedMap<K, V>.KeyIterator, Object[])</a></span> - Method in class squidpony.squidmath.<a href="../squidpony/squidmath/OrderedMap.KeySet.html" title="class in squidpony.squidmath">OrderedMap.KeySet</a></dt>
- <dd>
- <div class="block">Unwraps an iterator into an array.</div>
- </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/iterator/SquidIterators.Up.html#Up-int-int-int-int-">Up(int, int, int, int)</a></span> - Constructor for class squidpony.squidgrid.iterator.<a href="../squidpony/squidgrid/iterator/SquidIterators.Up.html" title="class in squidpony.squidgrid.iterator">SquidIterators.Up</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidmath/CrossHash.Storm.html#upsilon">upsilon</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/Messaging.html#userPattern">userPattern</a></span> - Static variable in class squidpony.<a href="../squidpony/Messaging.html" title="class in squidpony">Messaging</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/Messaging.NounTrait.html#usiText--">usiText()</a></span> - Method in enum squidpony.<a href="../squidpony/Messaging.NounTrait.html" title="enum in squidpony">Messaging.NounTrait</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/DungeonGenerator.html#utility">utility</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/DungeonGenerator.html" title="class in squidpony.squidgrid.mapping">DungeonGenerator</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/ModularMapGenerator.html#utility">utility</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/ModularMapGenerator.html" title="class in squidpony.squidgrid.mapping">ModularMapGenerator</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/SectionDungeonGenerator.html#utility">utility</a></span> - Variable in class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/SectionDungeonGenerator.html" title="class in squidpony.squidgrid.mapping">SectionDungeonGenerator</a></dt>
- <dd> </dd>
- <dt><span class="memberNameLink"><a href="../squidpony/squidgrid/mapping/Rectangle.Utils.html#Utils--">Utils()</a></span> - Constructor for class squidpony.squidgrid.mapping.<a href="../squidpony/squidgrid/mapping/Rectangle.Utils.html" title="class in squidpony.squidgrid.mapping">Rectangle.Utils</a></dt>
- <dd> </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-21.html">Prev Letter</a></li>
- <li><a href="index-23.html">Next Letter</a></li>
- </ul>
- <ul class="navList">
- <li><a href="../index.html?index-files/index-22.html" target="_top">Frames</a></li>
- <li><a href="index-22.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>
|