diff options
Diffstat (limited to 'doc/org/unitConverter')
124 files changed, 42290 insertions, 0 deletions
diff --git a/doc/org/unitConverter/converterGUI/DelegateListModel.html b/doc/org/unitConverter/converterGUI/DelegateListModel.html new file mode 100644 index 0000000..916d94b --- /dev/null +++ b/doc/org/unitConverter/converterGUI/DelegateListModel.html @@ -0,0 +1,959 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>DelegateListModel</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="DelegateListModel"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/DelegateListModel.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.converterGUI</a></div> +<h2 title="Class DelegateListModel" class="title">Class DelegateListModel<E></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>javax.swing.AbstractListModel<E></li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.converterGUI.DelegateListModel<E></li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.io.Serializable</code>, <code>java.lang.Iterable<E></code>, <code>java.util.Collection<E></code>, <code>java.util.List<E></code>, <code>javax.swing.ListModel<E></code></dd> +</dl> +<hr> +<pre>final class <span class="typeNameLabel">DelegateListModel<E></span> +extends javax.swing.AbstractListModel<E> +implements java.util.List<E></pre> +<div class="block">A list model that delegates to a list. + <p> + It is recommended to use the delegate methods in DelegateListModel instead of the delegated list's methods because + the delegate methods handle updating the list. + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-14, v0.1.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#delegate">delegate</a></span></code></th> +<td class="colLast"> +<div class="block">The list that this model is a delegate to.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static long</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#serialVersionUID">serialVersionUID</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="fields.inherited.from.class.javax.swing.AbstractListModel"> +<!-- --> +</a> +<h3>Fields inherited from class javax.swing.AbstractListModel</h3> +<code>listenerList</code></li> +</ul> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">DelegateListModel</a></span>()</code></th> +<td class="colLast"> +<div class="block">Creates an empty <code>DelegateListModel</code>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.util.List)">DelegateListModel</a></span>​(java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> delegate)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>DelegateListModel</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#add(int,E)">add</a></span>​(int index, + <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a> element)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#add(E)">add</a></span>​(<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a> element)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addAll(int,java.util.Collection)">addAll</a></span>​(int index, + java.util.Collection<? extends <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addAll(java.util.Collection)">addAll</a></span>​(java.util.Collection<? extends <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#clear()">clear</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#contains(java.lang.Object)">contains</a></span>​(java.lang.Object elem)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsAll(java.util.Collection)">containsAll</a></span>​(java.util.Collection<?> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code><a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#get(int)">get</a></span>​(int index)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code><a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getElementAt(int)">getElementAt</a></span>​(int index)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSize()">getSize</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#indexOf(java.lang.Object)">indexOf</a></span>​(java.lang.Object elem)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEmpty()">isEmpty</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>java.util.Iterator<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#iterator()">iterator</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#lastIndexOf(java.lang.Object)">lastIndexOf</a></span>​(java.lang.Object elem)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i14" class="altColor"> +<td class="colFirst"><code>java.util.ListIterator<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listIterator()">listIterator</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i15" class="rowColor"> +<td class="colFirst"><code>java.util.ListIterator<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listIterator(int)">listIterator</a></span>​(int index)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i16" class="altColor"> +<td class="colFirst"><code><a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove(int)">remove</a></span>​(int index)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i17" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove(java.lang.Object)">remove</a></span>​(java.lang.Object o)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i18" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeAll(java.util.Collection)">removeAll</a></span>​(java.util.Collection<?> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i19" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#retainAll(java.util.Collection)">retainAll</a></span>​(java.util.Collection<?> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i20" class="altColor"> +<td class="colFirst"><code><a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#set(int,E)">set</a></span>​(int index, + <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a> element)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i21" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#size()">size</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i22" class="altColor"> +<td class="colFirst"><code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#subList(int,int)">subList</a></span>​(int fromIndex, + int toIndex)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i23" class="rowColor"> +<td class="colFirst"><code>java.lang.Object[]</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toArray()">toArray</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i24" class="altColor"> +<td class="colFirst"><code><T> T[]</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toArray(T%5B%5D)">toArray</a></span>​(T[] a)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i25" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.javax.swing.AbstractListModel"> +<!-- --> +</a> +<h3>Methods inherited from class javax.swing.AbstractListModel</h3> +<code>addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Collection"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Collection</h3> +<code>parallelStream, removeIf, stream, toArray</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Iterable"> +<!-- --> +</a> +<h3>Methods inherited from interface java.lang.Iterable</h3> +<code>forEach</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.List"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.List</h3> +<code>equals, hashCode, replaceAll, sort, spliterator</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="serialVersionUID"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>serialVersionUID</h4> +<pre>private static final long serialVersionUID</pre> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-14, v0.1.0</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../constant-values.html#org.unitConverter.converterGUI.DelegateListModel.serialVersionUID">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a id="delegate"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>delegate</h4> +<pre>private final java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> delegate</pre> +<div class="block">The list that this model is a delegate to.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-14, v0.1.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DelegateListModel</h4> +<pre>public DelegateListModel()</pre> +<div class="block">Creates an empty <code>DelegateListModel</code>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13</dd> +</dl> +</li> +</ul> +<a id="<init>(java.util.List)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>DelegateListModel</h4> +<pre>public DelegateListModel​(java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> delegate)</pre> +<div class="block">Creates the <code>DelegateListModel</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>delegate</code> - list to delegate</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-14, v0.1.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="add(java.lang.Object)"> +<!-- --> +</a><a id="add(E)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>add</h4> +<pre class="methodSignature">public boolean add​(<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a> element)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>add</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>add</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="add(int,java.lang.Object)"> +<!-- --> +</a><a id="add(int,E)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>add</h4> +<pre class="methodSignature">public void add​(int index, + <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a> element)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>add</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="addAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addAll</h4> +<pre class="methodSignature">public boolean addAll​(java.util.Collection<? extends <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>addAll</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>addAll</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="addAll(int,java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addAll</h4> +<pre class="methodSignature">public boolean addAll​(int index, + java.util.Collection<? extends <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>addAll</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="clear()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clear</h4> +<pre class="methodSignature">public void clear()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>clear</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>clear</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="contains(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>contains</h4> +<pre class="methodSignature">public boolean contains​(java.lang.Object elem)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>contains</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>contains</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="containsAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>containsAll</h4> +<pre class="methodSignature">public boolean containsAll​(java.util.Collection<?> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>containsAll</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>containsAll</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="get(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>get</h4> +<pre class="methodSignature">public <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a> get​(int index)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>get</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="getElementAt(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getElementAt</h4> +<pre class="methodSignature">public <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a> getElementAt​(int index)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>getElementAt</code> in interface <code>javax.swing.ListModel<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="getSize()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSize</h4> +<pre class="methodSignature">public int getSize()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>getSize</code> in interface <code>javax.swing.ListModel<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="indexOf(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>indexOf</h4> +<pre class="methodSignature">public int indexOf​(java.lang.Object elem)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>indexOf</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="isEmpty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isEmpty</h4> +<pre class="methodSignature">public boolean isEmpty()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>isEmpty</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>isEmpty</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="iterator()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>iterator</h4> +<pre class="methodSignature">public java.util.Iterator<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> iterator()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.lang.Iterable<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="lastIndexOf(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>lastIndexOf</h4> +<pre class="methodSignature">public int lastIndexOf​(java.lang.Object elem)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>lastIndexOf</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="listIterator()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>listIterator</h4> +<pre class="methodSignature">public java.util.ListIterator<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> listIterator()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>listIterator</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="listIterator(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>listIterator</h4> +<pre class="methodSignature">public java.util.ListIterator<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> listIterator​(int index)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>listIterator</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="remove(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>remove</h4> +<pre class="methodSignature">public <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a> remove​(int index)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="remove(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>remove</h4> +<pre class="methodSignature">public boolean remove​(java.lang.Object o)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="removeAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>removeAll</h4> +<pre class="methodSignature">public boolean removeAll​(java.util.Collection<?> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>removeAll</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>removeAll</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="retainAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>retainAll</h4> +<pre class="methodSignature">public boolean retainAll​(java.util.Collection<?> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>retainAll</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>retainAll</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="set(int,java.lang.Object)"> +<!-- --> +</a><a id="set(int,E)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>set</h4> +<pre class="methodSignature">public <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a> set​(int index, + <a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a> element)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>set</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="size()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>size</h4> +<pre class="methodSignature">public int size()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="subList(int,int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>subList</h4> +<pre class="methodSignature">public java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>> subList​(int fromIndex, + int toIndex)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>subList</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="toArray()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toArray</h4> +<pre class="methodSignature">public java.lang.Object[] toArray()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="toArray(java.lang.Object[])"> +<!-- --> +</a><a id="toArray(T[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toArray</h4> +<pre class="methodSignature">public <T> T[] toArray​(T[] a)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.Collection<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.List<<a href="DelegateListModel.html" title="type parameter in DelegateListModel">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="toString()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toString</h4> +<pre class="methodSignature">public java.lang.String toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/DelegateListModel.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/FilterComparator.html b/doc/org/unitConverter/converterGUI/FilterComparator.html new file mode 100644 index 0000000..af91555 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/FilterComparator.html @@ -0,0 +1,489 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>FilterComparator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="FilterComparator"; + } + } + catch(err) { + } +//--> +var data = {"i0":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/FilterComparator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.converterGUI</a></div> +<h2 title="Class FilterComparator" class="title">Class FilterComparator</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.converterGUI.FilterComparator</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.util.Comparator<java.lang.String></code></dd> +</dl> +<hr> +<pre>final class <span class="typeNameLabel">FilterComparator</span> +extends java.lang.Object +implements java.util.Comparator<java.lang.String></pre> +<div class="block">A comparator that compares strings using a filter.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#caseSensitive">caseSensitive</a></span></code></th> +<td class="colLast"> +<div class="block">Whether or not the comparison is case-sensitive.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.Comparator<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#comparator">comparator</a></span></code></th> +<td class="colLast"> +<div class="block">The comparator to use if the arguments are otherwise equal.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#filter">filter</a></span></code></th> +<td class="colLast"> +<div class="block">The filter that the comparator is filtered by.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String)">FilterComparator</a></span>​(java.lang.String filter)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>FilterComparator</code>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.util.Comparator)">FilterComparator</a></span>​(java.lang.String filter, + java.util.Comparator<java.lang.String> comparator)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>FilterComparator</code>.</div> +</td> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.util.Comparator,boolean)">FilterComparator</a></span>​(java.lang.String filter, + java.util.Comparator<java.lang.String> comparator, + boolean caseSensitive)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>FilterComparator</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#compare(java.lang.String,java.lang.String)">compare</a></span>​(java.lang.String arg0, + java.lang.String arg1)</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Comparator"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Comparator</h3> +<code>equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="filter"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>filter</h4> +<pre>private final java.lang.String filter</pre> +<div class="block">The filter that the comparator is filtered by.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="comparator"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>comparator</h4> +<pre>private final java.util.Comparator<java.lang.String> comparator</pre> +<div class="block">The comparator to use if the arguments are otherwise equal.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="caseSensitive"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>caseSensitive</h4> +<pre>private final boolean caseSensitive</pre> +<div class="block">Whether or not the comparison is case-sensitive.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FilterComparator</h4> +<pre>public FilterComparator​(java.lang.String filter)</pre> +<div class="block">Creates the <code>FilterComparator</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>filter</code> - </dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="<init>(java.lang.String,java.util.Comparator)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FilterComparator</h4> +<pre>public FilterComparator​(java.lang.String filter, + java.util.Comparator<java.lang.String> comparator)</pre> +<div class="block">Creates the <code>FilterComparator</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>filter</code> - string to filter by</dd> +<dd><code>comparator</code> - comparator to fall back to if all else fails, null is compareTo.</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if filter is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="<init>(java.lang.String,java.util.Comparator,boolean)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>FilterComparator</h4> +<pre>public FilterComparator​(java.lang.String filter, + java.util.Comparator<java.lang.String> comparator, + boolean caseSensitive)</pre> +<div class="block">Creates the <code>FilterComparator</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>filter</code> - string to filter by</dd> +<dd><code>comparator</code> - comparator to fall back to if all else fails, null is compareTo.</dd> +<dd><code>caseSensitive</code> - whether or not the comparator is case-sensitive</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if filter is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="compare(java.lang.String,java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>compare</h4> +<pre class="methodSignature">public int compare​(java.lang.String arg0, + java.lang.String arg1)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>compare</code> in interface <code>java.util.Comparator<java.lang.String></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/FilterComparator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/GridBagBuilder.html b/doc/org/unitConverter/converterGUI/GridBagBuilder.html new file mode 100644 index 0000000..c8e80d2 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/GridBagBuilder.html @@ -0,0 +1,1140 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>GridBagBuilder</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="GridBagBuilder"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/GridBagBuilder.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.converterGUI</a></div> +<h2 title="Class GridBagBuilder" class="title">Class GridBagBuilder</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.converterGUI.GridBagBuilder</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<pre>final class <span class="typeNameLabel">GridBagBuilder</span> +extends java.lang.Object</pre> +<div class="block">A builder for Java's <code>GridBagConstraints</code> class.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#anchor">anchor</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>anchor</code> property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#fill">fill</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>fill</code> property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#gridheight">gridheight</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>gridheight</code> property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#gridwidth">gridwidth</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>gridwidth</code> property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#gridx">gridx</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>gridx</code> property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#gridy">gridy</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>gridy</code> property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.awt.Insets</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#insets">insets</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>insets</code> property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ipadx">ipadx</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>ipadx</code> property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#ipady">ipady</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>ipady</code> property.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private double</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#weightx">weightx</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>weightx</code> property.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private double</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#weighty">weighty</a></span></code></th> +<td class="colLast"> +<div class="block">The built <code>GridBagConstraints</code>'s <code>weighty</code> property.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier</th> +<th class="colSecond" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code> </code></td> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(int,int)">GridBagBuilder</a></span>​(int gridx, + int gridy)</code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code> </code></td> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(int,int,int,int)">GridBagBuilder</a></span>​(int gridx, + int gridy, + int gridwidth, + int gridheight)</code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private </code></td> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(int,int,int,int,double,double,int,int,java.awt.Insets,int,int)">GridBagBuilder</a></span>​(int gridx, + int gridy, + int gridwidth, + int gridheight, + double weightx, + double weighty, + int anchor, + int fill, + java.awt.Insets insets, + int ipadx, + int ipady)</code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>java.awt.GridBagConstraints</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#build()">build</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAnchor()">getAnchor</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFill()">getFill</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGridheight()">getGridheight</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGridwidth()">getGridwidth</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGridx()">getGridx</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGridy()">getGridy</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>java.awt.Insets</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getInsets()">getInsets</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getIpadx()">getIpadx</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getIpady()">getIpady</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>double</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getWeightx()">getWeightx</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>double</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getWeighty()">getWeighty</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code><a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setAnchor(int)">setAnchor</a></span>​(int anchor)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code><a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setFill(int)">setFill</a></span>​(int fill)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i14" class="altColor"> +<td class="colFirst"><code><a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setInsets(java.awt.Insets)">setInsets</a></span>​(java.awt.Insets insets)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i15" class="rowColor"> +<td class="colFirst"><code><a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setIpadx(int)">setIpadx</a></span>​(int ipadx)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i16" class="altColor"> +<td class="colFirst"><code><a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setIpady(int)">setIpady</a></span>​(int ipady)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i17" class="rowColor"> +<td class="colFirst"><code><a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setWeightx(double)">setWeightx</a></span>​(double weightx)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i18" class="altColor"> +<td class="colFirst"><code><a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setWeighty(double)">setWeighty</a></span>​(double weighty)</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="gridx"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>gridx</h4> +<pre>private final int gridx</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>gridx</code> property. + <p> + Specifies the cell containing the leading edge of the component's display area, where the first cell in a row has + <code>gridx=0</code>. The leading edge of a component's display area is its left edge for a horizontal, + left-to-right container and its right edge for a horizontal, right-to-left container. The value + <code>RELATIVE</code> specifies that the component be placed immediately following the component that was added + to the container just before this component was added. + <p> + The default value is <code>RELATIVE</code>. <code>gridx</code> should be a non-negative value.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code>, +<code>GridBagConstraints.gridy</code>, +<code>ComponentOrientation</code></dd> +</dl> +</li> +</ul> +<a id="gridy"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>gridy</h4> +<pre>private final int gridy</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>gridy</code> property. + <p> + Specifies the cell at the top of the component's display area, where the topmost cell has <code>gridy=0</code>. + The value <code>RELATIVE</code> specifies that the component be placed just below the component that was added to + the container just before this component was added. + <p> + The default value is <code>RELATIVE</code>. <code>gridy</code> should be a non-negative value.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code>, +<code>GridBagConstraints.gridx</code></dd> +</dl> +</li> +</ul> +<a id="gridwidth"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>gridwidth</h4> +<pre>private final int gridwidth</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>gridwidth</code> property. + <p> + Specifies the number of cells in a row for the component's display area. + <p> + Use <code>REMAINDER</code> to specify that the component's display area will be from <code>gridx</code> to the + last cell in the row. Use <code>RELATIVE</code> to specify that the component's display area will be from + <code>gridx</code> to the next to the last one in its row. + <p> + <code>gridwidth</code> should be non-negative and the default value is 1.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code>, +<code>GridBagConstraints.gridheight</code></dd> +</dl> +</li> +</ul> +<a id="gridheight"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>gridheight</h4> +<pre>private final int gridheight</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>gridheight</code> property. + <p> + Specifies the number of cells in a column for the component's display area. + <p> + Use <code>REMAINDER</code> to specify that the component's display area will be from <code>gridy</code> to the + last cell in the column. Use <code>RELATIVE</code> to specify that the component's display area will be from + <code>gridy</code> to the next to the last one in its column. + <p> + <code>gridheight</code> should be a non-negative value and the default value is 1.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code>, +<code>GridBagConstraints.gridwidth</code></dd> +</dl> +</li> +</ul> +<a id="weightx"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>weightx</h4> +<pre>private double weightx</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>weightx</code> property. + <p> + Specifies how to distribute extra horizontal space. + <p> + The grid bag layout manager calculates the weight of a column to be the maximum <code>weightx</code> of all the + components in a column. If the resulting layout is smaller horizontally than the area it needs to fill, the extra + space is distributed to each column in proportion to its weight. A column that has a weight of zero receives no + extra space. + <p> + If all the weights are zero, all the extra space appears between the grids of the cell and the left and right + edges. + <p> + The default value of this field is <code>0</code>. <code>weightx</code> should be a non-negative value.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code>, +<code>GridBagConstraints.weighty</code></dd> +</dl> +</li> +</ul> +<a id="weighty"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>weighty</h4> +<pre>private double weighty</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>weighty</code> property. + <p> + Specifies how to distribute extra vertical space. + <p> + The grid bag layout manager calculates the weight of a row to be the maximum <code>weighty</code> of all the + components in a row. If the resulting layout is smaller vertically than the area it needs to fill, the extra + space is distributed to each row in proportion to its weight. A row that has a weight of zero receives no extra + space. + <p> + If all the weights are zero, all the extra space appears between the grids of the cell and the top and bottom + edges. + <p> + The default value of this field is <code>0</code>. <code>weighty</code> should be a non-negative value.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code>, +<code>GridBagConstraints.weightx</code></dd> +</dl> +</li> +</ul> +<a id="anchor"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>anchor</h4> +<pre>private int anchor</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>anchor</code> property. + <p> + This field is used when the component is smaller than its display area. It determines where, within the display + area, to place the component. + <p> + There are three kinds of possible values: orientation relative, baseline relative and absolute. Orientation + relative values are interpreted relative to the container's component orientation property, baseline relative + values are interpreted relative to the baseline and absolute values are not. The absolute values are: + <code>CENTER</code>, <code>NORTH</code>, <code>NORTHEAST</code>, <code>EAST</code>, <code>SOUTHEAST</code>, + <code>SOUTH</code>, <code>SOUTHWEST</code>, <code>WEST</code>, and <code>NORTHWEST</code>. The orientation + relative values are: <code>PAGE_START</code>, <code>PAGE_END</code>, <code>LINE_START</code>, + <code>LINE_END</code>, <code>FIRST_LINE_START</code>, <code>FIRST_LINE_END</code>, <code>LAST_LINE_START</code> + and <code>LAST_LINE_END</code>. The baseline relative values are: <code>BASELINE</code>, + <code>BASELINE_LEADING</code>, <code>BASELINE_TRAILING</code>, <code>ABOVE_BASELINE</code>, + <code>ABOVE_BASELINE_LEADING</code>, <code>ABOVE_BASELINE_TRAILING</code>, <code>BELOW_BASELINE</code>, + <code>BELOW_BASELINE_LEADING</code>, and <code>BELOW_BASELINE_TRAILING</code>. The default value is + <code>CENTER</code>.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code>, +<code>ComponentOrientation</code></dd> +</dl> +</li> +</ul> +<a id="fill"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>fill</h4> +<pre>private int fill</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>fill</code> property. + <p> + This field is used when the component's display area is larger than the component's requested size. It determines + whether to resize the component, and if so, how. + <p> + The following values are valid for <code>fill</code>: + + <ul> + <li><code>NONE</code>: Do not resize the component. + <li><code>HORIZONTAL</code>: Make the component wide enough to fill its display area horizontally, but do not + change its height. + <li><code>VERTICAL</code>: Make the component tall enough to fill its display area vertically, but do not change + its width. + <li><code>BOTH</code>: Make the component fill its display area entirely. + </ul> + <p> + The default value is <code>NONE</code>.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code></dd> +</dl> +</li> +</ul> +<a id="insets"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>insets</h4> +<pre>private java.awt.Insets insets</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>insets</code> property. + <p> + This field specifies the external padding of the component, the minimum amount of space between the component and + the edges of its display area. + <p> + The default value is <code>new Insets(0, 0, 0, 0)</code>.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code></dd> +</dl> +</li> +</ul> +<a id="ipadx"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ipadx</h4> +<pre>private int ipadx</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>ipadx</code> property. + <p> + This field specifies the internal padding of the component, how much space to add to the minimum width of the + component. The width of the component is at least its minimum width plus <code>ipadx</code> pixels. + <p> + The default value is <code>0</code>.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code>, +<code>GridBagConstraints.ipady</code></dd> +</dl> +</li> +</ul> +<a id="ipady"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ipady</h4> +<pre>private int ipady</pre> +<div class="block">The built <code>GridBagConstraints</code>'s <code>ipady</code> property. + <p> + This field specifies the internal padding, that is, how much space to add to the minimum height of the component. + The height of the component is at least its minimum height plus <code>ipady</code> pixels. + <p> + The default value is 0.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>Object.clone()</code>, +<code>GridBagConstraints.ipadx</code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(int,int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GridBagBuilder</h4> +<pre>public GridBagBuilder​(int gridx, + int gridy)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>gridx</code> - x position</dd> +<dd><code>gridy</code> - y position</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="<init>(int,int,int,int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GridBagBuilder</h4> +<pre>public GridBagBuilder​(int gridx, + int gridy, + int gridwidth, + int gridheight)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>gridx</code> - x position</dd> +<dd><code>gridy</code> - y position</dd> +<dd><code>gridwidth</code> - number of cells occupied horizontally</dd> +<dd><code>gridheight</code> - number of cells occupied vertically</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="<init>(int,int,int,int,double,double,int,int,java.awt.Insets,int,int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>GridBagBuilder</h4> +<pre>private GridBagBuilder​(int gridx, + int gridy, + int gridwidth, + int gridheight, + double weightx, + double weighty, + int anchor, + int fill, + java.awt.Insets insets, + int ipadx, + int ipady)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>gridx</code> - x position</dd> +<dd><code>gridy</code> - y position</dd> +<dd><code>gridwidth</code> - number of cells occupied horizontally</dd> +<dd><code>gridheight</code> - number of cells occupied vertically</dd> +<dd><code>weightx</code> - </dd> +<dd><code>weighty</code> - </dd> +<dd><code>anchor</code> - </dd> +<dd><code>fill</code> - </dd> +<dd><code>insets</code> - </dd> +<dd><code>ipadx</code> - </dd> +<dd><code>ipady</code> - </dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="build()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>build</h4> +<pre class="methodSignature">public java.awt.GridBagConstraints build()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd><code>GridBagConstraints</code> created by this builder</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getAnchor()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAnchor</h4> +<pre class="methodSignature">public int getAnchor()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>anchor</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getFill()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFill</h4> +<pre class="methodSignature">public int getFill()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>fill</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getGridheight()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getGridheight</h4> +<pre class="methodSignature">public int getGridheight()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>gridheight</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getGridwidth()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getGridwidth</h4> +<pre class="methodSignature">public int getGridwidth()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>gridwidth</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getGridx()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getGridx</h4> +<pre class="methodSignature">public int getGridx()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>gridx</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getGridy()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getGridy</h4> +<pre class="methodSignature">public int getGridy()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>gridy</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getInsets()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getInsets</h4> +<pre class="methodSignature">public java.awt.Insets getInsets()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>insets</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getIpadx()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getIpadx</h4> +<pre class="methodSignature">public int getIpadx()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>ipadx</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getIpady()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getIpady</h4> +<pre class="methodSignature">public int getIpady()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>ipady</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getWeightx()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getWeightx</h4> +<pre class="methodSignature">public double getWeightx()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>weightx</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getWeighty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getWeighty</h4> +<pre class="methodSignature">public double getWeighty()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>weighty</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setAnchor(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setAnchor</h4> +<pre class="methodSignature">public <a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a> setAnchor​(int anchor)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>anchor</code> - anchor to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setFill(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setFill</h4> +<pre class="methodSignature">public <a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a> setFill​(int fill)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>fill</code> - fill to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setInsets(java.awt.Insets)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setInsets</h4> +<pre class="methodSignature">public <a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a> setInsets​(java.awt.Insets insets)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>insets</code> - insets to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setIpadx(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setIpadx</h4> +<pre class="methodSignature">public <a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a> setIpadx​(int ipadx)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>ipadx</code> - ipadx to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setIpady(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setIpady</h4> +<pre class="methodSignature">public <a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a> setIpady​(int ipady)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>ipady</code> - ipady to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setWeightx(double)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setWeightx</h4> +<pre class="methodSignature">public <a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a> setWeightx​(double weightx)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>weightx</code> - weightx to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setWeighty(double)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setWeighty</h4> +<pre class="methodSignature">public <a href="GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a> setWeighty​(double weighty)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>weighty</code> - weighty to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-11-30, v0.1.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/GridBagBuilder.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/MutablePredicate.html b/doc/org/unitConverter/converterGUI/MutablePredicate.html new file mode 100644 index 0000000..d7af17c --- /dev/null +++ b/doc/org/unitConverter/converterGUI/MutablePredicate.html @@ -0,0 +1,428 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>MutablePredicate</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="MutablePredicate"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/MutablePredicate.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.converterGUI</a></div> +<h2 title="Class MutablePredicate" class="title">Class MutablePredicate<T></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.converterGUI.MutablePredicate<T></li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.util.function.Predicate<T></code></dd> +</dl> +<hr> +<pre>final class <span class="typeNameLabel">MutablePredicate<T></span> +extends java.lang.Object +implements java.util.function.Predicate<T></pre> +<div class="block">A container for a predicate, which can be changed later.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.function.Predicate<<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#predicate">predicate</a></span></code></th> +<td class="colLast"> +<div class="block">The predicate stored in this <code>MutablePredicate</code></div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.util.function.Predicate)">MutablePredicate</a></span>​(java.util.function.Predicate<<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a>> predicate)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>MutablePredicate</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>java.util.function.Predicate<<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPredicate()">getPredicate</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setPredicate(java.util.function.Predicate)">setPredicate</a></span>​(java.util.function.Predicate<<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a>> predicate)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#test(T)">test</a></span>​(<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a> t)</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.function.Predicate"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.function.Predicate</h3> +<code>and, negate, or</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="predicate"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>predicate</h4> +<pre>private java.util.function.Predicate<<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a>> predicate</pre> +<div class="block">The predicate stored in this <code>MutablePredicate</code></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(java.util.function.Predicate)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>MutablePredicate</h4> +<pre>public MutablePredicate​(java.util.function.Predicate<<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a>> predicate)</pre> +<div class="block">Creates the <code>MutablePredicate</code>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="getPredicate()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPredicate</h4> +<pre class="methodSignature">public final java.util.function.Predicate<<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a>> getPredicate()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>predicate</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="setPredicate(java.util.function.Predicate)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setPredicate</h4> +<pre class="methodSignature">public final void setPredicate​(java.util.function.Predicate<<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a>> predicate)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>predicate</code> - new value of predicate</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="test(java.lang.Object)"> +<!-- --> +</a><a id="test(T)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>test</h4> +<pre class="methodSignature">public boolean test​(<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a> t)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>test</code> in interface <code>java.util.function.Predicate<<a href="MutablePredicate.html" title="type parameter in MutablePredicate">T</a>></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/MutablePredicate.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/SearchBoxList.html b/doc/org/unitConverter/converterGUI/SearchBoxList.html new file mode 100644 index 0000000..1831fbd --- /dev/null +++ b/doc/org/unitConverter/converterGUI/SearchBoxList.html @@ -0,0 +1,902 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>SearchBoxList</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="SearchBoxList"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SearchBoxList.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.converterGUI</a></div> +<h2 title="Class SearchBoxList" class="title">Class SearchBoxList</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>java.awt.Component</li> +<li> +<ul class="inheritance"> +<li>java.awt.Container</li> +<li> +<ul class="inheritance"> +<li>javax.swing.JComponent</li> +<li> +<ul class="inheritance"> +<li>javax.swing.JPanel</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.converterGUI.SearchBoxList</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.awt.image.ImageObserver</code>, <code>java.awt.MenuContainer</code>, <code>java.io.Serializable</code>, <code>javax.accessibility.Accessible</code></dd> +</dl> +<hr> +<pre>final class <span class="typeNameLabel">SearchBoxList</span> +extends javax.swing.JPanel</pre> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a id="nested.classes.inherited.from.class.javax.swing.JPanel"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class javax.swing.JPanel</h3> +<code>javax.swing.JPanel.AccessibleJPanel</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="nested.classes.inherited.from.class.javax.swing.JComponent"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class javax.swing.JComponent</h3> +<code>javax.swing.JComponent.AccessibleJComponent</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="nested.classes.inherited.from.class.java.awt.Container"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class java.awt.Container</h3> +<code>java.awt.Container.AccessibleAWTContainer</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="nested.classes.inherited.from.class.java.awt.Component"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class java.awt.Component</h3> +<code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li> +</ul> +</li> +</ul> +</section> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#caseSensitive">caseSensitive</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.function.Predicate<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#customSearchFilter">customSearchFilter</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.Comparator<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#defaultOrdering">defaultOrdering</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static java.awt.Color</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EMPTY_FOREGROUND">EMPTY_FOREGROUND</a></span></code></th> +<td class="colLast"> +<div class="block">The color to use for an empty foreground.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#EMPTY_TEXT">EMPTY_TEXT</a></span></code></th> +<td class="colLast"> +<div class="block">The text to place in an empty search box.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.Collection<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#itemsToFilter">itemsToFilter</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="DelegateListModel.html" title="class in org.unitConverter.converterGUI">DelegateListModel</a><java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listModel">listModel</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private javax.swing.JTextField</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#searchBox">searchBox</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#searchBoxEmpty">searchBoxEmpty</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#searchBoxFocused">searchBoxFocused</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private javax.swing.JList<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#searchItems">searchItems</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static long</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#serialVersionUID">serialVersionUID</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="fields.inherited.from.class.javax.swing.JComponent"> +<!-- --> +</a> +<h3>Fields inherited from class javax.swing.JComponent</h3> +<code>listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="fields.inherited.from.class.java.awt.Component"> +<!-- --> +</a> +<h3>Fields inherited from class java.awt.Component</h3> +<code>accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="fields.inherited.from.class.java.awt.image.ImageObserver"> +<!-- --> +</a> +<h3>Fields inherited from interface java.awt.image.ImageObserver</h3> +<code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li> +</ul> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.util.Collection)">SearchBoxList</a></span>​(java.util.Collection<java.lang.String> itemsToFilter)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>SearchBoxList</code>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.util.Collection,java.util.Comparator,boolean)">SearchBoxList</a></span>​(java.util.Collection<java.lang.String> itemsToFilter, + java.util.Comparator<java.lang.String> defaultOrdering, + boolean caseSensitive)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>SearchBoxList</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addSearchFilter(java.util.function.Predicate)">addSearchFilter</a></span>​(java.util.function.Predicate<java.lang.String> filter)</code></th> +<td class="colLast"> +<div class="block">Adds an additional filter for searching.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#clearSearchFilters()">clearSearchFilters</a></span>()</code></th> +<td class="colLast"> +<div class="block">Resets the search filter.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>javax.swing.JTextField</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSearchBox()">getSearchBox</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>private java.util.function.Predicate<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSearchFilter(java.lang.String)">getSearchFilter</a></span>​(java.lang.String searchText)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>javax.swing.JList<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSearchList()">getSearchList</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSelectedIndex()">getSelectedIndex</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSelectedValue()">getSelectedValue</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#reapplyFilter()">reapplyFilter</a></span>()</code></th> +<td class="colLast"> +<div class="block">Re-applies the filters.</div> +</td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>private void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#searchBoxFocusGained(java.awt.event.FocusEvent)">searchBoxFocusGained</a></span>​(java.awt.event.FocusEvent e)</code></th> +<td class="colLast"> +<div class="block">Runs whenever the search box gains focus.</div> +</td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>private void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#searchBoxFocusLost(java.awt.event.FocusEvent)">searchBoxFocusLost</a></span>​(java.awt.event.FocusEvent e)</code></th> +<td class="colLast"> +<div class="block">Runs whenever the search box loses focus.</div> +</td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>private void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#searchBoxTextChanged()">searchBoxTextChanged</a></span>()</code></th> +<td class="colLast"> +<div class="block">Runs whenever the text in the search box is changed.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.javax.swing.JPanel"> +<!-- --> +</a> +<h3>Methods inherited from class javax.swing.JPanel</h3> +<code>getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.javax.swing.JComponent"> +<!-- --> +</a> +<h3>Methods inherited from class javax.swing.JComponent</h3> +<code>addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.awt.Container"> +<!-- --> +</a> +<h3>Methods inherited from class java.awt.Container</h3> +<code>add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTree</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.awt.Component"> +<!-- --> +</a> +<h3>Methods inherited from class java.awt.Component</h3> +<code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setMixingCutoutShape, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="serialVersionUID"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>serialVersionUID</h4> +<pre>private static final long serialVersionUID</pre> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../constant-values.html#org.unitConverter.converterGUI.SearchBoxList.serialVersionUID">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a id="EMPTY_TEXT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>EMPTY_TEXT</h4> +<pre>private static final java.lang.String EMPTY_TEXT</pre> +<div class="block">The text to place in an empty search box.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../constant-values.html#org.unitConverter.converterGUI.SearchBoxList.EMPTY_TEXT">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a id="EMPTY_FOREGROUND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>EMPTY_FOREGROUND</h4> +<pre>private static final java.awt.Color EMPTY_FOREGROUND</pre> +<div class="block">The color to use for an empty foreground.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="itemsToFilter"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>itemsToFilter</h4> +<pre>private final java.util.Collection<java.lang.String> itemsToFilter</pre> +</li> +</ul> +<a id="listModel"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>listModel</h4> +<pre>private final <a href="DelegateListModel.html" title="class in org.unitConverter.converterGUI">DelegateListModel</a><java.lang.String> listModel</pre> +</li> +</ul> +<a id="searchBox"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>searchBox</h4> +<pre>private final javax.swing.JTextField searchBox</pre> +</li> +</ul> +<a id="searchItems"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>searchItems</h4> +<pre>private final javax.swing.JList<java.lang.String> searchItems</pre> +</li> +</ul> +<a id="searchBoxEmpty"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>searchBoxEmpty</h4> +<pre>private boolean searchBoxEmpty</pre> +</li> +</ul> +<a id="searchBoxFocused"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>searchBoxFocused</h4> +<pre>private boolean searchBoxFocused</pre> +</li> +</ul> +<a id="customSearchFilter"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>customSearchFilter</h4> +<pre>private java.util.function.Predicate<java.lang.String> customSearchFilter</pre> +</li> +</ul> +<a id="defaultOrdering"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>defaultOrdering</h4> +<pre>private final java.util.Comparator<java.lang.String> defaultOrdering</pre> +</li> +</ul> +<a id="caseSensitive"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>caseSensitive</h4> +<pre>private final boolean caseSensitive</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SearchBoxList</h4> +<pre>public SearchBoxList​(java.util.Collection<java.lang.String> itemsToFilter)</pre> +<div class="block">Creates the <code>SearchBoxList</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>itemsToFilter</code> - items to put in the list</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14</dd> +</dl> +</li> +</ul> +<a id="<init>(java.util.Collection,java.util.Comparator,boolean)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>SearchBoxList</h4> +<pre>public SearchBoxList​(java.util.Collection<java.lang.String> itemsToFilter, + java.util.Comparator<java.lang.String> defaultOrdering, + boolean caseSensitive)</pre> +<div class="block">Creates the <code>SearchBoxList</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>itemsToFilter</code> - items to put in the list</dd> +<dd><code>defaultOrdering</code> - default ordering of items after filtration (null=Comparable)</dd> +<dd><code>caseSensitive</code> - whether or not the filtration is case-sensitive</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="addSearchFilter(java.util.function.Predicate)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addSearchFilter</h4> +<pre class="methodSignature">public void addSearchFilter​(java.util.function.Predicate<java.lang.String> filter)</pre> +<div class="block">Adds an additional filter for searching.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>filter</code> - filter to add.</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="clearSearchFilters()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clearSearchFilters</h4> +<pre class="methodSignature">public void clearSearchFilters()</pre> +<div class="block">Resets the search filter.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getSearchBox()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSearchBox</h4> +<pre class="methodSignature">public final javax.swing.JTextField getSearchBox()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>this component's search box component</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getSearchFilter(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSearchFilter</h4> +<pre class="methodSignature">private java.util.function.Predicate<java.lang.String> getSearchFilter​(java.lang.String searchText)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>searchText</code> - text to search for</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a filter that filters out that text, based on this list's case sensitive setting</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getSearchList()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSearchList</h4> +<pre class="methodSignature">public final javax.swing.JList<java.lang.String> getSearchList()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>this component's list component</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getSelectedIndex()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSelectedIndex</h4> +<pre class="methodSignature">public int getSelectedIndex()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>index selected in item list</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getSelectedValue()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSelectedValue</h4> +<pre class="methodSignature">public java.lang.String getSelectedValue()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value selected in item list</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="reapplyFilter()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>reapplyFilter</h4> +<pre class="methodSignature">public void reapplyFilter()</pre> +<div class="block">Re-applies the filters.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="searchBoxFocusGained(java.awt.event.FocusEvent)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>searchBoxFocusGained</h4> +<pre class="methodSignature">private void searchBoxFocusGained​(java.awt.event.FocusEvent e)</pre> +<div class="block">Runs whenever the search box gains focus.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>e</code> - focus event</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="searchBoxFocusLost(java.awt.event.FocusEvent)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>searchBoxFocusLost</h4> +<pre class="methodSignature">private void searchBoxFocusLost​(java.awt.event.FocusEvent e)</pre> +<div class="block">Runs whenever the search box loses focus.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>e</code> - focus event</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="searchBoxTextChanged()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>searchBoxTextChanged</h4> +<pre class="methodSignature">private void searchBoxTextChanged()</pre> +<div class="block">Runs whenever the text in the search box is changed. + <p> + Reapplies the search filter, and custom filters. + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SearchBoxList.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/UnitConverterGUI.Presenter.html b/doc/org/unitConverter/converterGUI/UnitConverterGUI.Presenter.html new file mode 100644 index 0000000..a33e4d8 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/UnitConverterGUI.Presenter.html @@ -0,0 +1,717 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitConverterGUI.Presenter</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitConverterGUI.Presenter"; + } + } + catch(err) { + } +//--> +var data = {"i0":9,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitConverterGUI.Presenter.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.converterGUI</a></div> +<h2 title="Class UnitConverterGUI.Presenter" class="title">Class UnitConverterGUI.Presenter</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.converterGUI.UnitConverterGUI.Presenter</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="UnitConverterGUI.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI</a></dd> +</dl> +<hr> +<pre>private static class <span class="typeNameLabel">UnitConverterGUI.Presenter</span> +extends java.lang.Object</pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="../unit/UnitDatabase.html" title="class in org.unitConverter.unit">UnitDatabase</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#database">database</a></span></code></th> +<td class="colLast"> +<div class="block">The units known by the program.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.List<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dimensionNames">dimensionNames</a></span></code></th> +<td class="colLast"> +<div class="block">The names of all of the dimensions</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.Comparator<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixNameComparator">prefixNameComparator</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.List<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixNames">prefixNames</a></span></code></th> +<td class="colLast"> +<div class="block">The names of all of the prefixes</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#significantFigures">significantFigures</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.List<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unitNames">unitNames</a></span></code></th> +<td class="colLast"> +<div class="block">The names of all of the units</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#view">view</a></span></code></th> +<td class="colLast"> +<div class="block">The presenter's associated view.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.unitConverter.converterGUI.UnitConverterGUI.View)">Presenter</a></span>​(<a href="UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a> view)</code></th> +<td class="colLast"> +<div class="block">Creates the presenter.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>private static void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addDefaults(org.unitConverter.unit.UnitDatabase)">addDefaults</a></span>​(<a href="../unit/UnitDatabase.html" title="class in org.unitConverter.unit">UnitDatabase</a> database)</code></th> +<td class="colLast"> +<div class="block">Adds default units and dimensions to a database.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#convertDimensionBased()">convertDimensionBased</a></span>()</code></th> +<td class="colLast"> +<div class="block">Converts in the dimension-based converter</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#convertExpressions()">convertExpressions</a></span>()</code></th> +<td class="colLast"> +<div class="block">Runs whenever the convert button is pressed.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>java.util.List<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dimensionNameList()">dimensionNameList</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>java.util.Comparator<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPrefixNameComparator()">getPrefixNameComparator</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>private java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRoundedString(double)">getRoundedString</a></span>​(double value)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixNameSet()">prefixNameSet</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixSelected()">prefixSelected</a></span>()</code></th> +<td class="colLast"> +<div class="block">Runs whenever a prefix is selected in the viewer.</div> +</td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setSignificantFigures(int)">setSignificantFigures</a></span>​(int significantFigures)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unitMatchesDimension(java.lang.String,java.lang.String)">unitMatchesDimension</a></span>​(java.lang.String unitName, + java.lang.String dimensionName)</code></th> +<td class="colLast"> +<div class="block">Returns true if and only if the unit represented by <code>unitName</code> has the dimension represented by + <code>dimensionName</code>.</div> +</td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unitNameSelected()">unitNameSelected</a></span>()</code></th> +<td class="colLast"> +<div class="block">Runs whenever a unit is selected in the viewer.</div> +</td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unitNameSet()">unitNameSet</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="view"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>view</h4> +<pre>private final <a href="UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a> view</pre> +<div class="block">The presenter's associated view.</div> +</li> +</ul> +<a id="database"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>database</h4> +<pre>private final <a href="../unit/UnitDatabase.html" title="class in org.unitConverter.unit">UnitDatabase</a> database</pre> +<div class="block">The units known by the program.</div> +</li> +</ul> +<a id="unitNames"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unitNames</h4> +<pre>private final java.util.List<java.lang.String> unitNames</pre> +<div class="block">The names of all of the units</div> +</li> +</ul> +<a id="prefixNames"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>prefixNames</h4> +<pre>private final java.util.List<java.lang.String> prefixNames</pre> +<div class="block">The names of all of the prefixes</div> +</li> +</ul> +<a id="dimensionNames"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>dimensionNames</h4> +<pre>private final java.util.List<java.lang.String> dimensionNames</pre> +<div class="block">The names of all of the dimensions</div> +</li> +</ul> +<a id="prefixNameComparator"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>prefixNameComparator</h4> +<pre>private final java.util.Comparator<java.lang.String> prefixNameComparator</pre> +</li> +</ul> +<a id="significantFigures"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>significantFigures</h4> +<pre>private int significantFigures</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(org.unitConverter.converterGUI.UnitConverterGUI.View)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Presenter</h4> +<pre>Presenter​(<a href="UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a> view)</pre> +<div class="block">Creates the presenter.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>view</code> - presenter's associated view</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-27, v0.1.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="addDefaults(org.unitConverter.unit.UnitDatabase)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addDefaults</h4> +<pre class="methodSignature">private static void addDefaults​(<a href="../unit/UnitDatabase.html" title="class in org.unitConverter.unit">UnitDatabase</a> database)</pre> +<div class="block">Adds default units and dimensions to a database.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>database</code> - database to add to</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="convertDimensionBased()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>convertDimensionBased</h4> +<pre class="methodSignature">public final void convertDimensionBased()</pre> +<div class="block">Converts in the dimension-based converter</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="convertExpressions()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>convertExpressions</h4> +<pre class="methodSignature">public final void convertExpressions()</pre> +<div class="block">Runs whenever the convert button is pressed. + + <p> + Reads and parses a unit expression from the from and to boxes, then converts <code>from</code> to <code>to</code>. Any + errors are shown in JOptionPanes. + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-26, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="dimensionNameList()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>dimensionNameList</h4> +<pre class="methodSignature">public final java.util.List<java.lang.String> dimensionNameList()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a list of all of the unit dimensions</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getPrefixNameComparator()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPrefixNameComparator</h4> +<pre class="methodSignature">public final java.util.Comparator<java.lang.String> getPrefixNameComparator()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a comparator to compare prefix names</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getRoundedString(double)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRoundedString</h4> +<pre class="methodSignature">private final java.lang.String getRoundedString​(double value)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - value to round</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>string of that value rounded to <code>significantDigits</code> significant digits.</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="prefixNameSet()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>prefixNameSet</h4> +<pre class="methodSignature">public final java.util.Set<java.lang.String> prefixNameSet()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a set of all prefix names in the database</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="prefixSelected()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>prefixSelected</h4> +<pre class="methodSignature">public final void prefixSelected()</pre> +<div class="block">Runs whenever a prefix is selected in the viewer. + <p> + Shows its information in the text box to the right. + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setSignificantFigures(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setSignificantFigures</h4> +<pre class="methodSignature">public final void setSignificantFigures​(int significantFigures)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>significantFigures</code> - new value of significantFigures</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="unitMatchesDimension(java.lang.String,java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unitMatchesDimension</h4> +<pre class="methodSignature">public final boolean unitMatchesDimension​(java.lang.String unitName, + java.lang.String dimensionName)</pre> +<div class="block">Returns true if and only if the unit represented by <code>unitName</code> has the dimension represented by + <code>dimensionName</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>unitName</code> - name of unit to test</dd> +<dd><code>dimensionName</code> - name of dimension to test</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>whether unit has dimenision</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="unitNameSelected()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unitNameSelected</h4> +<pre class="methodSignature">public final void unitNameSelected()</pre> +<div class="block">Runs whenever a unit is selected in the viewer. + <p> + Shows its information in the text box to the right. + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="unitNameSet()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>unitNameSet</h4> +<pre class="methodSignature">public final java.util.Set<java.lang.String> unitNameSet()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a set of all of the unit names</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitConverterGUI.Presenter.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/UnitConverterGUI.View.html b/doc/org/unitConverter/converterGUI/UnitConverterGUI.View.html new file mode 100644 index 0000000..708050f --- /dev/null +++ b/doc/org/unitConverter/converterGUI/UnitConverterGUI.View.html @@ -0,0 +1,853 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitConverterGUI.View</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitConverterGUI.View"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitConverterGUI.View.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.converterGUI</a></div> +<h2 title="Class UnitConverterGUI.View" class="title">Class UnitConverterGUI.View</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.converterGUI.UnitConverterGUI.View</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="UnitConverterGUI.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI</a></dd> +</dl> +<hr> +<pre>private static class <span class="typeNameLabel">UnitConverterGUI.View</span> +extends java.lang.Object</pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private javax.swing.JTextArea</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dimensionBasedOutput">dimensionBasedOutput</a></span></code></th> +<td class="colLast"> +<div class="block">The output area in the dimension-based converter</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private javax.swing.JFrame</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#frame">frame</a></span></code></th> +<td class="colLast"> +<div class="block">The view's frame.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private javax.swing.JTextField</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#fromEntry">fromEntry</a></span></code></th> +<td class="colLast"> +<div class="block">The "From" entry in the conversion panel</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private <a href="SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#fromSearch">fromSearch</a></span></code></th> +<td class="colLast"> +<div class="block">The panel for "From" in the dimension-based converter</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private javax.swing.JTextArea</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#output">output</a></span></code></th> +<td class="colLast"> +<div class="block">The output area in the conversion panel</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private <a href="SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixNameList">prefixNameList</a></span></code></th> +<td class="colLast"> +<div class="block">The searchable list of prefix names in the prefix viewer</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private javax.swing.JTextArea</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixTextBox">prefixTextBox</a></span></code></th> +<td class="colLast"> +<div class="block">The text box for prefix data in the prefix viewer</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private <a href="UnitConverterGUI.Presenter.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.Presenter</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#presenter">presenter</a></span></code></th> +<td class="colLast"> +<div class="block">The view's associated presenter.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private javax.swing.JTextField</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toEntry">toEntry</a></span></code></th> +<td class="colLast"> +<div class="block">The "To" entry in the conversion panel</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private <a href="SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toSearch">toSearch</a></span></code></th> +<td class="colLast"> +<div class="block">The panel for "To" in the dimension-based converter</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unitNameList">unitNameList</a></span></code></th> +<td class="colLast"> +<div class="block">The searchable list of unit names in the unit viewer</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private javax.swing.JTextArea</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unitTextBox">unitTextBox</a></span></code></th> +<td class="colLast"> +<div class="block">The text box for unit data in the unit viewer</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private javax.swing.JTextField</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#valueInput">valueInput</a></span></code></th> +<td class="colLast"> +<div class="block">The panel for inputting values in the dimension-based converter</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">View</a></span>()</code></th> +<td class="colLast"> +<div class="block">Creates the <code>View</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDimensionConverterInput()">getDimensionConverterInput</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFromSelection()">getFromSelection</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFromText()">getFromText</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPrefixViewerSelection()">getPrefixViewerSelection</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getToSelection()">getToSelection</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getToText()">getToText</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUnitViewerSelection()">getUnitViewerSelection</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#init()">init</a></span>()</code></th> +<td class="colLast"> +<div class="block">Starts up the application.</div> +</td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>private void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#initComponents()">initComponents</a></span>()</code></th> +<td class="colLast"> +<div class="block">Initializes the view's components.</div> +</td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setDimensionConverterOutputText(java.lang.String)">setDimensionConverterOutputText</a></span>​(java.lang.String text)</code></th> +<td class="colLast"> +<div class="block">Sets the text in the output of the dimension-based converter.</div> +</td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setExpressionConverterOutputText(java.lang.String)">setExpressionConverterOutputText</a></span>​(java.lang.String text)</code></th> +<td class="colLast"> +<div class="block">Sets the text in the output of the conversion panel.</div> +</td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setPrefixTextBoxText(java.lang.String)">setPrefixTextBoxText</a></span>​(java.lang.String text)</code></th> +<td class="colLast"> +<div class="block">Sets the text of the prefix text box in the prefix viewer.</div> +</td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setUnitTextBoxText(java.lang.String)">setUnitTextBoxText</a></span>​(java.lang.String text)</code></th> +<td class="colLast"> +<div class="block">Sets the text of the unit text box in the unit viewer.</div> +</td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#showErrorDialog(java.lang.String,java.lang.String)">showErrorDialog</a></span>​(java.lang.String title, + java.lang.String message)</code></th> +<td class="colLast"> +<div class="block">Shows an error dialog.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="frame"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>frame</h4> +<pre>private final javax.swing.JFrame frame</pre> +<div class="block">The view's frame.</div> +</li> +</ul> +<a id="presenter"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>presenter</h4> +<pre>private final <a href="UnitConverterGUI.Presenter.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.Presenter</a> presenter</pre> +<div class="block">The view's associated presenter.</div> +</li> +</ul> +<a id="valueInput"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueInput</h4> +<pre>private final javax.swing.JTextField valueInput</pre> +<div class="block">The panel for inputting values in the dimension-based converter</div> +</li> +</ul> +<a id="fromSearch"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>fromSearch</h4> +<pre>private final <a href="SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a> fromSearch</pre> +<div class="block">The panel for "From" in the dimension-based converter</div> +</li> +</ul> +<a id="toSearch"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toSearch</h4> +<pre>private final <a href="SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a> toSearch</pre> +<div class="block">The panel for "To" in the dimension-based converter</div> +</li> +</ul> +<a id="dimensionBasedOutput"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>dimensionBasedOutput</h4> +<pre>private final javax.swing.JTextArea dimensionBasedOutput</pre> +<div class="block">The output area in the dimension-based converter</div> +</li> +</ul> +<a id="fromEntry"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>fromEntry</h4> +<pre>private final javax.swing.JTextField fromEntry</pre> +<div class="block">The "From" entry in the conversion panel</div> +</li> +</ul> +<a id="toEntry"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toEntry</h4> +<pre>private final javax.swing.JTextField toEntry</pre> +<div class="block">The "To" entry in the conversion panel</div> +</li> +</ul> +<a id="output"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>output</h4> +<pre>private final javax.swing.JTextArea output</pre> +<div class="block">The output area in the conversion panel</div> +</li> +</ul> +<a id="unitNameList"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unitNameList</h4> +<pre>private final <a href="SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a> unitNameList</pre> +<div class="block">The searchable list of unit names in the unit viewer</div> +</li> +</ul> +<a id="prefixNameList"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>prefixNameList</h4> +<pre>private final <a href="SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a> prefixNameList</pre> +<div class="block">The searchable list of prefix names in the prefix viewer</div> +</li> +</ul> +<a id="unitTextBox"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unitTextBox</h4> +<pre>private final javax.swing.JTextArea unitTextBox</pre> +<div class="block">The text box for unit data in the unit viewer</div> +</li> +</ul> +<a id="prefixTextBox"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>prefixTextBox</h4> +<pre>private final javax.swing.JTextArea prefixTextBox</pre> +<div class="block">The text box for prefix data in the prefix viewer</div> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>View</h4> +<pre>public View()</pre> +<div class="block">Creates the <code>View</code>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-14, v0.1.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="getDimensionConverterInput()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDimensionConverterInput</h4> +<pre class="methodSignature">public java.lang.String getDimensionConverterInput()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value in dimension-based converter</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getFromSelection()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFromSelection</h4> +<pre class="methodSignature">public java.lang.String getFromSelection()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>selection in "From" selector in dimension-based converter</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getFromText()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFromText</h4> +<pre class="methodSignature">public java.lang.String getFromText()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>text in "From" box in converter panel</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getPrefixViewerSelection()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPrefixViewerSelection</h4> +<pre class="methodSignature">public java.lang.String getPrefixViewerSelection()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>index of selected prefix in prefix viewer</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getToSelection()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getToSelection</h4> +<pre class="methodSignature">public java.lang.String getToSelection()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>selection in "To" selector in dimension-based converter</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getToText()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getToText</h4> +<pre class="methodSignature">public java.lang.String getToText()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>text in "To" box in converter panel</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-26, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="getUnitViewerSelection()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getUnitViewerSelection</h4> +<pre class="methodSignature">public java.lang.String getUnitViewerSelection()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>index of selected unit in unit viewer</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="init()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>init</h4> +<pre class="methodSignature">public final void init()</pre> +<div class="block">Starts up the application.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-27, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="initComponents()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>initComponents</h4> +<pre class="methodSignature">private final void initComponents()</pre> +<div class="block">Initializes the view's components.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-27, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setDimensionConverterOutputText(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setDimensionConverterOutputText</h4> +<pre class="methodSignature">public void setDimensionConverterOutputText​(java.lang.String text)</pre> +<div class="block">Sets the text in the output of the dimension-based converter.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>text</code> - text to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="setExpressionConverterOutputText(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setExpressionConverterOutputText</h4> +<pre class="methodSignature">public void setExpressionConverterOutputText​(java.lang.String text)</pre> +<div class="block">Sets the text in the output of the conversion panel.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>text</code> - text to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setPrefixTextBoxText(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setPrefixTextBoxText</h4> +<pre class="methodSignature">public void setPrefixTextBoxText​(java.lang.String text)</pre> +<div class="block">Sets the text of the prefix text box in the prefix viewer.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>text</code> - text to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="setUnitTextBoxText(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setUnitTextBoxText</h4> +<pre class="methodSignature">public void setUnitTextBoxText​(java.lang.String text)</pre> +<div class="block">Sets the text of the unit text box in the unit viewer.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>text</code> - text to set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="showErrorDialog(java.lang.String,java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>showErrorDialog</h4> +<pre class="methodSignature">public void showErrorDialog​(java.lang.String title, + java.lang.String message)</pre> +<div class="block">Shows an error dialog.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>title</code> - title of dialog</dd> +<dd><code>message</code> - message in dialog</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-14, v0.1.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitConverterGUI.View.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/UnitConverterGUI.html b/doc/org/unitConverter/converterGUI/UnitConverterGUI.html new file mode 100644 index 0000000..a61d917 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/UnitConverterGUI.html @@ -0,0 +1,341 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitConverterGUI</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitConverterGUI"; + } + } + catch(err) { + } +//--> +var data = {"i0":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitConverterGUI.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.converterGUI</a></div> +<h2 title="Class UnitConverterGUI" class="title">Class UnitConverterGUI</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.converterGUI.UnitConverterGUI</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<pre>final class <span class="typeNameLabel">UnitConverterGUI</span> +extends java.lang.Object</pre> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-27, v0.1.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="memberSummary"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static class </code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="UnitConverterGUI.Presenter.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.Presenter</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static class </code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">UnitConverterGUI</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>static void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#main(java.lang.String%5B%5D)">main</a></span>​(java.lang.String[] args)</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>UnitConverterGUI</h4> +<pre>UnitConverterGUI()</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="main(java.lang.String[])"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>main</h4> +<pre class="methodSignature">public static void main​(java.lang.String[] args)</pre> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitConverterGUI.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/class-use/DelegateListModel.html b/doc/org/unitConverter/converterGUI/class-use/DelegateListModel.html new file mode 100644 index 0000000..11be7c6 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/class-use/DelegateListModel.html @@ -0,0 +1,195 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.converterGUI.DelegateListModel</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.converterGUI.DelegateListModel"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../DelegateListModel.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.converterGUI.DelegateListModel" class="title">Uses of Class<br>org.unitConverter.converterGUI.DelegateListModel</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../DelegateListModel.html" title="class in org.unitConverter.converterGUI">DelegateListModel</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.converterGUI">org.unitConverter.converterGUI</a></th> +<td class="colLast"> +<div class="block">The GUI interface of the Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.converterGUI"> +<!-- --> +</a> +<h3>Uses of <a href="../DelegateListModel.html" title="class in org.unitConverter.converterGUI">DelegateListModel</a> in <a href="../package-summary.html">org.unitConverter.converterGUI</a></h3> +<table class="useSummary"> +<caption><span>Fields in <a href="../package-summary.html">org.unitConverter.converterGUI</a> declared as <a href="../DelegateListModel.html" title="class in org.unitConverter.converterGUI">DelegateListModel</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="../DelegateListModel.html" title="class in org.unitConverter.converterGUI">DelegateListModel</a><java.lang.String></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">SearchBoxList.</span><code><span class="memberNameLink"><a href="../SearchBoxList.html#listModel">listModel</a></span></code></th> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../DelegateListModel.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/class-use/FilterComparator.html b/doc/org/unitConverter/converterGUI/class-use/FilterComparator.html new file mode 100644 index 0000000..45696dc --- /dev/null +++ b/doc/org/unitConverter/converterGUI/class-use/FilterComparator.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.converterGUI.FilterComparator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.converterGUI.FilterComparator"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../FilterComparator.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.converterGUI.FilterComparator" class="title">Uses of Class<br>org.unitConverter.converterGUI.FilterComparator</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.converterGUI.FilterComparator</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../FilterComparator.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/class-use/GridBagBuilder.html b/doc/org/unitConverter/converterGUI/class-use/GridBagBuilder.html new file mode 100644 index 0000000..6dbde14 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/class-use/GridBagBuilder.html @@ -0,0 +1,225 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.converterGUI.GridBagBuilder</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.converterGUI.GridBagBuilder"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.converterGUI.GridBagBuilder" class="title">Uses of Class<br>org.unitConverter.converterGUI.GridBagBuilder</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.converterGUI">org.unitConverter.converterGUI</a></th> +<td class="colLast"> +<div class="block">The GUI interface of the Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.converterGUI"> +<!-- --> +</a> +<h3>Uses of <a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a> in <a href="../package-summary.html">org.unitConverter.converterGUI</a></h3> +<table class="useSummary"> +<caption><span>Methods in <a href="../package-summary.html">org.unitConverter.converterGUI</a> that return <a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">GridBagBuilder.</span><code><span class="memberNameLink"><a href="../GridBagBuilder.html#setAnchor(int)">setAnchor</a></span>​(int anchor)</code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">GridBagBuilder.</span><code><span class="memberNameLink"><a href="../GridBagBuilder.html#setFill(int)">setFill</a></span>​(int fill)</code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">GridBagBuilder.</span><code><span class="memberNameLink"><a href="../GridBagBuilder.html#setInsets(java.awt.Insets)">setInsets</a></span>​(java.awt.Insets insets)</code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">GridBagBuilder.</span><code><span class="memberNameLink"><a href="../GridBagBuilder.html#setIpadx(int)">setIpadx</a></span>​(int ipadx)</code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">GridBagBuilder.</span><code><span class="memberNameLink"><a href="../GridBagBuilder.html#setIpady(int)">setIpady</a></span>​(int ipady)</code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">GridBagBuilder.</span><code><span class="memberNameLink"><a href="../GridBagBuilder.html#setWeightx(double)">setWeightx</a></span>​(double weightx)</code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">GridBagBuilder</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">GridBagBuilder.</span><code><span class="memberNameLink"><a href="../GridBagBuilder.html#setWeighty(double)">setWeighty</a></span>​(double weighty)</code></th> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../GridBagBuilder.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/class-use/MutablePredicate.html b/doc/org/unitConverter/converterGUI/class-use/MutablePredicate.html new file mode 100644 index 0000000..91113cd --- /dev/null +++ b/doc/org/unitConverter/converterGUI/class-use/MutablePredicate.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.converterGUI.MutablePredicate</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.converterGUI.MutablePredicate"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../MutablePredicate.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.converterGUI.MutablePredicate" class="title">Uses of Class<br>org.unitConverter.converterGUI.MutablePredicate</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.converterGUI.MutablePredicate</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../MutablePredicate.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/class-use/SearchBoxList.html b/doc/org/unitConverter/converterGUI/class-use/SearchBoxList.html new file mode 100644 index 0000000..ef2d34c --- /dev/null +++ b/doc/org/unitConverter/converterGUI/class-use/SearchBoxList.html @@ -0,0 +1,218 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.converterGUI.SearchBoxList</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.converterGUI.SearchBoxList"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../SearchBoxList.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.converterGUI.SearchBoxList" class="title">Uses of Class<br>org.unitConverter.converterGUI.SearchBoxList</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.converterGUI">org.unitConverter.converterGUI</a></th> +<td class="colLast"> +<div class="block">The GUI interface of the Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.converterGUI"> +<!-- --> +</a> +<h3>Uses of <a href="../SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a> in <a href="../package-summary.html">org.unitConverter.converterGUI</a></h3> +<table class="useSummary"> +<caption><span>Fields in <a href="../package-summary.html">org.unitConverter.converterGUI</a> declared as <a href="../SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="../SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">UnitConverterGUI.View.</span><code><span class="memberNameLink"><a href="../UnitConverterGUI.View.html#fromSearch">fromSearch</a></span></code></th> +<td class="colLast"> +<div class="block">The panel for "From" in the dimension-based converter</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private <a href="../SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">UnitConverterGUI.View.</span><code><span class="memberNameLink"><a href="../UnitConverterGUI.View.html#prefixNameList">prefixNameList</a></span></code></th> +<td class="colLast"> +<div class="block">The searchable list of prefix names in the prefix viewer</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="../SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">UnitConverterGUI.View.</span><code><span class="memberNameLink"><a href="../UnitConverterGUI.View.html#toSearch">toSearch</a></span></code></th> +<td class="colLast"> +<div class="block">The panel for "To" in the dimension-based converter</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private <a href="../SearchBoxList.html" title="class in org.unitConverter.converterGUI">SearchBoxList</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">UnitConverterGUI.View.</span><code><span class="memberNameLink"><a href="../UnitConverterGUI.View.html#unitNameList">unitNameList</a></span></code></th> +<td class="colLast"> +<div class="block">The searchable list of unit names in the unit viewer</div> +</td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../SearchBoxList.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/class-use/UnitConverterGUI.Presenter.html b/doc/org/unitConverter/converterGUI/class-use/UnitConverterGUI.Presenter.html new file mode 100644 index 0000000..e2116c8 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/class-use/UnitConverterGUI.Presenter.html @@ -0,0 +1,197 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.converterGUI.UnitConverterGUI.Presenter</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.converterGUI.UnitConverterGUI.Presenter"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitConverterGUI.Presenter.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.converterGUI.UnitConverterGUI.Presenter" class="title">Uses of Class<br>org.unitConverter.converterGUI.UnitConverterGUI.Presenter</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../UnitConverterGUI.Presenter.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.Presenter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.converterGUI">org.unitConverter.converterGUI</a></th> +<td class="colLast"> +<div class="block">The GUI interface of the Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.converterGUI"> +<!-- --> +</a> +<h3>Uses of <a href="../UnitConverterGUI.Presenter.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.Presenter</a> in <a href="../package-summary.html">org.unitConverter.converterGUI</a></h3> +<table class="useSummary"> +<caption><span>Fields in <a href="../package-summary.html">org.unitConverter.converterGUI</a> declared as <a href="../UnitConverterGUI.Presenter.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.Presenter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="../UnitConverterGUI.Presenter.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.Presenter</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">UnitConverterGUI.View.</span><code><span class="memberNameLink"><a href="../UnitConverterGUI.View.html#presenter">presenter</a></span></code></th> +<td class="colLast"> +<div class="block">The view's associated presenter.</div> +</td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitConverterGUI.Presenter.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/class-use/UnitConverterGUI.View.html b/doc/org/unitConverter/converterGUI/class-use/UnitConverterGUI.View.html new file mode 100644 index 0000000..0660499 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/class-use/UnitConverterGUI.View.html @@ -0,0 +1,212 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.converterGUI.UnitConverterGUI.View</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.converterGUI.UnitConverterGUI.View"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.converterGUI.UnitConverterGUI.View" class="title">Uses of Class<br>org.unitConverter.converterGUI.UnitConverterGUI.View</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.converterGUI">org.unitConverter.converterGUI</a></th> +<td class="colLast"> +<div class="block">The GUI interface of the Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.converterGUI"> +<!-- --> +</a> +<h3>Uses of <a href="../UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a> in <a href="../package-summary.html">org.unitConverter.converterGUI</a></h3> +<table class="useSummary"> +<caption><span>Fields in <a href="../package-summary.html">org.unitConverter.converterGUI</a> declared as <a href="../UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="../UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">UnitConverterGUI.Presenter.</span><code><span class="memberNameLink"><a href="../UnitConverterGUI.Presenter.html#view">view</a></span></code></th> +<td class="colLast"> +<div class="block">The presenter's associated view.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary"> +<caption><span>Constructors in <a href="../package-summary.html">org.unitConverter.converterGUI</a> with parameters of type <a href="../UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../UnitConverterGUI.Presenter.html#%3Cinit%3E(org.unitConverter.converterGUI.UnitConverterGUI.View)">Presenter</a></span>​(<a href="../UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">UnitConverterGUI.View</a> view)</code></th> +<td class="colLast"> +<div class="block">Creates the presenter.</div> +</td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitConverterGUI.View.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/class-use/UnitConverterGUI.html b/doc/org/unitConverter/converterGUI/class-use/UnitConverterGUI.html new file mode 100644 index 0000000..4cfc3f6 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/class-use/UnitConverterGUI.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.converterGUI.UnitConverterGUI</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.converterGUI.UnitConverterGUI"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitConverterGUI.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.converterGUI.UnitConverterGUI" class="title">Uses of Class<br>org.unitConverter.converterGUI.UnitConverterGUI</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.converterGUI.UnitConverterGUI</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitConverterGUI.html" title="class in org.unitConverter.converterGUI">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/package-frame.html b/doc/org/unitConverter/converterGUI/package-frame.html new file mode 100644 index 0000000..33d1aeb --- /dev/null +++ b/doc/org/unitConverter/converterGUI/package-frame.html @@ -0,0 +1,14 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter.converterGUI</title> +<meta name="date" content="2019-12-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +</head> +<body> +<h1 class="bar"><a href="../../../org/unitConverter/converterGUI/package-summary.html" target="classFrame">org.unitConverter.converterGUI</a></h1> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/package-summary.html b/doc/org/unitConverter/converterGUI/package-summary.html new file mode 100644 index 0000000..fd85478 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/package-summary.html @@ -0,0 +1,139 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter.converterGUI</title> +<meta name="date" content="2019-12-24"> +<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="org.unitConverter.converterGUI"; + } + } + 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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/package-summary.html">Prev Package</a></li> +<li><a href="../../../org/unitConverter/math/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/converterGUI/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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="header"> +<h1 title="Package" class="title">Package org.unitConverter.converterGUI</h1> +<div class="docSummary"> +<div class="block">The GUI interface of the Unit Converter.</div> +</div> +<p>See: <a href="#package.description">Description</a></p> +</div> +<div class="contentContainer"><a name="package.description"> +<!-- --> +</a> +<h2 title="Package org.unitConverter.converterGUI Description">Package org.unitConverter.converterGUI Description</h2> +<div class="block">The GUI interface of the Unit Converter.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-25, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/package-summary.html">Prev Package</a></li> +<li><a href="../../../org/unitConverter/math/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/converterGUI/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/package-tree.html b/doc/org/unitConverter/converterGUI/package-tree.html new file mode 100644 index 0000000..007991a --- /dev/null +++ b/doc/org/unitConverter/converterGUI/package-tree.html @@ -0,0 +1,127 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter.converterGUI Class Hierarchy</title> +<meta name="date" content="2019-12-24"> +<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="org.unitConverter.converterGUI Class Hierarchy"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/package-tree.html">Prev</a></li> +<li><a href="../../../org/unitConverter/math/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/converterGUI/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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="header"> +<h1 class="title">Hierarchy For Package org.unitConverter.converterGUI</h1> +<span class="packageHierarchyLabel">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../../overview-tree.html">All Packages</a></li> +</ul> +</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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/package-tree.html">Prev</a></li> +<li><a href="../../../org/unitConverter/math/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/converterGUI/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/converterGUI/package-use.html b/doc/org/unitConverter/converterGUI/package-use.html new file mode 100644 index 0000000..83a9bc5 --- /dev/null +++ b/doc/org/unitConverter/converterGUI/package-use.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Package org.unitConverter.converterGUI</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Package org.unitConverter.converterGUI"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/converterGUI/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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="header"> +<h1 title="Uses of Package org.unitConverter.converterGUI" class="title">Uses of Package<br>org.unitConverter.converterGUI</h1> +</div> +<div class="contentContainer">No usage of org.unitConverter.converterGUI</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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/converterGUI/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceCollection.html b/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceCollection.html new file mode 100644 index 0000000..3607ffa --- /dev/null +++ b/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceCollection.html @@ -0,0 +1,532 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>ConditionalExistenceCollections.ConditionalExistenceCollection</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ConditionalExistenceCollections.ConditionalExistenceCollection"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollections.ConditionalExistenceCollection.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.math</a></div> +<h2 title="Class ConditionalExistenceCollections.ConditionalExistenceCollection" class="title">Class ConditionalExistenceCollections.ConditionalExistenceCollection<E></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>java.util.AbstractCollection<E></li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceCollection<E></li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>E</code> - type of element in collection</dd> +</dl> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.lang.Iterable<E></code>, <code>java.util.Collection<E></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="ConditionalExistenceCollections.html" title="class in org.unitConverter.math">ConditionalExistenceCollections</a></dd> +</dl> +<hr> +<pre>static final class <span class="typeNameLabel">ConditionalExistenceCollections.ConditionalExistenceCollection<E></span> +extends java.util.AbstractCollection<E></pre> +<div class="block">Elements in this collection only exist if they meet a condition.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>(package private) java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collection">collection</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>(package private) java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#existenceCondition">existenceCondition</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier</th> +<th class="colSecond" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private </code></td> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.util.Collection,java.util.function.Predicate)">ConditionalExistenceCollection</a></span>​(java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>> collection, + java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>> existenceCondition)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>ConditionalExistenceCollection</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#add(E)">add</a></span>​(<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a> e)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#clear()">clear</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#contains(java.lang.Object)">contains</a></span>​(java.lang.Object o)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#iterator()">iterator</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove(java.lang.Object)">remove</a></span>​(java.lang.Object o)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#size()">size</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.AbstractCollection"> +<!-- --> +</a> +<h3>Methods inherited from class java.util.AbstractCollection</h3> +<code>addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Collection"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Collection</h3> +<code>equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Iterable"> +<!-- --> +</a> +<h3>Methods inherited from interface java.lang.Iterable</h3> +<code>forEach</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="collection"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>collection</h4> +<pre>final java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>> collection</pre> +</li> +</ul> +<a id="existenceCondition"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>existenceCondition</h4> +<pre>final java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>> existenceCondition</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(java.util.Collection,java.util.function.Predicate)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ConditionalExistenceCollection</h4> +<pre>private ConditionalExistenceCollection​(java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>> collection, + java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>> existenceCondition)</pre> +<div class="block">Creates the <code>ConditionalExistenceCollection</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>collection</code> - </dd> +<dd><code>existenceCondition</code> - </dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="add(java.lang.Object)"> +<!-- --> +</a><a id="add(E)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>add</h4> +<pre class="methodSignature">public boolean add​(<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a> e)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>add</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>add</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="clear()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clear</h4> +<pre class="methodSignature">public void clear()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>clear</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>clear</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="contains(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>contains</h4> +<pre class="methodSignature">public boolean contains​(java.lang.Object o)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>contains</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>contains</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="iterator()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>iterator</h4> +<pre class="methodSignature">public java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>> iterator()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.lang.Iterable<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="remove(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>remove</h4> +<pre class="methodSignature">public boolean remove​(java.lang.Object o)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>remove</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="size()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>size</h4> +<pre class="methodSignature">public int size()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceCollection">E</a>></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollections.ConditionalExistenceCollection.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceIterator.html b/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceIterator.html new file mode 100644 index 0000000..0a3a963 --- /dev/null +++ b/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceIterator.html @@ -0,0 +1,493 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>ConditionalExistenceCollections.ConditionalExistenceIterator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ConditionalExistenceCollections.ConditionalExistenceIterator"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollections.ConditionalExistenceIterator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.math</a></div> +<h2 title="Class ConditionalExistenceCollections.ConditionalExistenceIterator" class="title">Class ConditionalExistenceCollections.ConditionalExistenceIterator<E></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceIterator<E></li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>E</code> - type of elements in iterator</dd> +</dl> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.util.Iterator<E></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="ConditionalExistenceCollections.html" title="class in org.unitConverter.math">ConditionalExistenceCollections</a></dd> +</dl> +<hr> +<pre>static final class <span class="typeNameLabel">ConditionalExistenceCollections.ConditionalExistenceIterator<E></span> +extends java.lang.Object +implements java.util.Iterator<E></pre> +<div class="block">Elements in this wrapper iterator only exist if they pass a condition.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>(package private) java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#existenceCondition">existenceCondition</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>(package private) boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hasNext">hasNext</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>(package private) java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#iterator">iterator</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>(package private) <a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#nextElement">nextElement</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier</th> +<th class="colSecond" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private </code></td> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.util.Iterator,java.util.function.Predicate)">ConditionalExistenceIterator</a></span>​(java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>> iterator, + java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>> condition)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>ConditionalExistenceIterator</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>private void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAndSetNextElement()">getAndSetNextElement</a></span>()</code></th> +<td class="colLast"> +<div class="block">Gets the next element, and sets nextElement and hasNext accordingly.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hasNext()">hasNext</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#next()">next</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove()">remove</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Iterator"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Iterator</h3> +<code>forEachRemaining</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="iterator"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>iterator</h4> +<pre>final java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>> iterator</pre> +</li> +</ul> +<a id="existenceCondition"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>existenceCondition</h4> +<pre>final java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>> existenceCondition</pre> +</li> +</ul> +<a id="nextElement"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>nextElement</h4> +<pre><a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a> nextElement</pre> +</li> +</ul> +<a id="hasNext"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>hasNext</h4> +<pre>boolean hasNext</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(java.util.Iterator,java.util.function.Predicate)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ConditionalExistenceIterator</h4> +<pre>private ConditionalExistenceIterator​(java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>> iterator, + java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>> condition)</pre> +<div class="block">Creates the <code>ConditionalExistenceIterator</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>iterator</code> - </dd> +<dd><code>condition</code> - </dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="getAndSetNextElement()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAndSetNextElement</h4> +<pre class="methodSignature">private void getAndSetNextElement()</pre> +<div class="block">Gets the next element, and sets nextElement and hasNext accordingly.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +</dl> +</li> +</ul> +<a id="hasNext()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasNext</h4> +<pre class="methodSignature">public boolean hasNext()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>hasNext</code> in interface <code>java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="next()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>next</h4> +<pre class="methodSignature">public <a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a> next()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>next</code> in interface <code>java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="remove()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>remove</h4> +<pre class="methodSignature">public void remove()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceIterator">E</a>></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollections.ConditionalExistenceIterator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceMap.html b/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceMap.html new file mode 100644 index 0000000..1b7b1a7 --- /dev/null +++ b/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceMap.html @@ -0,0 +1,570 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>ConditionalExistenceCollections.ConditionalExistenceMap</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ConditionalExistenceCollections.ConditionalExistenceMap"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollections.ConditionalExistenceMap.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.math</a></div> +<h2 title="Class ConditionalExistenceCollections.ConditionalExistenceMap" class="title">Class ConditionalExistenceCollections.ConditionalExistenceMap<K,​V></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>java.util.AbstractMap<K,​V></li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceMap<K,​V></li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>K</code> - key type</dd> +<dd><code>V</code> - value type</dd> +</dl> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.util.Map<K,​V></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="ConditionalExistenceCollections.html" title="class in org.unitConverter.math">ConditionalExistenceCollections</a></dd> +</dl> +<hr> +<pre>static final class <span class="typeNameLabel">ConditionalExistenceCollections.ConditionalExistenceMap<K,​V></span> +extends java.util.AbstractMap<K,​V></pre> +<div class="block">Mappings in this map only exist if the entry passes some condition.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a id="nested.classes.inherited.from.class.java.util.AbstractMap"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class java.util.AbstractMap</h3> +<code>java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="nested.classes.inherited.from.class.java.util.Map"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface java.util.Map</h3> +<code>java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object></code></li> +</ul> +</li> +</ul> +</section> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>(package private) java.util.function.Predicate<java.util.Map.Entry<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#entryExistenceCondition">entryExistenceCondition</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>(package private) java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#map">map</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier</th> +<th class="colSecond" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private </code></td> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.util.Map,java.util.function.Predicate)">ConditionalExistenceMap</a></span>​(java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>> map, + java.util.function.Predicate<java.util.Map.Entry<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>>> entryExistenceCondition)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>ConditionalExistenceMap</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsKey(java.lang.Object)">containsKey</a></span>​(java.lang.Object key)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>java.util.Set<java.util.Map.Entry<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#entrySet()">entrySet</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#get(java.lang.Object)">get</a></span>​(java.lang.Object key)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#keySet()">keySet</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code><a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#put(K,V)">put</a></span>​(<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a> key, + <a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a> value)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code><a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove(java.lang.Object)">remove</a></span>​(java.lang.Object key)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#values()">values</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.AbstractMap"> +<!-- --> +</a> +<h3>Methods inherited from class java.util.AbstractMap</h3> +<code>clear, clone, containsValue, equals, hashCode, isEmpty, putAll, size, toString</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Map"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Map</h3> +<code>compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="map"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>map</h4> +<pre>java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>> map</pre> +</li> +</ul> +<a id="entryExistenceCondition"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>entryExistenceCondition</h4> +<pre>java.util.function.Predicate<java.util.Map.Entry<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>>> entryExistenceCondition</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(java.util.Map,java.util.function.Predicate)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ConditionalExistenceMap</h4> +<pre>private ConditionalExistenceMap​(java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>> map, + java.util.function.Predicate<java.util.Map.Entry<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>>> entryExistenceCondition)</pre> +<div class="block">Creates the <code>ConditionalExistenceMap</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>map</code> - </dd> +<dd><code>entryExistenceCondition</code> - </dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="containsKey(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>containsKey</h4> +<pre class="methodSignature">public boolean containsKey​(java.lang.Object key)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>containsKey</code> in interface <code>java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>containsKey</code> in class <code>java.util.AbstractMap<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +</dl> +</li> +</ul> +<a id="entrySet()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>entrySet</h4> +<pre class="methodSignature">public java.util.Set<java.util.Map.Entry<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>>> entrySet()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>entrySet</code> in interface <code>java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>entrySet</code> in class <code>java.util.AbstractMap<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +</dl> +</li> +</ul> +<a id="get(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>get</h4> +<pre class="methodSignature">public <a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a> get​(java.lang.Object key)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>get</code> in interface <code>java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>get</code> in class <code>java.util.AbstractMap<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +</dl> +</li> +</ul> +<a id="keySet()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>keySet</h4> +<pre class="methodSignature">public java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>> keySet()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>keySet</code> in interface <code>java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>keySet</code> in class <code>java.util.AbstractMap<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +</dl> +</li> +</ul> +<a id="put(java.lang.Object,java.lang.Object)"> +<!-- --> +</a><a id="put(K,V)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>put</h4> +<pre class="methodSignature">public <a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a> put​(<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a> key, + <a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a> value)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>put</code> in interface <code>java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>put</code> in class <code>java.util.AbstractMap<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +</dl> +</li> +</ul> +<a id="remove(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>remove</h4> +<pre class="methodSignature">public <a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a> remove​(java.lang.Object key)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>remove</code> in class <code>java.util.AbstractMap<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +</dl> +</li> +</ul> +<a id="values()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>values</h4> +<pre class="methodSignature">public java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>> values()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>values</code> in interface <code>java.util.Map<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>values</code> in class <code>java.util.AbstractMap<<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">K</a>,​<a href="ConditionalExistenceCollections.ConditionalExistenceMap.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceMap">V</a>></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollections.ConditionalExistenceMap.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceSet.html b/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceSet.html new file mode 100644 index 0000000..060e2a3 --- /dev/null +++ b/doc/org/unitConverter/math/ConditionalExistenceCollections.ConditionalExistenceSet.html @@ -0,0 +1,565 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>ConditionalExistenceCollections.ConditionalExistenceSet</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ConditionalExistenceCollections.ConditionalExistenceSet"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollections.ConditionalExistenceSet.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.math</a></div> +<h2 title="Class ConditionalExistenceCollections.ConditionalExistenceSet" class="title">Class ConditionalExistenceCollections.ConditionalExistenceSet<E></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>java.util.AbstractCollection<E></li> +<li> +<ul class="inheritance"> +<li>java.util.AbstractSet<E></li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceSet<E></li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>E</code> - type of element in set</dd> +</dl> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.lang.Iterable<E></code>, <code>java.util.Collection<E></code>, <code>java.util.Set<E></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="ConditionalExistenceCollections.html" title="class in org.unitConverter.math">ConditionalExistenceCollections</a></dd> +</dl> +<hr> +<pre>static final class <span class="typeNameLabel">ConditionalExistenceCollections.ConditionalExistenceSet<E></span> +extends java.util.AbstractSet<E></pre> +<div class="block">Elements in this set only exist if a certain condition is true.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#existenceCondition">existenceCondition</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#set">set</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier</th> +<th class="colSecond" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private </code></td> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.util.Set,java.util.function.Predicate)">ConditionalExistenceSet</a></span>​(java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>> set, + java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>> existenceCondition)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>ConditionalNonexistenceSet</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#add(E)">add</a></span>​(<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a> e)</code></th> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#clear()">clear</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#contains(java.lang.Object)">contains</a></span>​(java.lang.Object o)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#iterator()">iterator</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove(java.lang.Object)">remove</a></span>​(java.lang.Object o)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#size()">size</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.AbstractSet"> +<!-- --> +</a> +<h3>Methods inherited from class java.util.AbstractSet</h3> +<code>equals, hashCode, removeAll</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.AbstractCollection"> +<!-- --> +</a> +<h3>Methods inherited from class java.util.AbstractCollection</h3> +<code>addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Collection"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Collection</h3> +<code>parallelStream, removeIf, stream, toArray</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Iterable"> +<!-- --> +</a> +<h3>Methods inherited from interface java.lang.Iterable</h3> +<code>forEach</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Set"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Set</h3> +<code>addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="set"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>set</h4> +<pre>private final java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>> set</pre> +</li> +</ul> +<a id="existenceCondition"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>existenceCondition</h4> +<pre>private final java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>> existenceCondition</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(java.util.Set,java.util.function.Predicate)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ConditionalExistenceSet</h4> +<pre>private ConditionalExistenceSet​(java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>> set, + java.util.function.Predicate<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>> existenceCondition)</pre> +<div class="block">Creates the <code>ConditionalNonexistenceSet</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>set</code> - set to use</dd> +<dd><code>existenceCondition</code> - condition where element exists</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="add(java.lang.Object)"> +<!-- --> +</a><a id="add(E)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>add</h4> +<pre class="methodSignature">public boolean add​(<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a> e)</pre> +<div class="block"> + <p> + Note that this method returns <code>false</code> if <code>e</code> does not pass the existence condition.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>add</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>add</code> in interface <code>java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>add</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="clear()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clear</h4> +<pre class="methodSignature">public void clear()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>clear</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>clear</code> in interface <code>java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>clear</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="contains(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>contains</h4> +<pre class="methodSignature">public boolean contains​(java.lang.Object o)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>contains</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>contains</code> in interface <code>java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>contains</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="iterator()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>iterator</h4> +<pre class="methodSignature">public java.util.Iterator<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>> iterator()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.lang.Iterable<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="remove(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>remove</h4> +<pre class="methodSignature">public boolean remove​(java.lang.Object o)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>remove</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +</dl> +</li> +</ul> +<a id="size()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>size</h4> +<pre class="methodSignature">public int size()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in interface <code>java.util.Collection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in interface <code>java.util.Set<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in class <code>java.util.AbstractCollection<<a href="ConditionalExistenceCollections.ConditionalExistenceSet.html" title="type parameter in ConditionalExistenceCollections.ConditionalExistenceSet">E</a>></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollections.ConditionalExistenceSet.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/ConditionalExistenceCollections.html b/doc/org/unitConverter/math/ConditionalExistenceCollections.html new file mode 100644 index 0000000..2764146 --- /dev/null +++ b/doc/org/unitConverter/math/ConditionalExistenceCollections.html @@ -0,0 +1,397 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>ConditionalExistenceCollections</title> +<meta name="date" content="2019-12-24"> +<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="ConditionalExistenceCollections"; + } + } + catch(err) { + } +//--> +var methods = {"i0":9,"i1":9,"i2":9,"i3":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollections.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../org/unitConverter/math/DecimalComparison.html" title="class in org.unitConverter.math"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/ConditionalExistenceCollections.html" target="_top">Frames</a></li> +<li><a href="ConditionalExistenceCollections.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.math</div> +<h2 title="Class ConditionalExistenceCollections" class="title">Class ConditionalExistenceCollections</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ConditionalExistenceCollections</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">ConditionalExistenceCollections</span> +extends java.lang.Object</pre> +<div class="block">Elements in these wrapper collections only exist if they pass a condition. + <p> + All of the collections in this class are "views" of the provided collections. They are mutable if the provided + collections are mutable, they allow null if the provided collections allow null, they will reflect changes in the + provided collection, etc. + <p> + The modification operations will always run the corresponding operations, even if the conditional existence + collection doesn't change. For example, if you have a set that ignores even numbers, add(2) will still add a 2 to the + backing set (but the conditional existence set will say it doesn't exist). + <p> + The returned collections do <i>not</i> pass the hashCode and equals operations through to the backing collections, + but rely on <code>Object</code>'s <code>equals</code> and <code>hashCode</code> methods. This is necessary to preserve the contracts + of these operations in the case that the backing collections are sets or lists. + <p> + Other than that, <i>the only difference between the provided collections and the returned collections are that + elements don't exist if they don't pass the provided condition</i>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ConditionalExistenceCollections.html#ConditionalExistenceCollections--">ConditionalExistenceCollections</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>static <E> java.util.Collection<E></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ConditionalExistenceCollections.html#conditionalExistenceCollection-java.util.Collection-java.util.function.Predicate-">conditionalExistenceCollection</a></span>(java.util.Collection<E> collection, + java.util.function.Predicate<E> existenceCondition)</code> +<div class="block">Elements in the returned wrapper collection are ignored if they don't pass a condition.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>static <E> java.util.Iterator<E></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ConditionalExistenceCollections.html#conditionalExistenceIterator-java.util.Iterator-java.util.function.Predicate-">conditionalExistenceIterator</a></span>(java.util.Iterator<E> iterator, + java.util.function.Predicate<E> existenceCondition)</code> +<div class="block">Elements in the returned wrapper iterator are ignored if they don't pass a condition.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>static <K,V> java.util.Map<K,V></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ConditionalExistenceCollections.html#conditionalExistenceMap-java.util.Map-java.util.function.Predicate-">conditionalExistenceMap</a></span>(java.util.Map<K,V> map, + java.util.function.Predicate<java.util.Map.Entry<K,V>> entryExistenceCondition)</code> +<div class="block">Mappings in the returned wrapper map are ignored if the corresponding entry doesn't pass a condition</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>static <E> java.util.Set<E></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ConditionalExistenceCollections.html#conditionalExistenceSet-java.util.Set-java.util.function.Predicate-">conditionalExistenceSet</a></span>(java.util.Set<E> set, + java.util.function.Predicate<E> existenceCondition)</code> +<div class="block">Elements in the returned wrapper set are ignored if they don't pass a condition.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ConditionalExistenceCollections--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ConditionalExistenceCollections</h4> +<pre>public ConditionalExistenceCollections()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="conditionalExistenceCollection-java.util.Collection-java.util.function.Predicate-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>conditionalExistenceCollection</h4> +<pre>public static final <E> java.util.Collection<E> conditionalExistenceCollection(java.util.Collection<E> collection, + java.util.function.Predicate<E> existenceCondition)</pre> +<div class="block">Elements in the returned wrapper collection are ignored if they don't pass a condition.</div> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>E</code> - type of elements in collection</dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>collection</code> - collection to wrap</dd> +<dd><code>existenceCondition</code> - elements only exist if this returns true</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>wrapper collection</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +</dl> +</li> +</ul> +<a name="conditionalExistenceIterator-java.util.Iterator-java.util.function.Predicate-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>conditionalExistenceIterator</h4> +<pre>public static final <E> java.util.Iterator<E> conditionalExistenceIterator(java.util.Iterator<E> iterator, + java.util.function.Predicate<E> existenceCondition)</pre> +<div class="block">Elements in the returned wrapper iterator are ignored if they don't pass a condition.</div> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>E</code> - type of elements in iterator</dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>iterator</code> - iterator to wrap</dd> +<dd><code>existenceCondition</code> - elements only exist if this returns true</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>wrapper iterator</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +</dl> +</li> +</ul> +<a name="conditionalExistenceMap-java.util.Map-java.util.function.Predicate-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>conditionalExistenceMap</h4> +<pre>public static final <K,V> java.util.Map<K,V> conditionalExistenceMap(java.util.Map<K,V> map, + java.util.function.Predicate<java.util.Map.Entry<K,V>> entryExistenceCondition)</pre> +<div class="block">Mappings in the returned wrapper map are ignored if the corresponding entry doesn't pass a condition</div> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>K</code> - type of key in map</dd> +<dd><code>V</code> - type of value in map</dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>map</code> - map to wrap</dd> +<dd><code>entryExistenceCondition</code> - mappings only exist if this returns true</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>wrapper map</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +</dl> +</li> +</ul> +<a name="conditionalExistenceSet-java.util.Set-java.util.function.Predicate-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>conditionalExistenceSet</h4> +<pre>public static final <E> java.util.Set<E> conditionalExistenceSet(java.util.Set<E> set, + java.util.function.Predicate<E> existenceCondition)</pre> +<div class="block">Elements in the returned wrapper set are ignored if they don't pass a condition.</div> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>E</code> - type of elements in set</dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>set</code> - set to wrap</dd> +<dd><code>existenceCondition</code> - elements only exist if this returns true</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>wrapper set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollections.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../org/unitConverter/math/DecimalComparison.html" title="class in org.unitConverter.math"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/ConditionalExistenceCollections.html" target="_top">Frames</a></li> +<li><a href="ConditionalExistenceCollections.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/ConditionalExistenceCollectionsTest.html b/doc/org/unitConverter/math/ConditionalExistenceCollectionsTest.html new file mode 100644 index 0000000..e08b3f5 --- /dev/null +++ b/doc/org/unitConverter/math/ConditionalExistenceCollectionsTest.html @@ -0,0 +1,469 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>ConditionalExistenceCollectionsTest</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ConditionalExistenceCollectionsTest"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollectionsTest.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.math</a></div> +<h2 title="Class ConditionalExistenceCollectionsTest" class="title">Class ConditionalExistenceCollectionsTest</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ConditionalExistenceCollectionsTest</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<pre>class <span class="typeNameLabel">ConditionalExistenceCollectionsTest</span> +extends java.lang.Object</pre> +<div class="block">Tests the <code>#ConditionalExistenceCollections</code>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">ConditionalExistenceCollectionsTest</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>(package private) <a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="class in org.unitConverter.math">ConditionalExistenceCollections.ConditionalExistenceIterator</a><java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTestIterator()">getTestIterator</a></span>()</code></th> +<td class="colLast"> +<div class="block">The returned iterator ignores elements that don't start with "a".</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>(package private) java.util.Map<java.lang.String,​java.lang.Integer></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTestMap()">getTestMap</a></span>()</code></th> +<td class="colLast"> +<div class="block">The returned map ignores mappings where the value is zero.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>(package private) void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testContainsKeyObject()">testContainsKeyObject</a></span>()</code></th> +<td class="colLast"> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#containsKey(java.lang.Object)</code>.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>(package private) void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testContainsValueObject()">testContainsValueObject</a></span>()</code></th> +<td class="colLast"> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#containsValue(java.lang.Object)</code>.</div> +</td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>(package private) void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testEntrySet()">testEntrySet</a></span>()</code></th> +<td class="colLast"> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#entrySet()</code>.</div> +</td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>(package private) void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testGetObject()">testGetObject</a></span>()</code></th> +<td class="colLast"> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#get(java.lang.Object)</code>.</div> +</td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>(package private) void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testIterator()">testIterator</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>(package private) void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testKeySet()">testKeySet</a></span>()</code></th> +<td class="colLast"> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#keySet()</code>.</div> +</td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>(package private) void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testValues()">testValues</a></span>()</code></th> +<td class="colLast"> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#values()</code>.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ConditionalExistenceCollectionsTest</h4> +<pre>ConditionalExistenceCollectionsTest()</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="getTestIterator()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTestIterator</h4> +<pre class="methodSignature"><a href="ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="class in org.unitConverter.math">ConditionalExistenceCollections.ConditionalExistenceIterator</a><java.lang.String> getTestIterator()</pre> +<div class="block">The returned iterator ignores elements that don't start with "a".</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>test iterator</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-17</dd> +</dl> +</li> +</ul> +<a id="getTestMap()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTestMap</h4> +<pre class="methodSignature">java.util.Map<java.lang.String,​java.lang.Integer> getTestMap()</pre> +<div class="block">The returned map ignores mappings where the value is zero.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>map to be used for test data</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a id="testContainsKeyObject()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testContainsKeyObject</h4> +<pre class="methodSignature">@Test +void testContainsKeyObject()</pre> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#containsKey(java.lang.Object)</code>.</div> +</li> +</ul> +<a id="testContainsValueObject()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testContainsValueObject</h4> +<pre class="methodSignature">@Test +void testContainsValueObject()</pre> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#containsValue(java.lang.Object)</code>.</div> +</li> +</ul> +<a id="testEntrySet()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testEntrySet</h4> +<pre class="methodSignature">@Test +void testEntrySet()</pre> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#entrySet()</code>.</div> +</li> +</ul> +<a id="testGetObject()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testGetObject</h4> +<pre class="methodSignature">@Test +void testGetObject()</pre> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#get(java.lang.Object)</code>.</div> +</li> +</ul> +<a id="testIterator()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testIterator</h4> +<pre class="methodSignature">@Test +void testIterator()</pre> +</li> +</ul> +<a id="testKeySet()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testKeySet</h4> +<pre class="methodSignature">@Test +void testKeySet()</pre> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#keySet()</code>.</div> +</li> +</ul> +<a id="testValues()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>testValues</h4> +<pre class="methodSignature">@Test +void testValues()</pre> +<div class="block">Test method for <code>org.unitConverter.math.ZeroIsNullMap#values()</code>.</div> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ConditionalExistenceCollectionsTest.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/DecimalComparison.html b/doc/org/unitConverter/math/DecimalComparison.html new file mode 100644 index 0000000..6b013fc --- /dev/null +++ b/doc/org/unitConverter/math/DecimalComparison.html @@ -0,0 +1,492 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>DecimalComparison</title> +<meta name="date" content="2019-12-24"> +<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="DecimalComparison"; + } + } + catch(err) { + } +//--> +var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/DecimalComparison.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/ConditionalExistenceCollections.html" title="class in org.unitConverter.math"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/DecimalComparison.html" target="_top">Frames</a></li> +<li><a href="DecimalComparison.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.math</div> +<h2 title="Class DecimalComparison" class="title">Class DecimalComparison</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.DecimalComparison</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">DecimalComparison</span> +extends java.lang.Object</pre> +<div class="block">A class that contains methods to compare float and double values.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-18, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/DecimalComparison.html#DOUBLE_EPSILON">DOUBLE_EPSILON</a></span></code> +<div class="block">The value used for double comparison.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static float</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/DecimalComparison.html#FLOAT_EPSILON">FLOAT_EPSILON</a></span></code> +<div class="block">The value used for float comparison.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/DecimalComparison.html#equals-double-double-">equals</a></span>(double a, + double b)</code> +<div class="block">Tests for equality of double values using <a href="../../../org/unitConverter/math/DecimalComparison.html#DOUBLE_EPSILON"><code>DOUBLE_EPSILON</code></a>.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/DecimalComparison.html#equals-double-double-double-">equals</a></span>(double a, + double b, + double epsilon)</code> +<div class="block">Tests for double equality using a custom epsilon value.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/DecimalComparison.html#equals-float-float-">equals</a></span>(float a, + float b)</code> +<div class="block">Tests for equality of float values using <a href="../../../org/unitConverter/math/DecimalComparison.html#FLOAT_EPSILON"><code>FLOAT_EPSILON</code></a>.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/DecimalComparison.html#equals-float-float-float-">equals</a></span>(float a, + float b, + float epsilon)</code> +<div class="block">Tests for float equality using a custom epsilon value.</div> +</td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>static int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/DecimalComparison.html#hash-double-">hash</a></span>(double d)</code> +<div class="block">Takes the hash code of doubles.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="DOUBLE_EPSILON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DOUBLE_EPSILON</h4> +<pre>public static final double DOUBLE_EPSILON</pre> +<div class="block">The value used for double comparison. If two double values are within this value multiplied by the larger value, + they are considered equal.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-18, v0.2.0</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../constant-values.html#org.unitConverter.math.DecimalComparison.DOUBLE_EPSILON">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="FLOAT_EPSILON"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>FLOAT_EPSILON</h4> +<pre>public static final float FLOAT_EPSILON</pre> +<div class="block">The value used for float comparison. If two float values are within this value multiplied by the larger value, + they are considered equal.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-18, v0.2.0</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../constant-values.html#org.unitConverter.math.DecimalComparison.FLOAT_EPSILON">Constant Field Values</a></dd> +</dl> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="equals-double-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>equals</h4> +<pre>public static final boolean equals(double a, + double b)</pre> +<div class="block">Tests for equality of double values using <a href="../../../org/unitConverter/math/DecimalComparison.html#DOUBLE_EPSILON"><code>DOUBLE_EPSILON</code></a>. + <p> + <strong>WARNING: </strong>this method is not technically transitive. If a and b are off by slightly less than + <code>epsilon * max(abs(a), abs(b))</code>, and b and c are off by slightly less than + <code>epsilon * max(abs(b), abs(c))</code>, then equals(a, b) and equals(b, c) will both return true, but equals(a, c) + will return false. However, this situation is very unlikely to ever happen in a real programming situation. + <p> + If this does become a concern, some ways to solve this problem: + <ol> + <li>Raise the value of epsilon using <a href="../../../org/unitConverter/math/DecimalComparison.html#equals-double-double-double-"><code>equals(double, double, double)</code></a> (this does not make a violation of + transitivity impossible, it just significantly reduces the chances of it happening) + <li>Use <code>BigDecimal</code> instead of <code>double</code> (this will make a violation of transitivity 100% impossible) + </ol></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>a</code> - first value to test</dd> +<dd><code>b</code> - second value to test</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>whether they are equal</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-18, v0.2.0</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><code>#hashCode(double)</code></dd> +</dl> +</li> +</ul> +<a name="equals-double-double-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>equals</h4> +<pre>public static final boolean equals(double a, + double b, + double epsilon)</pre> +<div class="block">Tests for double equality using a custom epsilon value. + + <p> + <strong>WARNING: </strong>this method is not technically transitive. If a and b are off by slightly less than + <code>epsilon * max(abs(a), abs(b))</code>, and b and c are off by slightly less than + <code>epsilon * max(abs(b), abs(c))</code>, then equals(a, b) and equals(b, c) will both return true, but equals(a, c) + will return false. However, this situation is very unlikely to ever happen in a real programming situation. + <p> + If this does become a concern, some ways to solve this problem: + <ol> + <li>Raise the value of epsilon (this does not make a violation of transitivity impossible, it just significantly + reduces the chances of it happening) + <li>Use <code>BigDecimal</code> instead of <code>double</code> (this will make a violation of transitivity 100% impossible) + </ol></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>a</code> - first value to test</dd> +<dd><code>b</code> - second value to test</dd> +<dd><code>epsilon</code> - allowed difference</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>whether they are equal</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-18, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="equals-float-float-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>equals</h4> +<pre>public static final boolean equals(float a, + float b)</pre> +<div class="block">Tests for equality of float values using <a href="../../../org/unitConverter/math/DecimalComparison.html#FLOAT_EPSILON"><code>FLOAT_EPSILON</code></a>. + + <p> + <strong>WARNING: </strong>this method is not technically transitive. If a and b are off by slightly less than + <code>epsilon * max(abs(a), abs(b))</code>, and b and c are off by slightly less than + <code>epsilon * max(abs(b), abs(c))</code>, then equals(a, b) and equals(b, c) will both return true, but equals(a, c) + will return false. However, this situation is very unlikely to ever happen in a real programming situation. + <p> + If this does become a concern, some ways to solve this problem: + <ol> + <li>Raise the value of epsilon using <a href="../../../org/unitConverter/math/DecimalComparison.html#equals-float-float-float-"><code>equals(float, float, float)</code></a> (this does not make a violation of + transitivity impossible, it just significantly reduces the chances of it happening) + <li>Use <code>BigDecimal</code> instead of <code>float</code> (this will make a violation of transitivity 100% impossible) + </ol></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>a</code> - first value to test</dd> +<dd><code>b</code> - second value to test</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>whether they are equal</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-18, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="equals-float-float-float-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>equals</h4> +<pre>public static final boolean equals(float a, + float b, + float epsilon)</pre> +<div class="block">Tests for float equality using a custom epsilon value. + + <p> + <strong>WARNING: </strong>this method is not technically transitive. If a and b are off by slightly less than + <code>epsilon * max(abs(a), abs(b))</code>, and b and c are off by slightly less than + <code>epsilon * max(abs(b), abs(c))</code>, then equals(a, b) and equals(b, c) will both return true, but equals(a, c) + will return false. However, this situation is very unlikely to ever happen in a real programming situation. + <p> + If this does become a concern, some ways to solve this problem: + <ol> + <li>Raise the value of epsilon (this does not make a violation of transitivity impossible, it just significantly + reduces the chances of it happening) + <li>Use <code>BigDecimal</code> instead of <code>float</code> (this will make a violation of transitivity 100% impossible) + </ol></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>a</code> - first value to test</dd> +<dd><code>b</code> - second value to test</dd> +<dd><code>epsilon</code> - allowed difference</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>whether they are equal</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-18, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="hash-double-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>hash</h4> +<pre>public static final int hash(double d)</pre> +<div class="block">Takes the hash code of doubles. Values that are equal according to <a href="../../../org/unitConverter/math/DecimalComparison.html#equals-double-double-"><code>equals(double, double)</code></a> will have the + same hash code.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>d</code> - double to hash</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>hash code of double</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/DecimalComparison.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/ConditionalExistenceCollections.html" title="class in org.unitConverter.math"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/DecimalComparison.html" target="_top">Frames</a></li> +<li><a href="DecimalComparison.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/ExpressionParser.Builder.html b/doc/org/unitConverter/math/ExpressionParser.Builder.html new file mode 100644 index 0000000..563f6eb --- /dev/null +++ b/doc/org/unitConverter/math/ExpressionParser.Builder.html @@ -0,0 +1,391 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>ExpressionParser.Builder</title> +<meta name="date" content="2019-12-24"> +<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="ExpressionParser.Builder"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParser.Builder.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/ExpressionParser.Builder.html" target="_top">Frames</a></li> +<li><a href="ExpressionParser.Builder.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.math</div> +<h2 title="Class ExpressionParser.Builder" class="title">Class ExpressionParser.Builder<T></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ExpressionParser.Builder<T></li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>T</code> - type of object that exists in parsed expressions</dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a><<a href="../../../org/unitConverter/math/ExpressionParser.html" title="type parameter in ExpressionParser">T</a>></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">ExpressionParser.Builder<T></span> +extends java.lang.Object</pre> +<div class="block">A builder that can create <code>ExpressionParser<T></code> instances.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html#Builder-java.util.function.Function-">Builder</a></span>(java.util.function.Function<java.lang.String,? extends <a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> objectObtainer)</code> +<div class="block">Creates the <code>Builder</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html#addBinaryOperator-java.lang.String-java.util.function.BinaryOperator-int-">addBinaryOperator</a></span>(java.lang.String text, + java.util.function.BinaryOperator<<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> operator, + int priority)</code> +<div class="block">Adds a binary operator to the builder.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html#addSpaceFunction-java.lang.String-">addSpaceFunction</a></span>(java.lang.String operator)</code> +<div class="block">Adds a function for spaces.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html#addUnaryOperator-java.lang.String-java.util.function.UnaryOperator-int-">addUnaryOperator</a></span>(java.lang.String text, + java.util.function.UnaryOperator<<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> operator, + int priority)</code> +<div class="block">Adds a unary operator to the builder.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a><<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html#build--">build</a></span>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Builder-java.util.function.Function-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Builder</h4> +<pre>public Builder(java.util.function.Function<java.lang.String,? extends <a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> objectObtainer)</pre> +<div class="block">Creates the <code>Builder</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>objectObtainer</code> - a function that can turn strings into objects of the type handled by the parser.</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if <code>objectObtainer</code> is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="addBinaryOperator-java.lang.String-java.util.function.BinaryOperator-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addBinaryOperator</h4> +<pre>public <a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> addBinaryOperator(java.lang.String text, + java.util.function.BinaryOperator<<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> operator, + int priority)</pre> +<div class="block">Adds a binary operator to the builder.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>text</code> - text used to reference the operator, like '+'</dd> +<dd><code>operator</code> - operator to add</dd> +<dd><code>priority</code> - operator's priority, which determines which operators are applied first</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>this builder</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if <code>text</code> or <code>operator</code> is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="addSpaceFunction-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addSpaceFunction</h4> +<pre>public <a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> addSpaceFunction(java.lang.String operator)</pre> +<div class="block">Adds a function for spaces. You must use the text of an existing binary operator.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>operator</code> - text of operator to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>this builder</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-22, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="addUnaryOperator-java.lang.String-java.util.function.UnaryOperator-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addUnaryOperator</h4> +<pre>public <a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> addUnaryOperator(java.lang.String text, + java.util.function.UnaryOperator<<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> operator, + int priority)</pre> +<div class="block">Adds a unary operator to the builder.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>text</code> - text used to reference the operator, like '-'</dd> +<dd><code>operator</code> - operator to add</dd> +<dd><code>priority</code> - operator's priority, which determines which operators are applied first</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>this builder</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if <code>text</code> or <code>operator</code> is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="build--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>build</h4> +<pre>public <a href="../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a><<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> build()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>an <code>ExpressionParser<T></code> instance with the properties given to this builder</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParser.Builder.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/ExpressionParser.Builder.html" target="_top">Frames</a></li> +<li><a href="ExpressionParser.Builder.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/ExpressionParser.PriorityBinaryOperator.html b/doc/org/unitConverter/math/ExpressionParser.PriorityBinaryOperator.html new file mode 100644 index 0000000..ad8f42a --- /dev/null +++ b/doc/org/unitConverter/math/ExpressionParser.PriorityBinaryOperator.html @@ -0,0 +1,425 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>ExpressionParser.PriorityBinaryOperator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ExpressionParser.PriorityBinaryOperator"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParser.PriorityBinaryOperator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.math</a></div> +<h2 title="Class ExpressionParser.PriorityBinaryOperator" class="title">Class ExpressionParser.PriorityBinaryOperator<T></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ExpressionParser.PriorityBinaryOperator<T></li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>T</code> - type of operand and result</dd> +</dl> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.lang.Comparable<<a href="ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a><T>></code>, <code>java.util.function.BiFunction<T,​T,​T></code>, <code>java.util.function.BinaryOperator<T></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a><<a href="ExpressionParser.html" title="type parameter in ExpressionParser">T</a>></dd> +</dl> +<hr> +<pre>private abstract static class <span class="typeNameLabel">ExpressionParser.PriorityBinaryOperator<T></span> +extends java.lang.Object +implements java.util.function.BinaryOperator<T>, java.lang.Comparable<<a href="ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a><T>></pre> +<div class="block">A binary operator with a priority field that determines which operators apply first.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#priority">priority</a></span></code></th> +<td class="colLast"> +<div class="block">The operator's priority.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(int)">PriorityBinaryOperator</a></span>​(int priority)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>PriorityBinaryOperator</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#compareTo(org.unitConverter.math.ExpressionParser.PriorityBinaryOperator)">compareTo</a></span>​(<a href="ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a><<a href="ExpressionParser.PriorityBinaryOperator.html" title="type parameter in ExpressionParser.PriorityBinaryOperator">T</a>> o)</code></th> +<td class="colLast"> +<div class="block">Compares this object to another by priority.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPriority()">getPriority</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.function.BiFunction"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.function.BiFunction</h3> +<code>andThen, apply</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="priority"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>priority</h4> +<pre>private final int priority</pre> +<div class="block">The operator's priority. Higher-priority operators are applied before lower-priority operators</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PriorityBinaryOperator</h4> +<pre>public PriorityBinaryOperator​(int priority)</pre> +<div class="block">Creates the <code>PriorityBinaryOperator</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>priority</code> - operator's priority</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="compareTo(org.unitConverter.math.ExpressionParser.PriorityBinaryOperator)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>compareTo</h4> +<pre class="methodSignature">public int compareTo​(<a href="ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a><<a href="ExpressionParser.PriorityBinaryOperator.html" title="type parameter in ExpressionParser.PriorityBinaryOperator">T</a>> o)</pre> +<div class="block">Compares this object to another by priority. + + <p> + + </p></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>compareTo</code> in interface <code>java.lang.Comparable<<a href="ExpressionParser.PriorityBinaryOperator.html" title="type parameter in ExpressionParser.PriorityBinaryOperator">T</a>></code></dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getPriority()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getPriority</h4> +<pre class="methodSignature">public final int getPriority()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>priority</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-22, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParser.PriorityBinaryOperator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/ExpressionParser.PriorityUnaryOperator.html b/doc/org/unitConverter/math/ExpressionParser.PriorityUnaryOperator.html new file mode 100644 index 0000000..cddfb62 --- /dev/null +++ b/doc/org/unitConverter/math/ExpressionParser.PriorityUnaryOperator.html @@ -0,0 +1,425 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>ExpressionParser.PriorityUnaryOperator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ExpressionParser.PriorityUnaryOperator"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParser.PriorityUnaryOperator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.math</a></div> +<h2 title="Class ExpressionParser.PriorityUnaryOperator" class="title">Class ExpressionParser.PriorityUnaryOperator<T></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ExpressionParser.PriorityUnaryOperator<T></li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>T</code> - type of operand and result</dd> +</dl> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.lang.Comparable<<a href="ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a><T>></code>, <code>java.util.function.Function<T,​T></code>, <code>java.util.function.UnaryOperator<T></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a><<a href="ExpressionParser.html" title="type parameter in ExpressionParser">T</a>></dd> +</dl> +<hr> +<pre>private abstract static class <span class="typeNameLabel">ExpressionParser.PriorityUnaryOperator<T></span> +extends java.lang.Object +implements java.util.function.UnaryOperator<T>, java.lang.Comparable<<a href="ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a><T>></pre> +<div class="block">A unary operator with a priority field that determines which operators apply first.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#priority">priority</a></span></code></th> +<td class="colLast"> +<div class="block">The operator's priority.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(int)">PriorityUnaryOperator</a></span>​(int priority)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>PriorityUnaryOperator</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#compareTo(org.unitConverter.math.ExpressionParser.PriorityUnaryOperator)">compareTo</a></span>​(<a href="ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a><<a href="ExpressionParser.PriorityUnaryOperator.html" title="type parameter in ExpressionParser.PriorityUnaryOperator">T</a>> o)</code></th> +<td class="colLast"> +<div class="block">Compares this object to another by priority.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPriority()">getPriority</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.function.Function"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.function.Function</h3> +<code>andThen, apply, compose</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="priority"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>priority</h4> +<pre>private final int priority</pre> +<div class="block">The operator's priority. Higher-priority operators are applied before lower-priority operators</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PriorityUnaryOperator</h4> +<pre>public PriorityUnaryOperator​(int priority)</pre> +<div class="block">Creates the <code>PriorityUnaryOperator</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>priority</code> - operator's priority</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="compareTo(org.unitConverter.math.ExpressionParser.PriorityUnaryOperator)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>compareTo</h4> +<pre class="methodSignature">public int compareTo​(<a href="ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a><<a href="ExpressionParser.PriorityUnaryOperator.html" title="type parameter in ExpressionParser.PriorityUnaryOperator">T</a>> o)</pre> +<div class="block">Compares this object to another by priority. + + <p> + + </p></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>compareTo</code> in interface <code>java.lang.Comparable<<a href="ExpressionParser.PriorityUnaryOperator.html" title="type parameter in ExpressionParser.PriorityUnaryOperator">T</a>></code></dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="getPriority()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getPriority</h4> +<pre class="methodSignature">public final int getPriority()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>priority</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-22, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParser.PriorityUnaryOperator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/ExpressionParser.TokenType.html b/doc/org/unitConverter/math/ExpressionParser.TokenType.html new file mode 100644 index 0000000..40c9d05 --- /dev/null +++ b/doc/org/unitConverter/math/ExpressionParser.TokenType.html @@ -0,0 +1,445 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>ExpressionParser.TokenType</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ExpressionParser.TokenType"; + } + } + catch(err) { + } +//--> +var data = {"i0":9,"i1":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParser.TokenType.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#enum.constant.summary">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#enum.constant.detail">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.math</a></div> +<h2 title="Enum ExpressionParser.TokenType" class="title">Enum ExpressionParser.TokenType</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>java.lang.Enum<<a href="ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a>></li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ExpressionParser.TokenType</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.io.Serializable</code>, <code>java.lang.Comparable<<a href="ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a>></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a><<a href="ExpressionParser.html" title="type parameter in ExpressionParser">T</a>></dd> +</dl> +<hr> +<pre>private static enum <span class="typeNameLabel">ExpressionParser.TokenType</span> +extends java.lang.Enum<<a href="ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a>></pre> +<div class="block">The types of tokens that are available.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-14, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== ENUM CONSTANT SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="enum.constant.summary"> +<!-- --> +</a> +<h3>Enum Constant Summary</h3> +<table class="memberSummary"> +<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Enum Constant</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#BINARY_OPERATOR">BINARY_OPERATOR</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#OBJECT">OBJECT</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<th class="colFirst" scope="row"><code><span class="memberNameLink"><a href="#UNARY_OPERATOR">UNARY_OPERATOR</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier</th> +<th class="colSecond" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private </code></td> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">TokenType</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>static <a href="ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#valueOf(java.lang.String)">valueOf</a></span>​(java.lang.String name)</code></th> +<td class="colLast"> +<div class="block">Returns the enum constant of this type with the specified name.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>static <a href="ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a>[]</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#values()">values</a></span>()</code></th> +<td class="colLast"> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Enum"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Enum</h3> +<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ ENUM CONSTANT DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="enum.constant.detail"> +<!-- --> +</a> +<h3>Enum Constant Detail</h3> +<a id="OBJECT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>OBJECT</h4> +<pre>public static final <a href="ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a> OBJECT</pre> +</li> +</ul> +<a id="UNARY_OPERATOR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>UNARY_OPERATOR</h4> +<pre>public static final <a href="ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a> UNARY_OPERATOR</pre> +</li> +</ul> +<a id="BINARY_OPERATOR"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>BINARY_OPERATOR</h4> +<pre>public static final <a href="ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a> BINARY_OPERATOR</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>TokenType</h4> +<pre>private TokenType()</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="values()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>values</h4> +<pre class="methodSignature">public static <a href="ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a>[] values()</pre> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +<pre> +for (ExpressionParser.TokenType c : ExpressionParser.TokenType.values()) + System.out.println(c); +</pre></div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>an array containing the constants of this enum type, in the order they are declared</dd> +</dl> +</li> +</ul> +<a id="valueOf(java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>valueOf</h4> +<pre class="methodSignature">public static <a href="ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a> valueOf​(java.lang.String name)</pre> +<div class="block">Returns the enum constant of this type with the specified name. +The string must match <i>exactly</i> an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - the name of the enum constant to be returned.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the enum constant with the specified name</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd> +<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParser.TokenType.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#enum.constant.summary">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#enum.constant.detail">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/ExpressionParser.html b/doc/org/unitConverter/math/ExpressionParser.html new file mode 100644 index 0000000..601bf35 --- /dev/null +++ b/doc/org/unitConverter/math/ExpressionParser.html @@ -0,0 +1,349 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>ExpressionParser</title> +<meta name="date" content="2019-12-24"> +<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="ExpressionParser"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParser.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/DecimalComparison.html" title="class in org.unitConverter.math"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/ExpressionParser.html" target="_top">Frames</a></li> +<li><a href="ExpressionParser.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.math</div> +<h2 title="Class ExpressionParser" class="title">Class ExpressionParser<T></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ExpressionParser<T></li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>T</code> - type of object that exists in parsed expressions</dd> +</dl> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">ExpressionParser<T></span> +extends java.lang.Object</pre> +<div class="block">An object that can parse expressions with unary or binary operators.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-14, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>></span></code> +<div class="block">A builder that can create <code>ExpressionParser<T></code> instances.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static char</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ExpressionParser.html#CLOSING_BRACKET">CLOSING_BRACKET</a></span></code> +<div class="block">The closing bracket.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static char</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ExpressionParser.html#OPENING_BRACKET">OPENING_BRACKET</a></span></code> +<div class="block">The opening bracket.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ExpressionParser.html" title="type parameter in ExpressionParser">T</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ExpressionParser.html#parseExpression-java.lang.String-">parseExpression</a></span>(java.lang.String expression)</code> +<div class="block">Parses an expression.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="OPENING_BRACKET"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>OPENING_BRACKET</h4> +<pre>public static final char OPENING_BRACKET</pre> +<div class="block">The opening bracket.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-22, v0.2.0</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../constant-values.html#org.unitConverter.math.ExpressionParser.OPENING_BRACKET">Constant Field Values</a></dd> +</dl> +</li> +</ul> +<a name="CLOSING_BRACKET"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>CLOSING_BRACKET</h4> +<pre>public static final char CLOSING_BRACKET</pre> +<div class="block">The closing bracket.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-22, v0.2.0</dd> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../constant-values.html#org.unitConverter.math.ExpressionParser.CLOSING_BRACKET">Constant Field Values</a></dd> +</dl> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="parseExpression-java.lang.String-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>parseExpression</h4> +<pre>public <a href="../../../org/unitConverter/math/ExpressionParser.html" title="type parameter in ExpressionParser">T</a> parseExpression(java.lang.String expression)</pre> +<div class="block">Parses an expression.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>expression</code> - expression to parse</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>result</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if <code>expression</code> is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-14, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParser.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/DecimalComparison.html" title="class in org.unitConverter.math"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/ExpressionParser.html" target="_top">Frames</a></li> +<li><a href="ExpressionParser.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/ExpressionParserTest.html b/doc/org/unitConverter/math/ExpressionParserTest.html new file mode 100644 index 0000000..e39075d --- /dev/null +++ b/doc/org/unitConverter/math/ExpressionParserTest.html @@ -0,0 +1,360 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>ExpressionParserTest</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ExpressionParserTest"; + } + } + catch(err) { + } +//--> +var data = {"i0":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParserTest.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.math</a></div> +<h2 title="Class ExpressionParserTest" class="title">Class ExpressionParserTest</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ExpressionParserTest</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<pre>class <span class="typeNameLabel">ExpressionParserTest</span> +extends java.lang.Object</pre> +<div class="block">A test for the <code>ExpressionParser</code> class. This is NOT part of this program's public API.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-22, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static <a href="ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a><java.lang.Integer></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#numberParser">numberParser</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">ExpressionParserTest</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testParseExpression()">testParseExpression</a></span>()</code></th> +<td class="colLast"> +<div class="block">Test method for <a href="ExpressionParser.html#parseExpression(java.lang.String)"><code>ExpressionParser.parseExpression(java.lang.String)</code></a>.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="numberParser"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>numberParser</h4> +<pre>private static final <a href="ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a><java.lang.Integer> numberParser</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ExpressionParserTest</h4> +<pre>ExpressionParserTest()</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="testParseExpression()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>testParseExpression</h4> +<pre class="methodSignature">@Test +public void testParseExpression()</pre> +<div class="block">Test method for <a href="ExpressionParser.html#parseExpression(java.lang.String)"><code>ExpressionParser.parseExpression(java.lang.String)</code></a>.</div> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ExpressionParserTest.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/ObjectProduct.html b/doc/org/unitConverter/math/ObjectProduct.html new file mode 100644 index 0000000..08f8e8f --- /dev/null +++ b/doc/org/unitConverter/math/ObjectProduct.html @@ -0,0 +1,553 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>ObjectProduct</title> +<meta name="date" content="2019-12-24"> +<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="ObjectProduct"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":9,"i2":10,"i3":10,"i4":9,"i5":10,"i6":10,"i7":10,"i8":10,"i9":9,"i10":10,"i11":10,"i12":10,"i13":10}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ObjectProduct.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/ObjectProduct.html" target="_top">Frames</a></li> +<li><a href="ObjectProduct.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.math</div> +<h2 title="Class ObjectProduct" class="title">Class ObjectProduct<T></h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ObjectProduct<T></li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">ObjectProduct<T></span> +extends java.lang.Object</pre> +<div class="block">An immutable product of multiple objects of a type, such as base units. The objects can be multiplied and + exponentiated.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#dividedBy-org.unitConverter.math.ObjectProduct-">dividedBy</a></span>(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> other)</code> +<div class="block">Calculates the quotient of two products</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>static <T> <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#empty--">empty</a></span>()</code> +<div class="block">Returns an empty ObjectProduct of a certain type</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object obj)</code> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>java.util.Map<<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>,java.lang.Integer></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#exponentMap--">exponentMap</a></span>()</code> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>static <T> <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#fromExponentMapping-java.util.Map-">fromExponentMapping</a></span>(java.util.Map<T,java.lang.Integer> map)</code> +<div class="block">Gets an <code>ObjectProduct</code> from an object-to-integer mapping</div> +</td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>java.util.Set<<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#getBaseSet--">getBaseSet</a></span>()</code> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#getExponent-T-">getExponent</a></span>(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a> dimension)</code> +<div class="block">Gets the exponent for a specific dimension.</div> +</td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#hashCode--">hashCode</a></span>()</code> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#isSingleObject--">isSingleObject</a></span>()</code> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>static <T> <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><T></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#oneOf-T-">oneOf</a></span>(T object)</code> +<div class="block">Gets an ObjectProduct that has one of the inputted argument, and nothing else.</div> +</td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#times-org.unitConverter.math.ObjectProduct-">times</a></span>(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> other)</code> +<div class="block">Multiplies this product by another</div> +</td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#toExponent-int-">toExponent</a></span>(int exponent)</code> +<div class="block">Returns this product, but to an exponent</div> +</td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#toString--">toString</a></span>()</code> +<div class="block">Converts this product to a string using the objects' <code>Object.toString()</code> method.</div> +</td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/math/ObjectProduct.html#toString-java.util.function.Function-">toString</a></span>(java.util.function.Function<<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>,java.lang.String> objectToString)</code> +<div class="block">Converts this product to a string.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="empty--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>empty</h4> +<pre>public static final <T> <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><T> empty()</pre> +<div class="block">Returns an empty ObjectProduct of a certain type</div> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>T</code> - type of objects that can be multiplied</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>empty product</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="fromExponentMapping-java.util.Map-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>fromExponentMapping</h4> +<pre>public static final <T> <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><T> fromExponentMapping(java.util.Map<T,java.lang.Integer> map)</pre> +<div class="block">Gets an <code>ObjectProduct</code> from an object-to-integer mapping</div> +<dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>T</code> - type of object in product</dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>map</code> - map mapping objects to exponents</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>object product</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="oneOf-java.lang.Object-"> +<!-- --> +</a><a name="oneOf-T-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>oneOf</h4> +<pre>public static final <T> <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><T> oneOf(T object)</pre> +<div class="block">Gets an ObjectProduct that has one of the inputted argument, and nothing else.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>object</code> - object that will be in the product</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>product</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if object is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="dividedBy-org.unitConverter.math.ObjectProduct-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>dividedBy</h4> +<pre>public <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> dividedBy(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> other)</pre> +<div class="block">Calculates the quotient of two products</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>other</code> - other product</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>quotient of two products</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if other is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="equals-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>equals</h4> +<pre>public boolean equals(java.lang.Object obj)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>equals</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +<a name="exponentMap--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>exponentMap</h4> +<pre>public java.util.Map<<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>,java.lang.Integer> exponentMap()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>immutable map mapping objects to exponents</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="getBaseSet--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBaseSet</h4> +<pre>public final java.util.Set<<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> getBaseSet()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a set of all of the base objects with non-zero exponents that make up this dimension.</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-12, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="getExponent-java.lang.Object-"> +<!-- --> +</a><a name="getExponent-T-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getExponent</h4> +<pre>public int getExponent(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a> dimension)</pre> +<div class="block">Gets the exponent for a specific dimension.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>dimension</code> - dimension to check</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>exponent for that dimension</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-12, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="hashCode--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hashCode</h4> +<pre>public int hashCode()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +<a name="isSingleObject--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isSingleObject</h4> +<pre>public boolean isSingleObject()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>true if this product is a single object, i.e. it has one exponent of one and no other nonzero exponents</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="times-org.unitConverter.math.ObjectProduct-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>times</h4> +<pre>public <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> times(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> other)</pre> +<div class="block">Multiplies this product by another</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>other</code> - other product</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>product of two products</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if other is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="toExponent-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toExponent</h4> +<pre>public <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> toExponent(int exponent)</pre> +<div class="block">Returns this product, but to an exponent</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>exponent</code> - exponent</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>result of exponentiation</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString()</pre> +<div class="block">Converts this product to a string using the objects' <code>Object.toString()</code> method. If objects have a long + toString representation, it is recommended to use <a href="../../../org/unitConverter/math/ObjectProduct.html#toString-java.util.function.Function-"><code>toString(Function)</code></a> instead to shorten the returned + string. + + <p> + </div> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +<a name="toString-java.util.function.Function-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString(java.util.function.Function<<a href="../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>,java.lang.String> objectToString)</pre> +<div class="block">Converts this product to a string. The objects that make up this product are represented by + <code>objectToString</code></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>objectToString</code> - function to convert objects to strings</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>string representation of product</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ObjectProduct.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/ObjectProduct.html" target="_top">Frames</a></li> +<li><a href="ObjectProduct.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/ObjectProductTest.html b/doc/org/unitConverter/math/ObjectProductTest.html new file mode 100644 index 0000000..2fb1aa4 --- /dev/null +++ b/doc/org/unitConverter/math/ObjectProductTest.html @@ -0,0 +1,366 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>ObjectProductTest</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ObjectProductTest"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ObjectProductTest.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.math</a></div> +<h2 title="Class ObjectProductTest" class="title">Class ObjectProductTest</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.math.ObjectProductTest</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<pre>class <span class="typeNameLabel">ObjectProductTest</span> +extends java.lang.Object</pre> +<div class="block">Tests for <a href="ObjectProduct.html" title="class in org.unitConverter.math"><code>ObjectProduct</code></a> using BaseDimension as a test object. This is NOT part of this program's public API.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-12, v0.1.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">ObjectProductTest</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testEquals()">testEquals</a></span>()</code></th> +<td class="colLast"> +<div class="block">Tests <code>UnitDimension#equals</code></div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testExponents()">testExponents</a></span>()</code></th> +<td class="colLast"> +<div class="block">Tests <code>UnitDimension</code>'s exponentiation</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testMultiplicationAndDivision()">testMultiplicationAndDivision</a></span>()</code></th> +<td class="colLast"> +<div class="block">Tests <code>UnitDimension</code>'s multiplication and division.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ObjectProductTest</h4> +<pre>ObjectProductTest()</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="testEquals()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testEquals</h4> +<pre class="methodSignature">@Test +public void testEquals()</pre> +<div class="block">Tests <code>UnitDimension#equals</code></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-12, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="testExponents()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testExponents</h4> +<pre class="methodSignature">@Test +public void testExponents()</pre> +<div class="block">Tests <code>UnitDimension</code>'s exponentiation</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a id="testMultiplicationAndDivision()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>testMultiplicationAndDivision</h4> +<pre class="methodSignature">@Test +public void testMultiplicationAndDivision()</pre> +<div class="block">Tests <code>UnitDimension</code>'s multiplication and division.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-12, v0.1.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ObjectProductTest.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceCollection.html b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceCollection.html new file mode 100644 index 0000000..b8b2122 --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceCollection.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceCollection</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceCollection"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceCollection" class="title">Uses of Class<br>org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceCollection</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceCollection</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ConditionalExistenceCollections.ConditionalExistenceCollection.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceIterator.html b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceIterator.html new file mode 100644 index 0000000..c521457 --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceIterator.html @@ -0,0 +1,197 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceIterator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceIterator"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceIterator" class="title">Uses of Class<br>org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceIterator</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="class in org.unitConverter.math">ConditionalExistenceCollections.ConditionalExistenceIterator</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.math">org.unitConverter.math</a></th> +<td class="colLast"> +<div class="block">Supplementary classes that are not related to units, but are necessary for their function.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.math"> +<!-- --> +</a> +<h3>Uses of <a href="../ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="class in org.unitConverter.math">ConditionalExistenceCollections.ConditionalExistenceIterator</a> in <a href="../package-summary.html">org.unitConverter.math</a></h3> +<table class="useSummary"> +<caption><span>Methods in <a href="../package-summary.html">org.unitConverter.math</a> that return <a href="../ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="class in org.unitConverter.math">ConditionalExistenceCollections.ConditionalExistenceIterator</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>(package private) <a href="../ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="class in org.unitConverter.math">ConditionalExistenceCollections.ConditionalExistenceIterator</a><java.lang.String></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">ConditionalExistenceCollectionsTest.</span><code><span class="memberNameLink"><a href="../ConditionalExistenceCollectionsTest.html#getTestIterator()">getTestIterator</a></span>()</code></th> +<td class="colLast"> +<div class="block">The returned iterator ignores elements that don't start with "a".</div> +</td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ConditionalExistenceCollections.ConditionalExistenceIterator.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceMap.html b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceMap.html new file mode 100644 index 0000000..fe3a0ec --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceMap.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceMap</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceMap"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ConditionalExistenceCollections.ConditionalExistenceMap.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceMap" class="title">Uses of Class<br>org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceMap</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceMap</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ConditionalExistenceCollections.ConditionalExistenceMap.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceSet.html b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceSet.html new file mode 100644 index 0000000..e35104b --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.ConditionalExistenceSet.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceSet</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceSet"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ConditionalExistenceCollections.ConditionalExistenceSet.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceSet" class="title">Uses of Class<br>org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceSet</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.math.ConditionalExistenceCollections.ConditionalExistenceSet</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ConditionalExistenceCollections.ConditionalExistenceSet.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.html b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.html new file mode 100644 index 0000000..d56f5bf --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollections.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Class org.unitConverter.math.ConditionalExistenceCollections</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.math.ConditionalExistenceCollections"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/math/ConditionalExistenceCollections.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/math/class-use/ConditionalExistenceCollections.html" target="_top">Frames</a></li> +<li><a href="ConditionalExistenceCollections.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="header"> +<h2 title="Uses of Class org.unitConverter.math.ConditionalExistenceCollections" class="title">Uses of Class<br>org.unitConverter.math.ConditionalExistenceCollections</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.math.ConditionalExistenceCollections</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/math/ConditionalExistenceCollections.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/math/class-use/ConditionalExistenceCollections.html" target="_top">Frames</a></li> +<li><a href="ConditionalExistenceCollections.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ConditionalExistenceCollectionsTest.html b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollectionsTest.html new file mode 100644 index 0000000..4fa2386 --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ConditionalExistenceCollectionsTest.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.math.ConditionalExistenceCollectionsTest</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.math.ConditionalExistenceCollectionsTest"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ConditionalExistenceCollectionsTest.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.math.ConditionalExistenceCollectionsTest" class="title">Uses of Class<br>org.unitConverter.math.ConditionalExistenceCollectionsTest</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.math.ConditionalExistenceCollectionsTest</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ConditionalExistenceCollectionsTest.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/DecimalComparison.html b/doc/org/unitConverter/math/class-use/DecimalComparison.html new file mode 100644 index 0000000..0090edb --- /dev/null +++ b/doc/org/unitConverter/math/class-use/DecimalComparison.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Class org.unitConverter.math.DecimalComparison</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.math.DecimalComparison"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/math/DecimalComparison.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/math/class-use/DecimalComparison.html" target="_top">Frames</a></li> +<li><a href="DecimalComparison.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="header"> +<h2 title="Uses of Class org.unitConverter.math.DecimalComparison" class="title">Uses of Class<br>org.unitConverter.math.DecimalComparison</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.math.DecimalComparison</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/math/DecimalComparison.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/math/class-use/DecimalComparison.html" target="_top">Frames</a></li> +<li><a href="DecimalComparison.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ExpressionParser.Builder.html b/doc/org/unitConverter/math/class-use/ExpressionParser.Builder.html new file mode 100644 index 0000000..fdedeca --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ExpressionParser.Builder.html @@ -0,0 +1,184 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Class org.unitConverter.math.ExpressionParser.Builder</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.math.ExpressionParser.Builder"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/math/class-use/ExpressionParser.Builder.html" target="_top">Frames</a></li> +<li><a href="ExpressionParser.Builder.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="header"> +<h2 title="Uses of Class org.unitConverter.math.ExpressionParser.Builder" class="title">Uses of Class<br>org.unitConverter.math.ExpressionParser.Builder</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.math">org.unitConverter.math</a></td> +<td class="colLast"> +<div class="block">Supplementary classes that are not related to units, but are necessary for their function.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.unitConverter.math"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a> in <a href="../../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a> that return <a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><<a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>></code></td> +<td class="colLast"><span class="typeNameLabel">ExpressionParser.Builder.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html#addBinaryOperator-java.lang.String-java.util.function.BinaryOperator-int-">addBinaryOperator</a></span>(java.lang.String text, + java.util.function.BinaryOperator<<a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> operator, + int priority)</code> +<div class="block">Adds a binary operator to the builder.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><<a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>></code></td> +<td class="colLast"><span class="typeNameLabel">ExpressionParser.Builder.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html#addSpaceFunction-java.lang.String-">addSpaceFunction</a></span>(java.lang.String operator)</code> +<div class="block">Adds a function for spaces.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><<a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>></code></td> +<td class="colLast"><span class="typeNameLabel">ExpressionParser.Builder.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html#addUnaryOperator-java.lang.String-java.util.function.UnaryOperator-int-">addUnaryOperator</a></span>(java.lang.String text, + java.util.function.UnaryOperator<<a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>> operator, + int priority)</code> +<div class="block">Adds a unary operator to the builder.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/math/class-use/ExpressionParser.Builder.html" target="_top">Frames</a></li> +<li><a href="ExpressionParser.Builder.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ExpressionParser.PriorityBinaryOperator.html b/doc/org/unitConverter/math/class-use/ExpressionParser.PriorityBinaryOperator.html new file mode 100644 index 0000000..86c2daf --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ExpressionParser.PriorityBinaryOperator.html @@ -0,0 +1,221 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.math.ExpressionParser.PriorityBinaryOperator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.math.ExpressionParser.PriorityBinaryOperator"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.math.ExpressionParser.PriorityBinaryOperator" class="title">Uses of Class<br>org.unitConverter.math.ExpressionParser.PriorityBinaryOperator</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.math">org.unitConverter.math</a></th> +<td class="colLast"> +<div class="block">Supplementary classes that are not related to units, but are necessary for their function.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.math"> +<!-- --> +</a> +<h3>Uses of <a href="../ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a> in <a href="../package-summary.html">org.unitConverter.math</a></h3> +<table class="useSummary"> +<caption><span>Fields in <a href="../package-summary.html">org.unitConverter.math</a> with type parameters of type <a href="../ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.Map<java.lang.String,​<a href="../ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a><<a href="../ExpressionParser.html" title="type parameter in ExpressionParser">T</a>>></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionParser.</span><code><span class="memberNameLink"><a href="../ExpressionParser.html#binaryOperators">binaryOperators</a></span></code></th> +<td class="colLast"> +<div class="block">A map mapping operator strings to operator functions, for binary operators.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.Map<java.lang.String,​<a href="../ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a><<a href="../ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>>></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionParser.Builder.</span><code><span class="memberNameLink"><a href="../ExpressionParser.Builder.html#binaryOperators">binaryOperators</a></span></code></th> +<td class="colLast"> +<div class="block">A map mapping operator strings to operator functions, for binary operators.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary"> +<caption><span>Methods in <a href="../package-summary.html">org.unitConverter.math</a> with parameters of type <a href="../ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionParser.PriorityBinaryOperator.</span><code><span class="memberNameLink"><a href="../ExpressionParser.PriorityBinaryOperator.html#compareTo(org.unitConverter.math.ExpressionParser.PriorityBinaryOperator)">compareTo</a></span>​(<a href="../ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a><<a href="../ExpressionParser.PriorityBinaryOperator.html" title="type parameter in ExpressionParser.PriorityBinaryOperator">T</a>> o)</code></th> +<td class="colLast"> +<div class="block">Compares this object to another by priority.</div> +</td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ExpressionParser.PriorityUnaryOperator.html b/doc/org/unitConverter/math/class-use/ExpressionParser.PriorityUnaryOperator.html new file mode 100644 index 0000000..1d8f896 --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ExpressionParser.PriorityUnaryOperator.html @@ -0,0 +1,239 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.math.ExpressionParser.PriorityUnaryOperator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.math.ExpressionParser.PriorityUnaryOperator"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.math.ExpressionParser.PriorityUnaryOperator" class="title">Uses of Class<br>org.unitConverter.math.ExpressionParser.PriorityUnaryOperator</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.math">org.unitConverter.math</a></th> +<td class="colLast"> +<div class="block">Supplementary classes that are not related to units, but are necessary for their function.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.math"> +<!-- --> +</a> +<h3>Uses of <a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a> in <a href="../package-summary.html">org.unitConverter.math</a></h3> +<table class="useSummary"> +<caption><span>Fields in <a href="../package-summary.html">org.unitConverter.math</a> with type parameters of type <a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.Map<java.lang.String,​<a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a><<a href="../ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>>></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionParser.Builder.</span><code><span class="memberNameLink"><a href="../ExpressionParser.Builder.html#unaryOperators">unaryOperators</a></span></code></th> +<td class="colLast"> +<div class="block">A map mapping operator strings to operator functions, for unary operators.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.Map<java.lang.String,​<a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a><<a href="../ExpressionParser.html" title="type parameter in ExpressionParser">T</a>>></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionParser.</span><code><span class="memberNameLink"><a href="../ExpressionParser.html#unaryOperators">unaryOperators</a></span></code></th> +<td class="colLast"> +<div class="block">A map mapping operator strings to operator functions, for unary operators.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary"> +<caption><span>Methods in <a href="../package-summary.html">org.unitConverter.math</a> with parameters of type <a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionParser.PriorityUnaryOperator.</span><code><span class="memberNameLink"><a href="../ExpressionParser.PriorityUnaryOperator.html#compareTo(org.unitConverter.math.ExpressionParser.PriorityUnaryOperator)">compareTo</a></span>​(<a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a><<a href="../ExpressionParser.PriorityUnaryOperator.html" title="type parameter in ExpressionParser.PriorityUnaryOperator">T</a>> o)</code></th> +<td class="colLast"> +<div class="block">Compares this object to another by priority.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary"> +<caption><span>Constructor parameters in <a href="../package-summary.html">org.unitConverter.math</a> with type arguments of type <a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ExpressionParser.html#%3Cinit%3E(java.util.function.Function,java.util.Map,java.util.Map,java.lang.String)">ExpressionParser</a></span>​(java.util.function.Function<java.lang.String,​? extends <a href="../ExpressionParser.html" title="type parameter in ExpressionParser">T</a>> objectObtainer, + java.util.Map<java.lang.String,​<a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityUnaryOperator</a><<a href="../ExpressionParser.html" title="type parameter in ExpressionParser">T</a>>> unaryOperators, + java.util.Map<java.lang.String,​<a href="../ExpressionParser.PriorityBinaryOperator.html" title="class in org.unitConverter.math">ExpressionParser.PriorityBinaryOperator</a><<a href="../ExpressionParser.html" title="type parameter in ExpressionParser">T</a>>> binaryOperators, + java.lang.String spaceOperator)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>ExpressionParser</code>.</div> +</td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ExpressionParser.PriorityUnaryOperator.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ExpressionParser.TokenType.html b/doc/org/unitConverter/math/class-use/ExpressionParser.TokenType.html new file mode 100644 index 0000000..7932193 --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ExpressionParser.TokenType.html @@ -0,0 +1,212 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.math.ExpressionParser.TokenType</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.math.ExpressionParser.TokenType"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.math.ExpressionParser.TokenType" class="title">Uses of Class<br>org.unitConverter.math.ExpressionParser.TokenType</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.math">org.unitConverter.math</a></th> +<td class="colLast"> +<div class="block">Supplementary classes that are not related to units, but are necessary for their function.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.math"> +<!-- --> +</a> +<h3>Uses of <a href="../ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a> in <a href="../package-summary.html">org.unitConverter.math</a></h3> +<table class="useSummary"> +<caption><span>Methods in <a href="../package-summary.html">org.unitConverter.math</a> that return <a href="../ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="../ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionParser.</span><code><span class="memberNameLink"><a href="../ExpressionParser.html#getTokenType(java.lang.String)">getTokenType</a></span>​(java.lang.String token)</code></th> +<td class="colLast"> +<div class="block">Determines whether an inputted string is an object or an operator</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionParser.TokenType.</span><code><span class="memberNameLink"><a href="../ExpressionParser.TokenType.html#valueOf(java.lang.String)">valueOf</a></span>​(java.lang.String name)</code></th> +<td class="colLast"> +<div class="block">Returns the enum constant of this type with the specified name.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">ExpressionParser.TokenType</a>[]</code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">ExpressionParser.TokenType.</span><code><span class="memberNameLink"><a href="../ExpressionParser.TokenType.html#values()">values</a></span>()</code></th> +<td class="colLast"> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared.</div> +</td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ExpressionParser.TokenType.html" title="enum in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ExpressionParser.html b/doc/org/unitConverter/math/class-use/ExpressionParser.html new file mode 100644 index 0000000..2e75c83 --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ExpressionParser.html @@ -0,0 +1,166 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Class org.unitConverter.math.ExpressionParser</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.math.ExpressionParser"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/math/class-use/ExpressionParser.html" target="_top">Frames</a></li> +<li><a href="ExpressionParser.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="header"> +<h2 title="Uses of Class org.unitConverter.math.ExpressionParser" class="title">Uses of Class<br>org.unitConverter.math.ExpressionParser</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.math">org.unitConverter.math</a></td> +<td class="colLast"> +<div class="block">Supplementary classes that are not related to units, but are necessary for their function.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.unitConverter.math"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a> in <a href="../../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a> that return <a href="../../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a><<a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html" title="type parameter in ExpressionParser.Builder">T</a>></code></td> +<td class="colLast"><span class="typeNameLabel">ExpressionParser.Builder.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ExpressionParser.Builder.html#build--">build</a></span>()</code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/math/class-use/ExpressionParser.html" target="_top">Frames</a></li> +<li><a href="ExpressionParser.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ExpressionParserTest.html b/doc/org/unitConverter/math/class-use/ExpressionParserTest.html new file mode 100644 index 0000000..cdee52e --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ExpressionParserTest.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.math.ExpressionParserTest</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.math.ExpressionParserTest"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ExpressionParserTest.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.math.ExpressionParserTest" class="title">Uses of Class<br>org.unitConverter.math.ExpressionParserTest</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.math.ExpressionParserTest</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ExpressionParserTest.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ObjectProduct.html b/doc/org/unitConverter/math/class-use/ObjectProduct.html new file mode 100644 index 0000000..1f326fa --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ObjectProduct.html @@ -0,0 +1,515 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Class org.unitConverter.math.ObjectProduct</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.math.ObjectProduct"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/math/class-use/ObjectProduct.html" target="_top">Frames</a></li> +<li><a href="ObjectProduct.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="header"> +<h2 title="Uses of Class org.unitConverter.math.ObjectProduct" class="title">Uses of Class<br>org.unitConverter.math.ObjectProduct</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.math">org.unitConverter.math</a></td> +<td class="colLast"> +<div class="block">Supplementary classes that are not related to units, but are necessary for their function.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></td> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.unitConverter.math"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a> in <a href="../../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a> that return <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>></code></td> +<td class="colLast"><span class="typeNameLabel">ObjectProduct.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ObjectProduct.html#dividedBy-org.unitConverter.math.ObjectProduct-">dividedBy</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> other)</code> +<div class="block">Calculates the quotient of two products</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <T> <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><T></code></td> +<td class="colLast"><span class="typeNameLabel">ObjectProduct.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ObjectProduct.html#empty--">empty</a></span>()</code> +<div class="block">Returns an empty ObjectProduct of a certain type</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <T> <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><T></code></td> +<td class="colLast"><span class="typeNameLabel">ObjectProduct.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ObjectProduct.html#fromExponentMapping-java.util.Map-">fromExponentMapping</a></span>(java.util.Map<T,java.lang.Integer> map)</code> +<div class="block">Gets an <code>ObjectProduct</code> from an object-to-integer mapping</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <T> <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><T></code></td> +<td class="colLast"><span class="typeNameLabel">ObjectProduct.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ObjectProduct.html#oneOf-T-">oneOf</a></span>(T object)</code> +<div class="block">Gets an ObjectProduct that has one of the inputted argument, and nothing else.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>></code></td> +<td class="colLast"><span class="typeNameLabel">ObjectProduct.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ObjectProduct.html#times-org.unitConverter.math.ObjectProduct-">times</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> other)</code> +<div class="block">Multiplies this product by another</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>></code></td> +<td class="colLast"><span class="typeNameLabel">ObjectProduct.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ObjectProduct.html#toExponent-int-">toExponent</a></span>(int exponent)</code> +<div class="block">Returns this product, but to an exponent</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a> with parameters of type <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>></code></td> +<td class="colLast"><span class="typeNameLabel">ObjectProduct.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ObjectProduct.html#dividedBy-org.unitConverter.math.ObjectProduct-">dividedBy</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> other)</code> +<div class="block">Calculates the quotient of two products</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>></code></td> +<td class="colLast"><span class="typeNameLabel">ObjectProduct.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/math/ObjectProduct.html#times-org.unitConverter.math.ObjectProduct-">times</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="type parameter in ObjectProduct">T</a>> other)</code> +<div class="block">Multiplies this product by another</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.unitConverter.unit"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a> in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> declared as <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ACCELERATION">ACCELERATION</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ANGLE">ANGLE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#AREA">AREA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#CAPACITANCE">CAPACITANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#CATALYTIC_ACTIVITY">CATALYTIC_ACTIVITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#CONCENTRATION">CONCENTRATION</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#CURRENCY">CURRENCY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#CURRENT_DENSITY">CURRENT_DENSITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_CHARGE">ELECTRIC_CHARGE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_CONDUCTANCE">ELECTRIC_CONDUCTANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_CURRENT">ELECTRIC_CURRENT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_RESISTANCE">ELECTRIC_RESISTANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#EMPTY">EMPTY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ENERGY">ENERGY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#FORCE">FORCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#FREQUENCY">FREQUENCY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ILLUMINANCE">ILLUMINANCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#INDUCTANCE">INDUCTANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#INFORMATION">INFORMATION</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#LENGTH">LENGTH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#LUMINANCE">LUMINANCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#LUMINOUS_FLUX">LUMINOUS_FLUX</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#LUMINOUS_INTENSITY">LUMINOUS_INTENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MAGNETIC_FIELD_STRENGTH">MAGNETIC_FIELD_STRENGTH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MAGNETIC_FLUX">MAGNETIC_FLUX</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MAGNETIC_FLUX_DENSITY">MAGNETIC_FLUX_DENSITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MASS">MASS</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MASS_CONCENTRATION">MASS_CONCENTRATION</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MASS_DENSITY">MASS_DENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#POWER">POWER</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#QUANTITY">QUANTITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#REFLACTIVE_PERMEABILITY">REFLACTIVE_PERMEABILITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#REFRACTIVE_INDEX">REFRACTIVE_INDEX</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#SOLID_ANGLE">SOLID_ANGLE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#SPECIFIC_ENERGY">SPECIFIC_ENERGY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#SPECIFIC_VOLUME">SPECIFIC_VOLUME</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#SURFACE_DENSITY">SURFACE_DENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#TEMPERATURE">TEMPERATURE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#TIME">TIME</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#VELOCITY">VELOCITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#VOLTAGE">VOLTAGE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#VOLUME">VOLUME</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#WAVENUMBER">WAVENUMBER</a></span></code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#getBase--">getBase</a></span>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#getDimension--">getDimension</a></span>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#getDimension-java.lang.String-">getDimension</a></span>(java.lang.String name)</code> +<div class="block">Gets a unit dimension from the database using its name.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#getDimensionFromExpression-java.lang.String-">getDimensionFromExpression</a></span>(java.lang.String expression)</code> +<div class="block">Uses the database's data to parse an expression into a unit dimension</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return types with arguments of type <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>>></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#dimensionMap--">dimensionMap</a></span>()</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with parameters of type <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#addDimension-java.lang.String-org.unitConverter.math.ObjectProduct-">addDimension</a></span>(java.lang.String name, + <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> dimension)</code> +<div class="block">Adds a unit dimension to the database.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-">fromConversionFunctions</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo)</code> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-org.unitConverter.unit.NameSymbol-">fromConversionFunctions</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#valueOf-org.unitConverter.math.ObjectProduct-double-">valueOf</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#valueOf-org.unitConverter.math.ObjectProduct-double-org.unitConverter.unit.NameSymbol-">valueOf</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with parameters of type <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#Unit-org.unitConverter.math.ObjectProduct-org.unitConverter.unit.NameSymbol-">Unit</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Creates the <code>AbstractUnit</code>.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/math/class-use/ObjectProduct.html" target="_top">Frames</a></li> +<li><a href="ObjectProduct.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/class-use/ObjectProductTest.html b/doc/org/unitConverter/math/class-use/ObjectProductTest.html new file mode 100644 index 0000000..bb7eca6 --- /dev/null +++ b/doc/org/unitConverter/math/class-use/ObjectProductTest.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.math.ObjectProductTest</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.math.ObjectProductTest"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ObjectProductTest.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.math.ObjectProductTest" class="title">Uses of Class<br>org.unitConverter.math.ObjectProductTest</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.math.ObjectProductTest</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../ObjectProductTest.html" title="class in org.unitConverter.math">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/math/package-frame.html b/doc/org/unitConverter/math/package-frame.html new file mode 100644 index 0000000..46d3edd --- /dev/null +++ b/doc/org/unitConverter/math/package-frame.html @@ -0,0 +1,24 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter.math</title> +<meta name="date" content="2019-12-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +</head> +<body> +<h1 class="bar"><a href="../../../org/unitConverter/math/package-summary.html" target="classFrame">org.unitConverter.math</a></h1> +<div class="indexContainer"> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="ConditionalExistenceCollections.html" title="class in org.unitConverter.math" target="classFrame">ConditionalExistenceCollections</a></li> +<li><a href="DecimalComparison.html" title="class in org.unitConverter.math" target="classFrame">DecimalComparison</a></li> +<li><a href="ExpressionParser.html" title="class in org.unitConverter.math" target="classFrame">ExpressionParser</a></li> +<li><a href="ExpressionParser.Builder.html" title="class in org.unitConverter.math" target="classFrame">ExpressionParser.Builder</a></li> +<li><a href="ObjectProduct.html" title="class in org.unitConverter.math" target="classFrame">ObjectProduct</a></li> +</ul> +</div> +</body> +</html> diff --git a/doc/org/unitConverter/math/package-summary.html b/doc/org/unitConverter/math/package-summary.html new file mode 100644 index 0000000..ea8dec5 --- /dev/null +++ b/doc/org/unitConverter/math/package-summary.html @@ -0,0 +1,183 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter.math</title> +<meta name="date" content="2019-12-24"> +<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="org.unitConverter.math"; + } + } + 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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/converterGUI/package-summary.html">Prev Package</a></li> +<li><a href="../../../org/unitConverter/unit/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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="header"> +<h1 title="Package" class="title">Package org.unitConverter.math</h1> +<div class="docSummary"> +<div class="block">Supplementary classes that are not related to units, but are necessary for their function.</div> +</div> +<p>See: <a href="#package.description">Description</a></p> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/math/ConditionalExistenceCollections.html" title="class in org.unitConverter.math">ConditionalExistenceCollections</a></td> +<td class="colLast"> +<div class="block">Elements in these wrapper collections only exist if they pass a condition.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/math/DecimalComparison.html" title="class in org.unitConverter.math">DecimalComparison</a></td> +<td class="colLast"> +<div class="block">A class that contains methods to compare float and double values.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math">ExpressionParser</a><T></td> +<td class="colLast"> +<div class="block">An object that can parse expressions with unary or binary operators.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math">ExpressionParser.Builder</a><T></td> +<td class="colLast"> +<div class="block">A builder that can create <code>ExpressionParser<T></code> instances.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><T></td> +<td class="colLast"> +<div class="block">An immutable product of multiple objects of a type, such as base units.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="package.description"> +<!-- --> +</a> +<h2 title="Package org.unitConverter.math Description">Package org.unitConverter.math Description</h2> +<div class="block">Supplementary classes that are not related to units, but are necessary for their function.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-14, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/converterGUI/package-summary.html">Prev Package</a></li> +<li><a href="../../../org/unitConverter/unit/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/package-tree.html b/doc/org/unitConverter/math/package-tree.html new file mode 100644 index 0000000..116fe4e --- /dev/null +++ b/doc/org/unitConverter/math/package-tree.html @@ -0,0 +1,141 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter.math Class Hierarchy</title> +<meta name="date" content="2019-12-24"> +<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="org.unitConverter.math Class Hierarchy"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/converterGUI/package-tree.html">Prev</a></li> +<li><a href="../../../org/unitConverter/unit/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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="header"> +<h1 class="title">Hierarchy For Package org.unitConverter.math</h1> +<span class="packageHierarchyLabel">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../../overview-tree.html">All Packages</a></li> +</ul> +</div> +<div class="contentContainer"> +<h2 title="Class Hierarchy">Class Hierarchy</h2> +<ul> +<li type="circle">java.lang.Object +<ul> +<li type="circle">org.unitConverter.math.<a href="../../../org/unitConverter/math/ConditionalExistenceCollections.html" title="class in org.unitConverter.math"><span class="typeNameLink">ConditionalExistenceCollections</span></a></li> +<li type="circle">org.unitConverter.math.<a href="../../../org/unitConverter/math/DecimalComparison.html" title="class in org.unitConverter.math"><span class="typeNameLink">DecimalComparison</span></a></li> +<li type="circle">org.unitConverter.math.<a href="../../../org/unitConverter/math/ExpressionParser.html" title="class in org.unitConverter.math"><span class="typeNameLink">ExpressionParser</span></a><T></li> +<li type="circle">org.unitConverter.math.<a href="../../../org/unitConverter/math/ExpressionParser.Builder.html" title="class in org.unitConverter.math"><span class="typeNameLink">ExpressionParser.Builder</span></a><T></li> +<li type="circle">org.unitConverter.math.<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math"><span class="typeNameLink">ObjectProduct</span></a><T></li> +</ul> +</li> +</ul> +</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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/converterGUI/package-tree.html">Prev</a></li> +<li><a href="../../../org/unitConverter/unit/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/math/package-use.html b/doc/org/unitConverter/math/package-use.html new file mode 100644 index 0000000..35075d2 --- /dev/null +++ b/doc/org/unitConverter/math/package-use.html @@ -0,0 +1,194 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Package org.unitConverter.math</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Package org.unitConverter.math"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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="header"> +<h1 title="Uses of Package org.unitConverter.math" class="title">Uses of Package<br>org.unitConverter.math</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.math">org.unitConverter.math</a></td> +<td class="colLast"> +<div class="block">Supplementary classes that are not related to units, but are necessary for their function.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></td> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.unitConverter.math"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a> used by <a href="../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../org/unitConverter/math/class-use/ExpressionParser.html#org.unitConverter.math">ExpressionParser</a> +<div class="block">An object that can parse expressions with unary or binary operators.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../org/unitConverter/math/class-use/ExpressionParser.Builder.html#org.unitConverter.math">ExpressionParser.Builder</a> +<div class="block">A builder that can create <code>ExpressionParser<T></code> instances.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../org/unitConverter/math/class-use/ObjectProduct.html#org.unitConverter.math">ObjectProduct</a> +<div class="block">An immutable product of multiple objects of a type, such as base units.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.unitConverter.unit"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../org/unitConverter/math/package-summary.html">org.unitConverter.math</a> used by <a href="../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../org/unitConverter/math/class-use/ObjectProduct.html#org.unitConverter.unit">ObjectProduct</a> +<div class="block">An immutable product of multiple objects of a type, such as base units.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/math/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/package-frame.html b/doc/org/unitConverter/package-frame.html new file mode 100644 index 0000000..845bd90 --- /dev/null +++ b/doc/org/unitConverter/package-frame.html @@ -0,0 +1,14 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter</title> +<meta name="date" content="2019-12-24"> +<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../script.js"></script> +</head> +<body> +<h1 class="bar"><a href="../../org/unitConverter/package-summary.html" target="classFrame">org.unitConverter</a></h1> +</body> +</html> diff --git a/doc/org/unitConverter/package-summary.html b/doc/org/unitConverter/package-summary.html new file mode 100644 index 0000000..3c32a6e --- /dev/null +++ b/doc/org/unitConverter/package-summary.html @@ -0,0 +1,141 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter</title> +<meta name="date" content="2019-12-24"> +<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="org.unitConverter"; + } + } + 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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../index-files/index-1.html">Index</a></li> +<li><a href="../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Package</li> +<li><a href="../../org/unitConverter/converterGUI/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?org/unitConverter/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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="header"> +<h1 title="Package" class="title">Package org.unitConverter</h1> +<div class="docSummary"> +<div class="block">A program that converts units.</div> +</div> +<p>See: <a href="#package.description">Description</a></p> +</div> +<div class="contentContainer"><a name="package.description"> +<!-- --> +</a> +<h2 title="Package org.unitConverter Description">Package org.unitConverter Description</h2> +<div class="block">A program that converts units.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-25</dd> +<dt><span class="simpleTagLabel">Version:</span></dt> +<dd>v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../index-files/index-1.html">Index</a></li> +<li><a href="../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Package</li> +<li><a href="../../org/unitConverter/converterGUI/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?org/unitConverter/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/package-tree.html b/doc/org/unitConverter/package-tree.html new file mode 100644 index 0000000..1f5a0a0 --- /dev/null +++ b/doc/org/unitConverter/package-tree.html @@ -0,0 +1,127 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter Class Hierarchy</title> +<meta name="date" content="2019-12-24"> +<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="org.unitConverter Class Hierarchy"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</li> +<li><a href="../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../index-files/index-1.html">Index</a></li> +<li><a href="../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li><a href="../../org/unitConverter/converterGUI/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?org/unitConverter/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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="header"> +<h1 class="title">Hierarchy For Package org.unitConverter</h1> +<span class="packageHierarchyLabel">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../overview-tree.html">All Packages</a></li> +</ul> +</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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</li> +<li><a href="../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../index-files/index-1.html">Index</a></li> +<li><a href="../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li><a href="../../org/unitConverter/converterGUI/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?org/unitConverter/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/package-use.html b/doc/org/unitConverter/package-use.html new file mode 100644 index 0000000..b6dcd18 --- /dev/null +++ b/doc/org/unitConverter/package-use.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Package org.unitConverter</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Package org.unitConverter"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../index-files/index-1.html">Index</a></li> +<li><a href="../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?org/unitConverter/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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="header"> +<h1 title="Uses of Package org.unitConverter" class="title">Uses of Package<br>org.unitConverter</h1> +</div> +<div class="contentContainer">No usage of org.unitConverter</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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../index-files/index-1.html">Index</a></li> +<li><a href="../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?org/unitConverter/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/BaseDimension.html b/doc/org/unitConverter/unit/BaseDimension.html new file mode 100644 index 0000000..c5c27c7 --- /dev/null +++ b/doc/org/unitConverter/unit/BaseDimension.html @@ -0,0 +1,313 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>BaseDimension</title> +<meta name="date" content="2019-12-24"> +<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="BaseDimension"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BaseDimension.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BaseDimension.html" target="_top">Frames</a></li> +<li><a href="BaseDimension.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class BaseDimension" class="title">Class BaseDimension</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.BaseDimension</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">BaseDimension</span> +extends java.lang.Object</pre> +<div class="block">A dimension that defines a <code>BaseUnit</code></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseDimension.html#getName--">getName</a></span>()</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseDimension.html#getSymbol--">getSymbol</a></span>()</code> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseDimension.html#toString--">toString</a></span>()</code> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseDimension.html#valueOf-java.lang.String-java.lang.String-">valueOf</a></span>(java.lang.String name, + java.lang.String symbol)</code> +<div class="block">Gets a <code>BaseDimension</code> with the provided name and symbol.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="valueOf-java.lang.String-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> valueOf(java.lang.String name, + java.lang.String symbol)</pre> +<div class="block">Gets a <code>BaseDimension</code> with the provided name and symbol.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name of dimension</dd> +<dd><code>symbol</code> - symbol used for dimension</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>dimension</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="getName--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getName</h4> +<pre>public final java.lang.String getName()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>name</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="getSymbol--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSymbol</h4> +<pre>public final java.lang.String getSymbol()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>symbol</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BaseDimension.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev Class</li> +<li><a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BaseDimension.html" target="_top">Frames</a></li> +<li><a href="BaseDimension.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/BaseUnit.html b/doc/org/unitConverter/unit/BaseUnit.html new file mode 100644 index 0000000..56fb19c --- /dev/null +++ b/doc/org/unitConverter/unit/BaseUnit.html @@ -0,0 +1,452 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>BaseUnit</title> +<meta name="date" content="2019-12-24"> +<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="BaseUnit"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"i6":9,"i7":10}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BaseUnit.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BaseUnit.html" target="_top">Frames</a></li> +<li><a href="BaseUnit.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class BaseUnit" class="title">Class BaseUnit</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">org.unitConverter.unit.Unit</a></li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.BaseUnit</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">BaseUnit</span> +extends <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></pre> +<div class="block">A unit that other units are defined by. + <p> + Note that BaseUnits <b>must</b> have names and symbols. This is because they are used for toString code. Therefore, + the Optionals provided by <a href="../../../org/unitConverter/unit/Unit.html#getPrimaryName--"><code>Unit.getPrimaryName()</code></a> and <a href="../../../org/unitConverter/unit/Unit.html#getSymbol--"><code>Unit.getSymbol()</code></a> will always contain a value.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseUnit.html#asLinearUnit--">asLinearUnit</a></span>()</code> +<div class="block">Returns a <code>LinearUnit</code> with this unit as a base and a conversion factor of 1.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseUnit.html#convertFromBase-double-">convertFromBase</a></span>(double value)</code> +<div class="block">Converts from a value expressed in this unit's base unit to a value expressed in this unit.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseUnit.html#convertToBase-double-">convertToBase</a></span>(double value)</code> +<div class="block">Converts from a value expressed in this unit to a value expressed in this unit's base unit.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseUnit.html#getBaseDimension--">getBaseDimension</a></span>()</code> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseUnit.html#toString--">toString</a></span>()</code> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseUnit.html#valueOf-org.unitConverter.unit.BaseDimension-java.lang.String-java.lang.String-">valueOf</a></span>(<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> dimension, + java.lang.String name, + java.lang.String symbol)</code> +<div class="block">Gets a base unit from the dimension it measures, its name and its symbol.</div> +</td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseUnit.html#valueOf-org.unitConverter.unit.BaseDimension-java.lang.String-java.lang.String-java.util.Set-">valueOf</a></span>(<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> dimension, + java.lang.String name, + java.lang.String symbol, + java.util.Set<java.lang.String> otherNames)</code> +<div class="block">Gets a base unit from the dimension it measures, its name and its symbol.</div> +</td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BaseUnit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.unitConverter.unit.Unit"> +<!-- --> +</a> +<h3>Methods inherited from class org.unitConverter.unit.<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></h3> +<code><a href="../../../org/unitConverter/unit/Unit.html#canConvertTo-org.unitConverter.unit.Unit-">canConvertTo</a>, <a href="../../../org/unitConverter/unit/Unit.html#convertTo-org.unitConverter.unit.Unit-double-">convertTo</a>, <a href="../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-">fromConversionFunctions</a>, <a href="../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-org.unitConverter.unit.NameSymbol-">fromConversionFunctions</a>, <a href="../../../org/unitConverter/unit/Unit.html#getBase--">getBase</a>, <a href="../../../org/unitConverter/unit/Unit.html#getDimension--">getDimension</a>, <a href="../../../org/unitConverter/unit/Unit.html#getOtherNames--">getOtherNames</a>, <a href="../../../org/unitConverter/unit/Unit.html#getPrimaryName--">getPrimaryName</a>, <a href="../../../org/unitConverter/unit/Unit.html#getSymbol--">getSymbol</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="valueOf-org.unitConverter.unit.BaseDimension-java.lang.String-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> valueOf(<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> dimension, + java.lang.String name, + java.lang.String symbol)</pre> +<div class="block">Gets a base unit from the dimension it measures, its name and its symbol.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>dimension</code> - dimension measured by this unit</dd> +<dd><code>name</code> - name of unit</dd> +<dd><code>symbol</code> - symbol of unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>base unit</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="valueOf-org.unitConverter.unit.BaseDimension-java.lang.String-java.lang.String-java.util.Set-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> valueOf(<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> dimension, + java.lang.String name, + java.lang.String symbol, + java.util.Set<java.lang.String> otherNames)</pre> +<div class="block">Gets a base unit from the dimension it measures, its name and its symbol.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>dimension</code> - dimension measured by this unit</dd> +<dd><code>name</code> - name of unit</dd> +<dd><code>symbol</code> - symbol of unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>base unit</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="asLinearUnit--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>asLinearUnit</h4> +<pre>public <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> asLinearUnit()</pre> +<div class="block">Returns a <code>LinearUnit</code> with this unit as a base and a conversion factor of 1. This operation must be done + in order to allow units to be created with operations.</div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>this unit as a <code>LinearUnit</code></dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="convertFromBase-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>convertFromBase</h4> +<pre>public double convertFromBase(double value)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../org/unitConverter/unit/Unit.html#convertFromBase-double-">Unit</a></code></span></div> +<div class="block">Converts from a value expressed in this unit's base unit to a value expressed in this unit. + <p> + This must be the inverse of <code>convertToBase</code>, so <code>convertFromBase(convertToBase(value))</code> must be equal + to <code>value</code> for any value, ignoring precision loss by roundoff error. + </p> + <p> + If this unit <i>is</i> a base unit, this method should return <code>value</code>. + </p></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../org/unitConverter/unit/Unit.html#convertFromBase-double-">convertFromBase</a></code> in class <code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - value expressed in <b>base</b> unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value expressed in <b>this</b> unit</dd> +</dl> +</li> +</ul> +<a name="convertToBase-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>convertToBase</h4> +<pre>public double convertToBase(double value)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../org/unitConverter/unit/Unit.html#convertToBase-double-">Unit</a></code></span></div> +<div class="block">Converts from a value expressed in this unit to a value expressed in this unit's base unit. + <p> + This must be the inverse of <code>convertFromBase</code>, so <code>convertToBase(convertFromBase(value))</code> must be + equal to <code>value</code> for any value, ignoring precision loss by roundoff error. + </p> + <p> + If this unit <i>is</i> a base unit, this method should return <code>value</code>. + </p></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../org/unitConverter/unit/Unit.html#convertToBase-double-">convertToBase</a></code> in class <code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - value expressed in <b>this</b> unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value expressed in <b>base</b> unit</dd> +</dl> +</li> +</ul> +<a name="getBaseDimension--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBaseDimension</h4> +<pre>public final <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> getBaseDimension()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>dimension</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="../../../org/unitConverter/unit/Unit.html#toString--">toString</a></code> in class <code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></dd> +</dl> +</li> +</ul> +<a name="withName-org.unitConverter.unit.NameSymbol-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>withName</h4> +<pre>public <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> withName(<a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="../../../org/unitConverter/unit/Unit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></code> in class <code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>ns</code> - name(s) and symbol to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a copy of this unit with provided name(s) and symbol</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BaseUnit.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BaseUnit.html" target="_top">Frames</a></li> +<li><a href="BaseUnit.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/BritishImperial.Area.html b/doc/org/unitConverter/unit/BritishImperial.Area.html new file mode 100644 index 0000000..28b404b --- /dev/null +++ b/doc/org/unitConverter/unit/BritishImperial.Area.html @@ -0,0 +1,349 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>BritishImperial.Area</title> +<meta name="date" content="2019-12-24"> +<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="BritishImperial.Area"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BritishImperial.Area.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Length.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BritishImperial.Area.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Area.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class BritishImperial.Area" class="title">Class BritishImperial.Area</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.BritishImperial.Area</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit">BritishImperial</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">BritishImperial.Area</span> +extends java.lang.Object</pre> +<div class="block">Imperial units that measure area</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-08</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Area.html#ACRE">ACRE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Area.html#PERCH">PERCH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Area.html#ROOD">ROOD</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Area.html#SQUARE_FOOT">SQUARE_FOOT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Area.html#SQUARE_MILE">SQUARE_MILE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Area.html#SQUARE_YARD">SQUARE_YARD</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Area.html#Area--">Area</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="SQUARE_FOOT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SQUARE_FOOT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SQUARE_FOOT</pre> +</li> +</ul> +<a name="SQUARE_YARD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SQUARE_YARD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SQUARE_YARD</pre> +</li> +</ul> +<a name="SQUARE_MILE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SQUARE_MILE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SQUARE_MILE</pre> +</li> +</ul> +<a name="PERCH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PERCH</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PERCH</pre> +</li> +</ul> +<a name="ROOD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ROOD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ROOD</pre> +</li> +</ul> +<a name="ACRE"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ACRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ACRE</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Area--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Area</h4> +<pre>public Area()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BritishImperial.Area.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Length.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BritishImperial.Area.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Area.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/BritishImperial.Length.html b/doc/org/unitConverter/unit/BritishImperial.Length.html new file mode 100644 index 0000000..f1235a8 --- /dev/null +++ b/doc/org/unitConverter/unit/BritishImperial.Length.html @@ -0,0 +1,443 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>BritishImperial.Length</title> +<meta name="date" content="2019-12-24"> +<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="BritishImperial.Length"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BritishImperial.Length.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Area.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BritishImperial.Length.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Length.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class BritishImperial.Length" class="title">Class BritishImperial.Length</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.BritishImperial.Length</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit">BritishImperial</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">BritishImperial.Length</span> +extends java.lang.Object</pre> +<div class="block">Imperial units that measure length</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-28</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#CABLE">CABLE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#CHAIN">CHAIN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#FATHOM">FATHOM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#FOOT">FOOT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#FURLONG">FURLONG</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#INCH">INCH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#LEAGUE">LEAGUE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#LINK">LINK</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#MILE">MILE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#NAUTICAL_MILE">NAUTICAL_MILE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#ROD">ROD</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#THOU">THOU</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#YARD">YARD</a></span></code> +<div class="block">According to the International Yard and Pound of 1959, a yard is defined as exactly 0.9144 metres.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html#Length--">Length</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="YARD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>YARD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> YARD</pre> +<div class="block">According to the International Yard and Pound of 1959, a yard is defined as exactly 0.9144 metres.</div> +</li> +</ul> +<a name="FOOT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FOOT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FOOT</pre> +</li> +</ul> +<a name="INCH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>INCH</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> INCH</pre> +</li> +</ul> +<a name="THOU"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>THOU</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> THOU</pre> +</li> +</ul> +<a name="CHAIN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CHAIN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CHAIN</pre> +</li> +</ul> +<a name="FURLONG"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FURLONG</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FURLONG</pre> +</li> +</ul> +<a name="MILE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MILE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> MILE</pre> +</li> +</ul> +<a name="LEAGUE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LEAGUE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> LEAGUE</pre> +</li> +</ul> +<a name="NAUTICAL_MILE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NAUTICAL_MILE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> NAUTICAL_MILE</pre> +</li> +</ul> +<a name="CABLE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CABLE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CABLE</pre> +</li> +</ul> +<a name="FATHOM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FATHOM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FATHOM</pre> +</li> +</ul> +<a name="ROD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ROD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ROD</pre> +</li> +</ul> +<a name="LINK"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>LINK</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> LINK</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Length--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Length</h4> +<pre>public Length()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BritishImperial.Length.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Area.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BritishImperial.Length.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Length.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/BritishImperial.Mass.html b/doc/org/unitConverter/unit/BritishImperial.Mass.html new file mode 100644 index 0000000..ba6d965 --- /dev/null +++ b/doc/org/unitConverter/unit/BritishImperial.Mass.html @@ -0,0 +1,388 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>BritishImperial.Mass</title> +<meta name="date" content="2019-12-24"> +<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="BritishImperial.Mass"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BritishImperial.Mass.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Length.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BritishImperial.Mass.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Mass.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class BritishImperial.Mass" class="title">Class BritishImperial.Mass</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.BritishImperial.Mass</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit">BritishImperial</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">BritishImperial.Mass</span> +extends java.lang.Object</pre> +<div class="block">British Imperial units that measure mass.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-08</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html#DRACHM">DRACHM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html#GRAIN">GRAIN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html#HUNDREDWEIGHT">HUNDREDWEIGHT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html#LONG_TON">LONG_TON</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html#OUNCE">OUNCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html#POUND">POUND</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html#QUARTER">QUARTER</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html#SLUG">SLUG</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html#STONE">STONE</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html#Mass--">Mass</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="POUND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>POUND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> POUND</pre> +</li> +</ul> +<a name="OUNCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>OUNCE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> OUNCE</pre> +</li> +</ul> +<a name="DRACHM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DRACHM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DRACHM</pre> +</li> +</ul> +<a name="GRAIN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GRAIN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> GRAIN</pre> +</li> +</ul> +<a name="STONE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>STONE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> STONE</pre> +</li> +</ul> +<a name="QUARTER"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>QUARTER</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> QUARTER</pre> +</li> +</ul> +<a name="HUNDREDWEIGHT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HUNDREDWEIGHT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HUNDREDWEIGHT</pre> +</li> +</ul> +<a name="LONG_TON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LONG_TON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> LONG_TON</pre> +</li> +</ul> +<a name="SLUG"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>SLUG</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SLUG</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Mass--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Mass</h4> +<pre>public Mass()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BritishImperial.Mass.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Length.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BritishImperial.Mass.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Mass.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/BritishImperial.Volume.html b/doc/org/unitConverter/unit/BritishImperial.Volume.html new file mode 100644 index 0000000..dc8d76a --- /dev/null +++ b/doc/org/unitConverter/unit/BritishImperial.Volume.html @@ -0,0 +1,414 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>BritishImperial.Volume</title> +<meta name="date" content="2019-12-24"> +<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="BritishImperial.Volume"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BritishImperial.Volume.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BritishImperial.Volume.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Volume.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class BritishImperial.Volume" class="title">Class BritishImperial.Volume</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.BritishImperial.Volume</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit">BritishImperial</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">BritishImperial.Volume</span> +extends java.lang.Object</pre> +<div class="block">British Imperial units that measure volume</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-08</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#ACRE_FOOT">ACRE_FOOT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#BUSHEL">BUSHEL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#CUBIC_FOOT">CUBIC_FOOT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#CUBIC_INCH">CUBIC_INCH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#CUBIC_YARD">CUBIC_YARD</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#FLUID_OUNCE">FLUID_OUNCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#GALLON">GALLON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#GILL">GILL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#PECK">PECK</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#PINT">PINT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#QUART">QUART</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html#Volume--">Volume</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="FLUID_OUNCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FLUID_OUNCE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FLUID_OUNCE</pre> +</li> +</ul> +<a name="GILL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GILL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> GILL</pre> +</li> +</ul> +<a name="PINT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PINT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PINT</pre> +</li> +</ul> +<a name="QUART"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>QUART</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> QUART</pre> +</li> +</ul> +<a name="GALLON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GALLON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> GALLON</pre> +</li> +</ul> +<a name="PECK"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PECK</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PECK</pre> +</li> +</ul> +<a name="BUSHEL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BUSHEL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BUSHEL</pre> +</li> +</ul> +<a name="CUBIC_INCH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CUBIC_INCH</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CUBIC_INCH</pre> +</li> +</ul> +<a name="CUBIC_FOOT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CUBIC_FOOT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CUBIC_FOOT</pre> +</li> +</ul> +<a name="CUBIC_YARD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CUBIC_YARD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CUBIC_YARD</pre> +</li> +</ul> +<a name="ACRE_FOOT"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ACRE_FOOT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ACRE_FOOT</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Volume--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Volume</h4> +<pre>public Volume()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BritishImperial.Volume.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BritishImperial.Volume.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Volume.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/BritishImperial.html b/doc/org/unitConverter/unit/BritishImperial.html new file mode 100644 index 0000000..2f63c1f --- /dev/null +++ b/doc/org/unitConverter/unit/BritishImperial.html @@ -0,0 +1,384 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>BritishImperial</title> +<meta name="date" content="2019-12-24"> +<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="BritishImperial"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BritishImperial.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Area.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BritishImperial.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class BritishImperial" class="title">Class BritishImperial</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.BritishImperial</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">BritishImperial</span> +extends java.lang.Object</pre> +<div class="block">A static utility class that contains units in the British Imperial system.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Area.html" title="class in org.unitConverter.unit">BritishImperial.Area</a></span></code> +<div class="block">Imperial units that measure area</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html" title="class in org.unitConverter.unit">BritishImperial.Length</a></span></code> +<div class="block">Imperial units that measure length</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html" title="class in org.unitConverter.unit">BritishImperial.Mass</a></span></code> +<div class="block">British Imperial units that measure mass.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html" title="class in org.unitConverter.unit">BritishImperial.Volume</a></span></code> +<div class="block">British Imperial units that measure volume</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.html#BRITISH_THERMAL_UNIT">BRITISH_THERMAL_UNIT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.html#CALORIE">CALORIE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.html#FAHRENHEIT">FAHRENHEIT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.html#KILOCALORIE">KILOCALORIE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.html#OUNCE_FORCE">OUNCE_FORCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.html#POUND_FORCE">POUND_FORCE</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/BritishImperial.html#BritishImperial--">BritishImperial</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="OUNCE_FORCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>OUNCE_FORCE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> OUNCE_FORCE</pre> +</li> +</ul> +<a name="POUND_FORCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>POUND_FORCE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> POUND_FORCE</pre> +</li> +</ul> +<a name="BRITISH_THERMAL_UNIT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BRITISH_THERMAL_UNIT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BRITISH_THERMAL_UNIT</pre> +</li> +</ul> +<a name="CALORIE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CALORIE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CALORIE</pre> +</li> +</ul> +<a name="KILOCALORIE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KILOCALORIE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> KILOCALORIE</pre> +</li> +</ul> +<a name="FAHRENHEIT"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>FAHRENHEIT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> FAHRENHEIT</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="BritishImperial--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>BritishImperial</h4> +<pre>public BritishImperial()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/BritishImperial.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Area.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/BritishImperial.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/FunctionalUnit.html b/doc/org/unitConverter/unit/FunctionalUnit.html new file mode 100644 index 0000000..fc0d446 --- /dev/null +++ b/doc/org/unitConverter/unit/FunctionalUnit.html @@ -0,0 +1,504 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>FunctionalUnit</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="FunctionalUnit"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/FunctionalUnit.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.unit</a></div> +<h2 title="Class FunctionalUnit" class="title">Class FunctionalUnit</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="Unit.html" title="class in org.unitConverter.unit">org.unitConverter.unit.Unit</a></li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.FunctionalUnit</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<pre>final class <span class="typeNameLabel">FunctionalUnit</span> +extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></pre> +<div class="block">A unit that uses functional objects to convert to and from its base.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-22</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.function.DoubleUnaryOperator</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#converterFrom">converterFrom</a></span></code></th> +<td class="colLast"> +<div class="block">A function that accepts a value expressed in the unit's base and returns that value expressed in this unit.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.function.DoubleUnaryOperator</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#converterTo">converterTo</a></span></code></th> +<td class="colLast"> +<div class="block">A function that accepts a value expressed in the unit and returns that value expressed in the unit's base.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier</th> +<th class="colSecond" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private </code></td> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.unitConverter.math.ObjectProduct,java.util.function.DoubleUnaryOperator,java.util.function.DoubleUnaryOperator)">FunctionalUnit</a></span>​(<a href="../math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>FunctionalUnit</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>double</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#convertFromBase(double)">convertFromBase</a></span>​(double value)</code></th> +<td class="colLast"> +<div class="block">Converts from a value expressed in this unit's base unit to a value expressed in this unit.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>double</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#convertToBase(double)">convertToBase</a></span>​(double value)</code></th> +<td class="colLast"> +<div class="block">Converts from a value expressed in this unit to a value expressed in this unit's base unit.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>static <a href="FunctionalUnit.html" title="class in org.unitConverter.unit">FunctionalUnit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#valueOf(org.unitConverter.math.ObjectProduct,java.util.function.DoubleUnaryOperator,java.util.function.DoubleUnaryOperator)">valueOf</a></span>​(<a href="../math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo)</code></th> +<td class="colLast"> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.org.unitConverter.unit.Unit"> +<!-- --> +</a> +<h3>Methods inherited from class org.unitConverter.unit.<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></h3> +<code><a href="Unit.html#canConvertTo(org.unitConverter.unit.Unit)">canConvertTo</a>, <a href="Unit.html#convertTo(org.unitConverter.unit.Unit,double)">convertTo</a>, <a href="Unit.html#fromConversionFunctions(org.unitConverter.math.ObjectProduct,java.util.function.DoubleUnaryOperator,java.util.function.DoubleUnaryOperator)">fromConversionFunctions</a>, <a href="Unit.html#getBase()">getBase</a>, <a href="Unit.html#getDimension()">getDimension</a>, <a href="Unit.html#toString()">toString</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="converterFrom"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>converterFrom</h4> +<pre>private final java.util.function.DoubleUnaryOperator converterFrom</pre> +<div class="block">A function that accepts a value expressed in the unit's base and returns that value expressed in this unit.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-22</dd> +</dl> +</li> +</ul> +<a id="converterTo"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>converterTo</h4> +<pre>private final java.util.function.DoubleUnaryOperator converterTo</pre> +<div class="block">A function that accepts a value expressed in the unit and returns that value expressed in the unit's base.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-22</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(org.unitConverter.math.ObjectProduct,java.util.function.DoubleUnaryOperator,java.util.function.DoubleUnaryOperator)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>FunctionalUnit</h4> +<pre>private FunctionalUnit​(<a href="../math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo)</pre> +<div class="block">Creates the <code>FunctionalUnit</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>base</code> - unit's base</dd> +<dd><code>converterFrom</code> - function that accepts a value expressed in the unit's base and returns that value expressed in this + unit.</dd> +<dd><code>converterTo</code> - function that accepts a value expressed in the unit and returns that value expressed in the unit's + base.</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if any argument is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-22</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="valueOf(org.unitConverter.math.ObjectProduct,java.util.function.DoubleUnaryOperator,java.util.function.DoubleUnaryOperator)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueOf</h4> +<pre class="methodSignature">public static <a href="FunctionalUnit.html" title="class in org.unitConverter.unit">FunctionalUnit</a> valueOf​(<a href="../math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo)</pre> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>base</code> - unit's base</dd> +<dd><code>converterFrom</code> - function that accepts a value expressed in the unit's base and returns that value expressed in this + unit.</dd> +<dd><code>converterTo</code> - function that accepts a value expressed in the unit and returns that value expressed in the unit's + base.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a unit that uses the provided functions to convert.</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if any argument is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-22</dd> +</dl> +</li> +</ul> +<a id="convertFromBase(double)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>convertFromBase</h4> +<pre class="methodSignature">public double convertFromBase​(double value)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="Unit.html#convertFromBase(double)">Unit</a></code></span></div> +<div class="block">Converts from a value expressed in this unit's base unit to a value expressed in this unit. + <p> + This must be the inverse of <code>convertToBase</code>, so <code>convertFromBase(convertToBase(value))</code> must be equal + to <code>value</code> for any value, ignoring precision loss by roundoff error. + </p> + <p> + If this unit <i>is</i> a base unit, this method should return <code>value</code>. + </p></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="Unit.html#convertFromBase(double)">convertFromBase</a></code> in class <code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - value expressed in <b>base</b> unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value expressed in <b>this</b> unit</dd> +</dl> +</li> +</ul> +<a id="convertToBase(double)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>convertToBase</h4> +<pre class="methodSignature">public double convertToBase​(double value)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="Unit.html#convertToBase(double)">Unit</a></code></span></div> +<div class="block">Converts from a value expressed in this unit to a value expressed in this unit's base unit. + <p> + This must be the inverse of <code>convertFromBase</code>, so <code>convertToBase(convertFromBase(value))</code> must be + equal to <code>value</code> for any value, ignoring precision loss by roundoff error. + </p> + <p> + If this unit <i>is</i> a base unit, this method should return <code>value</code>. + </p></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="Unit.html#convertToBase(double)">convertToBase</a></code> in class <code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - value expressed in <b>this</b> unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value expressed in <b>base</b> unit</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/FunctionalUnit.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/LinearUnit.html b/doc/org/unitConverter/unit/LinearUnit.html new file mode 100644 index 0000000..1e1fce2 --- /dev/null +++ b/doc/org/unitConverter/unit/LinearUnit.html @@ -0,0 +1,800 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>LinearUnit</title> +<meta name="date" content="2019-12-24"> +<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="LinearUnit"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":9,"i6":9,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":9,"i18":9,"i19":10,"i20":10}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/LinearUnit.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/LinearUnit.html" target="_top">Frames</a></li> +<li><a href="LinearUnit.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class LinearUnit" class="title">Class LinearUnit</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">org.unitConverter.unit.Unit</a></li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.LinearUnit</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">LinearUnit</span> +extends <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></pre> +<div class="block">A unit that can be expressed as a product of its base and a number. For example, kilometres, inches and pounds.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>protected double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#convertFromBase-double-">convertFromBase</a></span>(double value)</code> +<div class="block">Converts from a value expressed in this unit's base unit to a value expressed in this unit.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>protected double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#convertToBase-double-">convertToBase</a></span>(double value)</code> +<div class="block">Converts from a value expressed in this unit to a value expressed in this unit's base unit.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#dividedBy-double-">dividedBy</a></span>(double divisor)</code> +<div class="block">Divides this unit by a scalar.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#dividedBy-org.unitConverter.unit.LinearUnit-">dividedBy</a></span>(<a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> divisor)</code> +<div class="block">Returns the quotient of this unit and another.</div> +</td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object obj)</code> +<div class="block"> + + Uses the base and conversion factor of units to test for equality.</div> +</td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#fromUnitValue-org.unitConverter.unit.Unit-double-">fromUnitValue</a></span>(<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit, + double value)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit and a value.</div> +</td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#fromUnitValue-org.unitConverter.unit.Unit-double-org.unitConverter.unit.NameSymbol-">fromUnitValue</a></span>(<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit, + double value, + <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit and a value.</div> +</td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#getConversionFactor--">getConversionFactor</a></span>()</code> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#hashCode--">hashCode</a></span>()</code> +<div class="block"> + + Uses the base and conversion factor to compute a hash code.</div> +</td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#isBase--">isBase</a></span>()</code> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#isCoherent--">isCoherent</a></span>()</code> </td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#minus-org.unitConverter.unit.LinearUnit-">minus</a></span>(<a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> subtrahendend)</code> +<div class="block">Returns the difference of this unit and another.</div> +</td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#plus-org.unitConverter.unit.LinearUnit-">plus</a></span>(<a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> addend)</code> +<div class="block">Returns the sum of this unit and another.</div> +</td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#times-double-">times</a></span>(double multiplier)</code> +<div class="block">Multiplies this unit by a scalar.</div> +</td> +</tr> +<tr id="i14" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#times-org.unitConverter.unit.LinearUnit-">times</a></span>(<a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> multiplier)</code> +<div class="block">Returns the product of this unit and another.</div> +</td> +</tr> +<tr id="i15" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#toExponent-int-">toExponent</a></span>(int exponent)</code> +<div class="block">Returns this unit but to an exponent.</div> +</td> +</tr> +<tr id="i16" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#toString--">toString</a></span>()</code> </td> +</tr> +<tr id="i17" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#valueOf-org.unitConverter.math.ObjectProduct-double-">valueOf</a></span>(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor.</div> +</td> +</tr> +<tr id="i18" class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#valueOf-org.unitConverter.math.ObjectProduct-double-org.unitConverter.unit.NameSymbol-">valueOf</a></span>(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor, + <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor.</div> +</td> +</tr> +<tr id="i19" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +<tr id="i20" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/LinearUnit.html#withPrefix-org.unitConverter.unit.UnitPrefix-">withPrefix</a></span>(<a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> prefix)</code> +<div class="block">Returns the result of applying <code>prefix</code> to this unit.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.org.unitConverter.unit.Unit"> +<!-- --> +</a> +<h3>Methods inherited from class org.unitConverter.unit.<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></h3> +<code><a href="../../../org/unitConverter/unit/Unit.html#canConvertTo-org.unitConverter.unit.Unit-">canConvertTo</a>, <a href="../../../org/unitConverter/unit/Unit.html#convertTo-org.unitConverter.unit.Unit-double-">convertTo</a>, <a href="../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-">fromConversionFunctions</a>, <a href="../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-org.unitConverter.unit.NameSymbol-">fromConversionFunctions</a>, <a href="../../../org/unitConverter/unit/Unit.html#getBase--">getBase</a>, <a href="../../../org/unitConverter/unit/Unit.html#getDimension--">getDimension</a>, <a href="../../../org/unitConverter/unit/Unit.html#getOtherNames--">getOtherNames</a>, <a href="../../../org/unitConverter/unit/Unit.html#getPrimaryName--">getPrimaryName</a>, <a href="../../../org/unitConverter/unit/Unit.html#getSymbol--">getSymbol</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="fromUnitValue-org.unitConverter.unit.Unit-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>fromUnitValue</h4> +<pre>public static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> fromUnitValue(<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit, + double value)</pre> +<div class="block">Gets a <code>LinearUnit</code> from a unit and a value. For example, converts '59 °F' to a linear unit with the value + of '288.15 K'</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>unit</code> - unit to convert</dd> +<dd><code>value</code> - value to convert</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value expressed as a <code>LinearUnit</code></dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if unit is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="fromUnitValue-org.unitConverter.unit.Unit-double-org.unitConverter.unit.NameSymbol-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>fromUnitValue</h4> +<pre>public static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> fromUnitValue(<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit, + double value, + <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</pre> +<div class="block">Gets a <code>LinearUnit</code> from a unit and a value. For example, converts '59 °F' to a linear unit with the value + of '288.15 K'</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>unit</code> - unit to convert</dd> +<dd><code>value</code> - value to convert</dd> +<dd><code>ns</code> - name(s) and symbol of unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value expressed as a <code>LinearUnit</code></dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if unit or ns is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="valueOf-org.unitConverter.math.ObjectProduct-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> valueOf(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor)</pre> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor. In other words, gets the product of + <code>unitBase</code> and <code>conversionFactor</code>, expressed as a <code>LinearUnit</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>unitBase</code> - unit base to multiply by</dd> +<dd><code>conversionFactor</code> - number to multiply base by</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>product of base and conversion factor</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if unitBase is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="valueOf-org.unitConverter.math.ObjectProduct-double-org.unitConverter.unit.NameSymbol-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> valueOf(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor, + <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</pre> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor. In other words, gets the product of + <code>unitBase</code> and <code>conversionFactor</code>, expressed as a <code>LinearUnit</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>unitBase</code> - unit base to multiply by</dd> +<dd><code>conversionFactor</code> - number to multiply base by</dd> +<dd><code>ns</code> - name(s) and symbol of unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>product of base and conversion factor</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if unitBase is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="convertFromBase-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>convertFromBase</h4> +<pre>protected double convertFromBase(double value)</pre> +<div class="block">Converts from a value expressed in this unit's base unit to a value expressed in this unit. + <p> + This must be the inverse of <code>convertToBase</code>, so <code>convertFromBase(convertToBase(value))</code> must be equal + to <code>value</code> for any value, ignoring precision loss by roundoff error. + </p> + <p> + If this unit <i>is</i> a base unit, this method should return <code>value</code>. + </p> + + Converts by dividing by <code>conversionFactor</code></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../org/unitConverter/unit/Unit.html#convertFromBase-double-">convertFromBase</a></code> in class <code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - value expressed in <b>base</b> unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value expressed in <b>this</b> unit</dd> +</dl> +</li> +</ul> +<a name="convertToBase-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>convertToBase</h4> +<pre>protected double convertToBase(double value)</pre> +<div class="block">Converts from a value expressed in this unit to a value expressed in this unit's base unit. + <p> + This must be the inverse of <code>convertFromBase</code>, so <code>convertToBase(convertFromBase(value))</code> must be + equal to <code>value</code> for any value, ignoring precision loss by roundoff error. + </p> + <p> + If this unit <i>is</i> a base unit, this method should return <code>value</code>. + </p> + + Converts by multiplying by <code>conversionFactor</code></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../org/unitConverter/unit/Unit.html#convertToBase-double-">convertToBase</a></code> in class <code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - value expressed in <b>this</b> unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value expressed in <b>base</b> unit</dd> +</dl> +</li> +</ul> +<a name="dividedBy-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>dividedBy</h4> +<pre>public <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> dividedBy(double divisor)</pre> +<div class="block">Divides this unit by a scalar.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>divisor</code> - scalar to divide by</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>quotient</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-23, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="dividedBy-org.unitConverter.unit.LinearUnit-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>dividedBy</h4> +<pre>public <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> dividedBy(<a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> divisor)</pre> +<div class="block">Returns the quotient of this unit and another.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>divisor</code> - unit to divide by</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>quotient of two units</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if <code>divisor</code> is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-22, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="equals-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>equals</h4> +<pre>public boolean equals(java.lang.Object obj)</pre> +<div class="block"> + + Uses the base and conversion factor of units to test for equality.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>equals</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +<a name="getConversionFactor--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getConversionFactor</h4> +<pre>public double getConversionFactor()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>conversion factor</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="hashCode--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hashCode</h4> +<pre>public int hashCode()</pre> +<div class="block"> + + Uses the base and conversion factor to compute a hash code.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +<a name="isBase--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isBase</h4> +<pre>public boolean isBase()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>whether this unit is equivalent to a <code>BaseUnit</code> (i.e. there is a <code>BaseUnit b</code> where + <code>b.asLinearUnit().equals(this)</code> returns <code>true</code>.)</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="isCoherent--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isCoherent</h4> +<pre>public boolean isCoherent()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>whether this unit is coherent (i.e. has conversion factor 1)</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="minus-org.unitConverter.unit.LinearUnit-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>minus</h4> +<pre>public <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> minus(<a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> subtrahendend)</pre> +<div class="block">Returns the difference of this unit and another. + <p> + Two units can be subtracted if they have the same base. Note that <a href="../../../org/unitConverter/unit/Unit.html#canConvertTo-org.unitConverter.unit.Unit-"><code>Unit.canConvertTo(org.unitConverter.unit.Unit)</code></a> can be used to determine + this. If <code>subtrahend</code> does not meet this condition, an <code>IllegalArgumentException</code> will be thrown. + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>subtrahend</code> - unit to subtract</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>difference of units</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if <code>subtrahend</code> is not compatible for subtraction as described above</dd> +<dd><code>java.lang.NullPointerException</code> - if <code>subtrahend</code> is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="plus-org.unitConverter.unit.LinearUnit-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>plus</h4> +<pre>public <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> plus(<a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> addend)</pre> +<div class="block">Returns the sum of this unit and another. + <p> + Two units can be added if they have the same base. Note that <a href="../../../org/unitConverter/unit/Unit.html#canConvertTo-org.unitConverter.unit.Unit-"><code>Unit.canConvertTo(org.unitConverter.unit.Unit)</code></a> can be used to determine this. + If <code>addend</code> does not meet this condition, an <code>IllegalArgumentException</code> will be thrown. + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>addend</code> - unit to add</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>sum of units</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if <code>addend</code> is not compatible for addition as described above</dd> +<dd><code>java.lang.NullPointerException</code> - if <code>addend</code> is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-17, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="times-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>times</h4> +<pre>public <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> times(double multiplier)</pre> +<div class="block">Multiplies this unit by a scalar.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>multiplier</code> - scalar to multiply by</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>product</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-23, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="times-org.unitConverter.unit.LinearUnit-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>times</h4> +<pre>public <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> times(<a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> multiplier)</pre> +<div class="block">Returns the product of this unit and another.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>multiplier</code> - unit to multiply by</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>product of two units</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if <code>multiplier</code> is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-22, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="toExponent-int-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toExponent</h4> +<pre>public <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> toExponent(int exponent)</pre> +<div class="block">Returns this unit but to an exponent.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>exponent</code> - exponent to exponentiate unit to</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>exponentiated unit</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-15, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="../../../org/unitConverter/unit/Unit.html#toString--">toString</a></code> in class <code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a string providing a definition of this unit</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="withName-org.unitConverter.unit.NameSymbol-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>withName</h4> +<pre>public <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> withName(<a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><a href="../../../org/unitConverter/unit/Unit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></code> in class <code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>ns</code> - name(s) and symbol to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a copy of this unit with provided name(s) and symbol</dd> +</dl> +</li> +</ul> +<a name="withPrefix-org.unitConverter.unit.UnitPrefix-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>withPrefix</h4> +<pre>public <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> withPrefix(<a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> prefix)</pre> +<div class="block">Returns the result of applying <code>prefix</code> to this unit. + <p> + If this unit and the provided prefix have a primary name, the returned unit will have a primary name (prefix's + name + unit's name). <br> + If this unit and the provided prefix have a symbol, the returned unit will have a symbol. <br> + This method ignores alternate names of both this unit and the provided prefix.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>prefix</code> - prefix to apply</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>unit with prefix</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if prefix is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-18, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/LinearUnit.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/LinearUnit.html" target="_top">Frames</a></li> +<li><a href="LinearUnit.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/NameSymbol.html b/doc/org/unitConverter/unit/NameSymbol.html new file mode 100644 index 0000000..17b5d4e --- /dev/null +++ b/doc/org/unitConverter/unit/NameSymbol.html @@ -0,0 +1,641 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>NameSymbol</title> +<meta name="date" content="2019-12-24"> +<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="NameSymbol"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/NameSymbol.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/NameSymbol.html" target="_top">Frames</a></li> +<li><a href="NameSymbol.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class NameSymbol" class="title">Class NameSymbol</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.NameSymbol</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">NameSymbol</span> +extends java.lang.Object</pre> +<div class="block">A class that can be used to specify names and a symbol for a unit.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#EMPTY">EMPTY</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#getOtherNames--">getOtherNames</a></span>()</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>java.util.Optional<java.lang.String></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#getPrimaryName--">getPrimaryName</a></span>()</code> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>java.util.Optional<java.lang.String></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#getSymbol--">getSymbol</a></span>()</code> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-">of</a></span>(java.lang.String name, + java.lang.String symbol)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and no other names.</div> +</td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-java.util.Set-">of</a></span>(java.lang.String name, + java.lang.String symbol, + java.util.Set<java.lang.String> otherNames)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-java.lang.String...-">of</a></span>(java.lang.String name, + java.lang.String symbol, + java.lang.String... otherNames)</code> +<div class="block">h * Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-java.lang.String-">of</a></span>(java.lang.String name, + java.lang.String symbol, + java.lang.String name2)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and an additional name.</div> +</td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">of</a></span>(java.lang.String name, + java.lang.String symbol, + java.lang.String name2, + java.lang.String name3)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">of</a></span>(java.lang.String name, + java.lang.String symbol, + java.lang.String name2, + java.lang.String name3, + java.lang.String name4)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#ofName-java.lang.String-">ofName</a></span>(java.lang.String name)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, no symbol, and no other names.</div> +</td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#ofNullable-java.lang.String-java.lang.String-java.util.Set-">ofNullable</a></span>(java.lang.String name, + java.lang.String symbol, + java.util.Set<java.lang.String> otherNames)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#ofNullable-java.lang.String-java.lang.String-java.lang.String...-">ofNullable</a></span>(java.lang.String name, + java.lang.String symbol, + java.lang.String... otherNames)</code> +<div class="block">h * Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/NameSymbol.html#ofSymbol-java.lang.String-">ofSymbol</a></span>(java.lang.String symbol)</code> +<div class="block">Gets a <code>NameSymbol</code> with a symbol and no names.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="EMPTY"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>EMPTY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> EMPTY</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="of-java.lang.String-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>of</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> of(java.lang.String name, + java.lang.String symbol)</pre> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and no other names.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to use</dd> +<dd><code>symbol</code> - symbol to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>NameSymbol instance</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if name or symbol is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="of-java.lang.String-java.lang.String-java.util.Set-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>of</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> of(java.lang.String name, + java.lang.String symbol, + java.util.Set<java.lang.String> otherNames)</pre> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to use</dd> +<dd><code>symbol</code> - symbol to use</dd> +<dd><code>otherNames</code> - other names to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>NameSymbol instance</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if any argument is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="of-java.lang.String-java.lang.String-java.lang.String...-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>of</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> of(java.lang.String name, + java.lang.String symbol, + java.lang.String... otherNames)</pre> +<div class="block">h * Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to use</dd> +<dd><code>symbol</code> - symbol to use</dd> +<dd><code>otherNames</code> - other names to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>NameSymbol instance</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if any argument is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="of-java.lang.String-java.lang.String-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>of</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> of(java.lang.String name, + java.lang.String symbol, + java.lang.String name2)</pre> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and an additional name.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to use</dd> +<dd><code>symbol</code> - symbol to use</dd> +<dd><code>otherNames</code> - other names to use</dd> +<dd><code>name2</code> - alternate name</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>NameSymbol instance</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if any argument is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="of-java.lang.String-java.lang.String-java.lang.String-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>of</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> of(java.lang.String name, + java.lang.String symbol, + java.lang.String name2, + java.lang.String name3)</pre> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to use</dd> +<dd><code>symbol</code> - symbol to use</dd> +<dd><code>otherNames</code> - other names to use</dd> +<dd><code>name2</code> - alternate name</dd> +<dd><code>name3</code> - alternate name</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>NameSymbol instance</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if any argument is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="of-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>of</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> of(java.lang.String name, + java.lang.String symbol, + java.lang.String name2, + java.lang.String name3, + java.lang.String name4)</pre> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to use</dd> +<dd><code>symbol</code> - symbol to use</dd> +<dd><code>otherNames</code> - other names to use</dd> +<dd><code>name2</code> - alternate name</dd> +<dd><code>name3</code> - alternate name</dd> +<dd><code>name4</code> - alternate name</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>NameSymbol instance</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if any argument is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="ofName-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ofName</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ofName(java.lang.String name)</pre> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, no symbol, and no other names.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>NameSymbol instance</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if name is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="ofNullable-java.lang.String-java.lang.String-java.util.Set-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ofNullable</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ofNullable(java.lang.String name, + java.lang.String symbol, + java.util.Set<java.lang.String> otherNames)</pre> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names. + <p> + If any argument is null, this static factory replaces it with an empty Optional or empty Set.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to use</dd> +<dd><code>symbol</code> - symbol to use</dd> +<dd><code>otherNames</code> - other names to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>NameSymbol instance</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-26</dd> +</dl> +</li> +</ul> +<a name="ofNullable-java.lang.String-java.lang.String-java.lang.String...-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ofNullable</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ofNullable(java.lang.String name, + java.lang.String symbol, + java.lang.String... otherNames)</pre> +<div class="block">h * Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names. + <p> + If any argument is null, this static factory replaces it with an empty Optional or empty Set.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to use</dd> +<dd><code>symbol</code> - symbol to use</dd> +<dd><code>otherNames</code> - other names to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>NameSymbol instance</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-26</dd> +</dl> +</li> +</ul> +<a name="ofSymbol-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ofSymbol</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ofSymbol(java.lang.String symbol)</pre> +<div class="block">Gets a <code>NameSymbol</code> with a symbol and no names.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>symbol</code> - symbol to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>NameSymbol instance</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if symbol is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="getOtherNames--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getOtherNames</h4> +<pre>public final java.util.Set<java.lang.String> getOtherNames()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>otherNames</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="getPrimaryName--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPrimaryName</h4> +<pre>public final java.util.Optional<java.lang.String> getPrimaryName()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>primaryName</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="getSymbol--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>getSymbol</h4> +<pre>public final java.util.Optional<java.lang.String> getSymbol()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>symbol</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/NameSymbol.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/NameSymbol.html" target="_top">Frames</a></li> +<li><a href="NameSymbol.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/SI.BaseDimensions.html b/doc/org/unitConverter/unit/SI.BaseDimensions.html new file mode 100644 index 0000000..9b0383a --- /dev/null +++ b/doc/org/unitConverter/unit/SI.BaseDimensions.html @@ -0,0 +1,347 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>SI.BaseDimensions</title> +<meta name="date" content="2019-12-24"> +<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="SI.BaseDimensions"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.BaseDimensions.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.BaseUnits.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.BaseDimensions.html" target="_top">Frames</a></li> +<li><a href="SI.BaseDimensions.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class SI.BaseDimensions" class="title">Class SI.BaseDimensions</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.SI.BaseDimensions</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit">SI</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">SI.BaseDimensions</span> +extends java.lang.Object</pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html#CURRENCY">CURRENCY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html#ELECTRIC_CURRENT">ELECTRIC_CURRENT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html#INFORMATION">INFORMATION</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html#LENGTH">LENGTH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html#LUMINOUS_INTENSITY">LUMINOUS_INTENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html#MASS">MASS</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html#QUANTITY">QUANTITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html#TEMPERATURE">TEMPERATURE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html#TIME">TIME</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="LENGTH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LENGTH</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> LENGTH</pre> +</li> +</ul> +<a name="MASS"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MASS</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> MASS</pre> +</li> +</ul> +<a name="TIME"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TIME</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> TIME</pre> +</li> +</ul> +<a name="ELECTRIC_CURRENT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ELECTRIC_CURRENT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> ELECTRIC_CURRENT</pre> +</li> +</ul> +<a name="TEMPERATURE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TEMPERATURE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> TEMPERATURE</pre> +</li> +</ul> +<a name="QUANTITY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>QUANTITY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> QUANTITY</pre> +</li> +</ul> +<a name="LUMINOUS_INTENSITY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LUMINOUS_INTENSITY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> LUMINOUS_INTENSITY</pre> +</li> +</ul> +<a name="INFORMATION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>INFORMATION</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> INFORMATION</pre> +</li> +</ul> +<a name="CURRENCY"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>CURRENCY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> CURRENCY</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.BaseDimensions.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.BaseUnits.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.BaseDimensions.html" target="_top">Frames</a></li> +<li><a href="SI.BaseDimensions.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/SI.BaseUnits.html b/doc/org/unitConverter/unit/SI.BaseUnits.html new file mode 100644 index 0000000..af96cd3 --- /dev/null +++ b/doc/org/unitConverter/unit/SI.BaseUnits.html @@ -0,0 +1,347 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>SI.BaseUnits</title> +<meta name="date" content="2019-12-24"> +<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="SI.BaseUnits"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.BaseUnits.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.Constants.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.BaseUnits.html" target="_top">Frames</a></li> +<li><a href="SI.BaseUnits.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class SI.BaseUnits" class="title">Class SI.BaseUnits</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.SI.BaseUnits</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit">SI</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">SI.BaseUnits</span> +extends java.lang.Object</pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html#AMPERE">AMPERE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html#BIT">BIT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html#CANDELA">CANDELA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html#DOLLAR">DOLLAR</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html#KELVIN">KELVIN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html#KILOGRAM">KILOGRAM</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html#METRE">METRE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html#MOLE">MOLE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html#SECOND">SECOND</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="METRE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>METRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> METRE</pre> +</li> +</ul> +<a name="KILOGRAM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KILOGRAM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> KILOGRAM</pre> +</li> +</ul> +<a name="SECOND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SECOND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> SECOND</pre> +</li> +</ul> +<a name="AMPERE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>AMPERE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> AMPERE</pre> +</li> +</ul> +<a name="KELVIN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KELVIN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> KELVIN</pre> +</li> +</ul> +<a name="MOLE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MOLE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> MOLE</pre> +</li> +</ul> +<a name="CANDELA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CANDELA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> CANDELA</pre> +</li> +</ul> +<a name="BIT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BIT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> BIT</pre> +</li> +</ul> +<a name="DOLLAR"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>DOLLAR</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> DOLLAR</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.BaseUnits.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.Constants.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.BaseUnits.html" target="_top">Frames</a></li> +<li><a href="SI.BaseUnits.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/SI.Constants.html b/doc/org/unitConverter/unit/SI.Constants.html new file mode 100644 index 0000000..f846f4a --- /dev/null +++ b/doc/org/unitConverter/unit/SI.Constants.html @@ -0,0 +1,284 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>SI.Constants</title> +<meta name="date" content="2019-12-24"> +<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="SI.Constants"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.Constants.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/SI.BaseUnits.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.Dimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.Constants.html" target="_top">Frames</a></li> +<li><a href="SI.Constants.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class SI.Constants" class="title">Class SI.Constants</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.SI.Constants</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit">SI</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">SI.Constants</span> +extends java.lang.Object</pre> +<div class="block">Constants that relate to the SI or other systems.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-08</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Constants.html#EARTH_GRAVITY">EARTH_GRAVITY</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Constants.html#Constants--">Constants</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="EARTH_GRAVITY"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>EARTH_GRAVITY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> EARTH_GRAVITY</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Constants--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Constants</h4> +<pre>public Constants()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.Constants.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/SI.BaseUnits.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.Dimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.Constants.html" target="_top">Frames</a></li> +<li><a href="SI.Constants.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/SI.Dimensions.html b/doc/org/unitConverter/unit/SI.Dimensions.html new file mode 100644 index 0000000..f626044 --- /dev/null +++ b/doc/org/unitConverter/unit/SI.Dimensions.html @@ -0,0 +1,789 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>SI.Dimensions</title> +<meta name="date" content="2019-12-24"> +<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="SI.Dimensions"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.Dimensions.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/SI.Constants.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.Dimensions.html" target="_top">Frames</a></li> +<li><a href="SI.Dimensions.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class SI.Dimensions" class="title">Class SI.Dimensions</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.SI.Dimensions</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit">SI</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">SI.Dimensions</span> +extends java.lang.Object</pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#ACCELERATION">ACCELERATION</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#ANGLE">ANGLE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#AREA">AREA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#CAPACITANCE">CAPACITANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#CATALYTIC_ACTIVITY">CATALYTIC_ACTIVITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#CONCENTRATION">CONCENTRATION</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#CURRENCY">CURRENCY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#CURRENT_DENSITY">CURRENT_DENSITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_CHARGE">ELECTRIC_CHARGE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_CONDUCTANCE">ELECTRIC_CONDUCTANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_CURRENT">ELECTRIC_CURRENT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_RESISTANCE">ELECTRIC_RESISTANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#EMPTY">EMPTY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#ENERGY">ENERGY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#FORCE">FORCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#FREQUENCY">FREQUENCY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#ILLUMINANCE">ILLUMINANCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#INDUCTANCE">INDUCTANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#INFORMATION">INFORMATION</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#LENGTH">LENGTH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#LUMINANCE">LUMINANCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#LUMINOUS_FLUX">LUMINOUS_FLUX</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#LUMINOUS_INTENSITY">LUMINOUS_INTENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#MAGNETIC_FIELD_STRENGTH">MAGNETIC_FIELD_STRENGTH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#MAGNETIC_FLUX">MAGNETIC_FLUX</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#MAGNETIC_FLUX_DENSITY">MAGNETIC_FLUX_DENSITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#MASS">MASS</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#MASS_CONCENTRATION">MASS_CONCENTRATION</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#MASS_DENSITY">MASS_DENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#POWER">POWER</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#QUANTITY">QUANTITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#REFLACTIVE_PERMEABILITY">REFLACTIVE_PERMEABILITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#REFRACTIVE_INDEX">REFRACTIVE_INDEX</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#SOLID_ANGLE">SOLID_ANGLE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#SPECIFIC_ENERGY">SPECIFIC_ENERGY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#SPECIFIC_VOLUME">SPECIFIC_VOLUME</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#SURFACE_DENSITY">SURFACE_DENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#TEMPERATURE">TEMPERATURE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#TIME">TIME</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#VELOCITY">VELOCITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#VOLTAGE">VOLTAGE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#VOLUME">VOLUME</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html#WAVENUMBER">WAVENUMBER</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="EMPTY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>EMPTY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> EMPTY</pre> +</li> +</ul> +<a name="LENGTH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LENGTH</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> LENGTH</pre> +</li> +</ul> +<a name="MASS"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MASS</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> MASS</pre> +</li> +</ul> +<a name="TIME"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TIME</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> TIME</pre> +</li> +</ul> +<a name="ELECTRIC_CURRENT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ELECTRIC_CURRENT</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> ELECTRIC_CURRENT</pre> +</li> +</ul> +<a name="TEMPERATURE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TEMPERATURE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> TEMPERATURE</pre> +</li> +</ul> +<a name="QUANTITY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>QUANTITY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> QUANTITY</pre> +</li> +</ul> +<a name="LUMINOUS_INTENSITY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LUMINOUS_INTENSITY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> LUMINOUS_INTENSITY</pre> +</li> +</ul> +<a name="INFORMATION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>INFORMATION</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> INFORMATION</pre> +</li> +</ul> +<a name="CURRENCY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CURRENCY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> CURRENCY</pre> +</li> +</ul> +<a name="AREA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>AREA</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> AREA</pre> +</li> +</ul> +<a name="VOLUME"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>VOLUME</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> VOLUME</pre> +</li> +</ul> +<a name="VELOCITY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>VELOCITY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> VELOCITY</pre> +</li> +</ul> +<a name="ACCELERATION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ACCELERATION</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> ACCELERATION</pre> +</li> +</ul> +<a name="WAVENUMBER"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WAVENUMBER</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> WAVENUMBER</pre> +</li> +</ul> +<a name="MASS_DENSITY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MASS_DENSITY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> MASS_DENSITY</pre> +</li> +</ul> +<a name="SURFACE_DENSITY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SURFACE_DENSITY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> SURFACE_DENSITY</pre> +</li> +</ul> +<a name="SPECIFIC_VOLUME"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SPECIFIC_VOLUME</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> SPECIFIC_VOLUME</pre> +</li> +</ul> +<a name="CURRENT_DENSITY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CURRENT_DENSITY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> CURRENT_DENSITY</pre> +</li> +</ul> +<a name="MAGNETIC_FIELD_STRENGTH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MAGNETIC_FIELD_STRENGTH</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> MAGNETIC_FIELD_STRENGTH</pre> +</li> +</ul> +<a name="CONCENTRATION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CONCENTRATION</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> CONCENTRATION</pre> +</li> +</ul> +<a name="MASS_CONCENTRATION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MASS_CONCENTRATION</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> MASS_CONCENTRATION</pre> +</li> +</ul> +<a name="LUMINANCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LUMINANCE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> LUMINANCE</pre> +</li> +</ul> +<a name="REFRACTIVE_INDEX"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>REFRACTIVE_INDEX</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> REFRACTIVE_INDEX</pre> +</li> +</ul> +<a name="REFLACTIVE_PERMEABILITY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>REFLACTIVE_PERMEABILITY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> REFLACTIVE_PERMEABILITY</pre> +</li> +</ul> +<a name="ANGLE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ANGLE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> ANGLE</pre> +</li> +</ul> +<a name="SOLID_ANGLE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SOLID_ANGLE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> SOLID_ANGLE</pre> +</li> +</ul> +<a name="FREQUENCY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FREQUENCY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> FREQUENCY</pre> +</li> +</ul> +<a name="FORCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FORCE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> FORCE</pre> +</li> +</ul> +<a name="ENERGY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ENERGY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> ENERGY</pre> +</li> +</ul> +<a name="POWER"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>POWER</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> POWER</pre> +</li> +</ul> +<a name="ELECTRIC_CHARGE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ELECTRIC_CHARGE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> ELECTRIC_CHARGE</pre> +</li> +</ul> +<a name="VOLTAGE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>VOLTAGE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> VOLTAGE</pre> +</li> +</ul> +<a name="CAPACITANCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CAPACITANCE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> CAPACITANCE</pre> +</li> +</ul> +<a name="ELECTRIC_RESISTANCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ELECTRIC_RESISTANCE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> ELECTRIC_RESISTANCE</pre> +</li> +</ul> +<a name="ELECTRIC_CONDUCTANCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ELECTRIC_CONDUCTANCE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> ELECTRIC_CONDUCTANCE</pre> +</li> +</ul> +<a name="MAGNETIC_FLUX"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MAGNETIC_FLUX</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> MAGNETIC_FLUX</pre> +</li> +</ul> +<a name="MAGNETIC_FLUX_DENSITY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MAGNETIC_FLUX_DENSITY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> MAGNETIC_FLUX_DENSITY</pre> +</li> +</ul> +<a name="INDUCTANCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>INDUCTANCE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> INDUCTANCE</pre> +</li> +</ul> +<a name="LUMINOUS_FLUX"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LUMINOUS_FLUX</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> LUMINOUS_FLUX</pre> +</li> +</ul> +<a name="ILLUMINANCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ILLUMINANCE</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> ILLUMINANCE</pre> +</li> +</ul> +<a name="SPECIFIC_ENERGY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SPECIFIC_ENERGY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> SPECIFIC_ENERGY</pre> +</li> +</ul> +<a name="CATALYTIC_ACTIVITY"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>CATALYTIC_ACTIVITY</h4> +<pre>public static final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> CATALYTIC_ACTIVITY</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.Dimensions.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/SI.Constants.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.Dimensions.html" target="_top">Frames</a></li> +<li><a href="SI.Dimensions.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/SI.html b/doc/org/unitConverter/unit/SI.html new file mode 100644 index 0000000..7e50983 --- /dev/null +++ b/doc/org/unitConverter/unit/SI.html @@ -0,0 +1,1313 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>SI</title> +<meta name="date" content="2019-12-24"> +<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="SI"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.html" target="_top">Frames</a></li> +<li><a href="SI.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class SI" class="title">Class SI</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.SI</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">SI</span> +extends java.lang.Object</pre> +<div class="block">All of the units, prefixes and dimensions that are used by the SI, as well as some outside the SI. + + <p> + This class does not include prefixed units. To obtain prefixed units, use <a href="../../../org/unitConverter/unit/LinearUnit.html#withPrefix-org.unitConverter.unit.UnitPrefix-"><code>LinearUnit.withPrefix(org.unitConverter.unit.UnitPrefix)</code></a>: + + <pre> + LinearUnit KILOMETRE = SI.METRE.withPrefix(SI.KILO); + </pre></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit">SI.BaseDimensions</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html" title="class in org.unitConverter.unit">SI.BaseUnits</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Constants.html" title="class in org.unitConverter.unit">SI.Constants</a></span></code> +<div class="block">Constants that relate to the SI or other systems.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.Dimensions.html" title="class in org.unitConverter.unit">SI.Dimensions</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#AMPERE">AMPERE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ARCMINUTE">ARCMINUTE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ARCSECOND">ARCSECOND</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ASTRONOMICAL_UNIT">ASTRONOMICAL_UNIT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ATTO">ATTO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#BEL">BEL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#BEQUEREL">BEQUEREL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#BIT">BIT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#BYTE">BYTE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#CANDELA">CANDELA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#CELSIUS">CELSIUS</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#CENTI">CENTI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#COULOMB">COULOMB</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#CUBIC_METRE">CUBIC_METRE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DALTON">DALTON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DAY">DAY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DECI">DECI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DECIBEL">DECIBEL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DEGREE">DEGREE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DEKA">DEKA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#DOLLAR">DOLLAR</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ELECTRONVOLT">ELECTRONVOLT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#EXA">EXA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#EXBI">EXBI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#FARAD">FARAD</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#FEMTO">FEMTO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#GIBI">GIBI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#GIGA">GIGA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#GRAM">GRAM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#GRAY">GRAY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#HECTARE">HECTARE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#HECTO">HECTO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#HENRY">HENRY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#HERTZ">HERTZ</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#HOUR">HOUR</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#JOULE">JOULE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KATAL">KATAL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KELVIN">KELVIN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KIBI">KIBI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KILO">KILO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KILOGRAM">KILOGRAM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#KILOMETRE_PER_HOUR">KILOMETRE_PER_HOUR</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#LITRE">LITRE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#LUMEN">LUMEN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#LUX">LUX</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MEBI">MEBI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MEGA">MEGA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#METRE">METRE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#METRE_PER_SECOND">METRE_PER_SECOND</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MICRO">MICRO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MILLI">MILLI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MINUTE">MINUTE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#MOLE">MOLE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#NANO">NANO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#NEPER">NEPER</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#NEWTON">NEWTON</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#OHM">OHM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ONE">ONE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#PARSEC">PARSEC</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#PASCAL">PASCAL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#PEBI">PEBI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#PETA">PETA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#PICO">PICO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#RADIAN">RADIAN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#SECOND">SECOND</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#SIEMENS">SIEMENS</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#SIEVERT">SIEVERT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#SQUARE_METRE">SQUARE_METRE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#STERADIAN">STERADIAN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#TEBI">TEBI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#TERA">TERA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#TESLA">TESLA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#TONNE">TONNE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#VOLT">VOLT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#WATT">WATT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#WEBER">WEBER</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#YOCTO">YOCTO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#YOTTA">YOTTA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ZEPTO">ZEPTO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/SI.html#ZETTA">ZETTA</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="ONE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ONE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ONE</pre> +</li> +</ul> +<a name="METRE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>METRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> METRE</pre> +</li> +</ul> +<a name="KILOGRAM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KILOGRAM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> KILOGRAM</pre> +</li> +</ul> +<a name="SECOND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SECOND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SECOND</pre> +</li> +</ul> +<a name="AMPERE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>AMPERE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> AMPERE</pre> +</li> +</ul> +<a name="KELVIN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KELVIN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> KELVIN</pre> +</li> +</ul> +<a name="MOLE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MOLE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> MOLE</pre> +</li> +</ul> +<a name="CANDELA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CANDELA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CANDELA</pre> +</li> +</ul> +<a name="BIT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BIT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BIT</pre> +</li> +</ul> +<a name="DOLLAR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DOLLAR</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DOLLAR</pre> +</li> +</ul> +<a name="RADIAN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>RADIAN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> RADIAN</pre> +</li> +</ul> +<a name="STERADIAN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>STERADIAN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> STERADIAN</pre> +</li> +</ul> +<a name="HERTZ"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HERTZ</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HERTZ</pre> +</li> +</ul> +<a name="NEWTON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NEWTON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> NEWTON</pre> +</li> +</ul> +<a name="PASCAL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PASCAL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PASCAL</pre> +</li> +</ul> +<a name="JOULE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>JOULE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> JOULE</pre> +</li> +</ul> +<a name="WATT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WATT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> WATT</pre> +</li> +</ul> +<a name="COULOMB"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>COULOMB</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> COULOMB</pre> +</li> +</ul> +<a name="VOLT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>VOLT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> VOLT</pre> +</li> +</ul> +<a name="FARAD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FARAD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FARAD</pre> +</li> +</ul> +<a name="OHM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>OHM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> OHM</pre> +</li> +</ul> +<a name="SIEMENS"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIEMENS</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SIEMENS</pre> +</li> +</ul> +<a name="WEBER"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WEBER</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> WEBER</pre> +</li> +</ul> +<a name="TESLA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TESLA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> TESLA</pre> +</li> +</ul> +<a name="HENRY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HENRY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HENRY</pre> +</li> +</ul> +<a name="LUMEN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LUMEN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> LUMEN</pre> +</li> +</ul> +<a name="LUX"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LUX</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> LUX</pre> +</li> +</ul> +<a name="BEQUEREL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BEQUEREL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BEQUEREL</pre> +</li> +</ul> +<a name="GRAY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GRAY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> GRAY</pre> +</li> +</ul> +<a name="SIEVERT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SIEVERT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SIEVERT</pre> +</li> +</ul> +<a name="KATAL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KATAL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> KATAL</pre> +</li> +</ul> +<a name="GRAM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GRAM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> GRAM</pre> +</li> +</ul> +<a name="SQUARE_METRE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SQUARE_METRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SQUARE_METRE</pre> +</li> +</ul> +<a name="CUBIC_METRE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CUBIC_METRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CUBIC_METRE</pre> +</li> +</ul> +<a name="METRE_PER_SECOND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>METRE_PER_SECOND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> METRE_PER_SECOND</pre> +</li> +</ul> +<a name="CELSIUS"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CELSIUS</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> CELSIUS</pre> +</li> +</ul> +<a name="MINUTE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MINUTE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> MINUTE</pre> +</li> +</ul> +<a name="HOUR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HOUR</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HOUR</pre> +</li> +</ul> +<a name="DAY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DAY</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DAY</pre> +</li> +</ul> +<a name="KILOMETRE_PER_HOUR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KILOMETRE_PER_HOUR</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> KILOMETRE_PER_HOUR</pre> +</li> +</ul> +<a name="DEGREE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DEGREE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DEGREE</pre> +</li> +</ul> +<a name="ARCMINUTE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ARCMINUTE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ARCMINUTE</pre> +</li> +</ul> +<a name="ARCSECOND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ARCSECOND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ARCSECOND</pre> +</li> +</ul> +<a name="ASTRONOMICAL_UNIT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ASTRONOMICAL_UNIT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ASTRONOMICAL_UNIT</pre> +</li> +</ul> +<a name="PARSEC"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PARSEC</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PARSEC</pre> +</li> +</ul> +<a name="HECTARE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HECTARE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HECTARE</pre> +</li> +</ul> +<a name="LITRE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>LITRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> LITRE</pre> +</li> +</ul> +<a name="TONNE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TONNE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> TONNE</pre> +</li> +</ul> +<a name="DALTON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DALTON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DALTON</pre> +</li> +</ul> +<a name="ELECTRONVOLT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ELECTRONVOLT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ELECTRONVOLT</pre> +</li> +</ul> +<a name="BYTE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BYTE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BYTE</pre> +</li> +</ul> +<a name="NEPER"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NEPER</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> NEPER</pre> +</li> +</ul> +<a name="BEL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BEL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> BEL</pre> +</li> +</ul> +<a name="DECIBEL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DECIBEL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> DECIBEL</pre> +</li> +</ul> +<a name="KILO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KILO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> KILO</pre> +</li> +</ul> +<a name="MEGA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MEGA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> MEGA</pre> +</li> +</ul> +<a name="GIGA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GIGA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> GIGA</pre> +</li> +</ul> +<a name="TERA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TERA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> TERA</pre> +</li> +</ul> +<a name="PETA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PETA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> PETA</pre> +</li> +</ul> +<a name="EXA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>EXA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> EXA</pre> +</li> +</ul> +<a name="ZETTA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ZETTA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> ZETTA</pre> +</li> +</ul> +<a name="YOTTA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>YOTTA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> YOTTA</pre> +</li> +</ul> +<a name="MILLI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MILLI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> MILLI</pre> +</li> +</ul> +<a name="MICRO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MICRO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> MICRO</pre> +</li> +</ul> +<a name="NANO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NANO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> NANO</pre> +</li> +</ul> +<a name="PICO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PICO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> PICO</pre> +</li> +</ul> +<a name="FEMTO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FEMTO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> FEMTO</pre> +</li> +</ul> +<a name="ATTO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ATTO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> ATTO</pre> +</li> +</ul> +<a name="ZEPTO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ZEPTO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> ZEPTO</pre> +</li> +</ul> +<a name="YOCTO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>YOCTO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> YOCTO</pre> +</li> +</ul> +<a name="DEKA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DEKA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> DEKA</pre> +</li> +</ul> +<a name="HECTO"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HECTO</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> HECTO</pre> +</li> +</ul> +<a name="DECI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DECI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> DECI</pre> +</li> +</ul> +<a name="CENTI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CENTI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> CENTI</pre> +</li> +</ul> +<a name="KIBI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KIBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> KIBI</pre> +</li> +</ul> +<a name="MEBI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MEBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> MEBI</pre> +</li> +</ul> +<a name="GIBI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GIBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> GIBI</pre> +</li> +</ul> +<a name="TEBI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TEBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> TEBI</pre> +</li> +</ul> +<a name="PEBI"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PEBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> PEBI</pre> +</li> +</ul> +<a name="EXBI"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>EXBI</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> EXBI</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/SI.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/SI.html" target="_top">Frames</a></li> +<li><a href="SI.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li>Constr | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li>Constr | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/USCustomary.Area.html b/doc/org/unitConverter/unit/USCustomary.Area.html new file mode 100644 index 0000000..f811e72 --- /dev/null +++ b/doc/org/unitConverter/unit/USCustomary.Area.html @@ -0,0 +1,336 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>USCustomary.Area</title> +<meta name="date" content="2019-12-24"> +<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="USCustomary.Area"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/USCustomary.Area.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/USCustomary.Length.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/USCustomary.Area.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Area.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class USCustomary.Area" class="title">Class USCustomary.Area</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.USCustomary.Area</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit">USCustomary</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">USCustomary.Area</span> +extends java.lang.Object</pre> +<div class="block">US Customary units that measure area</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-08</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Area.html#ACRE">ACRE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Area.html#SECTION">SECTION</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Area.html#SQUARE_CHAIN">SQUARE_CHAIN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Area.html#SQUARE_SURVEY_FOOT">SQUARE_SURVEY_FOOT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Area.html#SURVEY_TOWNSHIP">SURVEY_TOWNSHIP</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Area.html#Area--">Area</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="SQUARE_SURVEY_FOOT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SQUARE_SURVEY_FOOT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SQUARE_SURVEY_FOOT</pre> +</li> +</ul> +<a name="SQUARE_CHAIN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SQUARE_CHAIN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SQUARE_CHAIN</pre> +</li> +</ul> +<a name="ACRE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ACRE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ACRE</pre> +</li> +</ul> +<a name="SECTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SECTION</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SECTION</pre> +</li> +</ul> +<a name="SURVEY_TOWNSHIP"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>SURVEY_TOWNSHIP</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SURVEY_TOWNSHIP</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Area--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Area</h4> +<pre>public Area()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/USCustomary.Area.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/USCustomary.Length.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/USCustomary.Area.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Area.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/USCustomary.Length.html b/doc/org/unitConverter/unit/USCustomary.Length.html new file mode 100644 index 0000000..19c9c9b --- /dev/null +++ b/doc/org/unitConverter/unit/USCustomary.Length.html @@ -0,0 +1,492 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>USCustomary.Length</title> +<meta name="date" content="2019-12-24"> +<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="USCustomary.Length"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/USCustomary.Length.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/USCustomary.Area.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/USCustomary.Mass.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/USCustomary.Length.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Length.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class USCustomary.Length" class="title">Class USCustomary.Length</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.USCustomary.Length</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit">USCustomary</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">USCustomary.Length</span> +extends java.lang.Object</pre> +<div class="block">US Customary units that measure length</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-28</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#CABLE">CABLE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#FATHOM">FATHOM</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#FOOT">FOOT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#HAND">HAND</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#INCH">INCH</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#MILE">MILE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#NAUTICAL_MILE">NAUTICAL_MILE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#PICA">PICA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#POINT">POINT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_CHAIN">SURVEY_CHAIN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_FOOT">SURVEY_FOOT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_FURLONG">SURVEY_FURLONG</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_LEAGUE">SURVEY_LEAGUE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_LINK">SURVEY_LINK</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_MILE">SURVEY_MILE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_ROD">SURVEY_ROD</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#YARD">YARD</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html#Length--">Length</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="FOOT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FOOT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FOOT</pre> +</li> +</ul> +<a name="INCH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>INCH</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> INCH</pre> +</li> +</ul> +<a name="HAND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HAND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HAND</pre> +</li> +</ul> +<a name="PICA"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PICA</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PICA</pre> +</li> +</ul> +<a name="POINT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>POINT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> POINT</pre> +</li> +</ul> +<a name="YARD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>YARD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> YARD</pre> +</li> +</ul> +<a name="MILE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MILE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> MILE</pre> +</li> +</ul> +<a name="SURVEY_FOOT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SURVEY_FOOT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SURVEY_FOOT</pre> +</li> +</ul> +<a name="SURVEY_LINK"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SURVEY_LINK</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SURVEY_LINK</pre> +</li> +</ul> +<a name="SURVEY_ROD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SURVEY_ROD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SURVEY_ROD</pre> +</li> +</ul> +<a name="SURVEY_CHAIN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SURVEY_CHAIN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SURVEY_CHAIN</pre> +</li> +</ul> +<a name="SURVEY_FURLONG"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SURVEY_FURLONG</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SURVEY_FURLONG</pre> +</li> +</ul> +<a name="SURVEY_MILE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SURVEY_MILE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SURVEY_MILE</pre> +</li> +</ul> +<a name="SURVEY_LEAGUE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SURVEY_LEAGUE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SURVEY_LEAGUE</pre> +</li> +</ul> +<a name="NAUTICAL_MILE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NAUTICAL_MILE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> NAUTICAL_MILE</pre> +</li> +</ul> +<a name="FATHOM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FATHOM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FATHOM</pre> +</li> +</ul> +<a name="CABLE"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>CABLE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CABLE</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Length--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Length</h4> +<pre>public Length()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/USCustomary.Length.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/USCustomary.Area.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/USCustomary.Mass.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/USCustomary.Length.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Length.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/USCustomary.Mass.html b/doc/org/unitConverter/unit/USCustomary.Mass.html new file mode 100644 index 0000000..65c463b --- /dev/null +++ b/doc/org/unitConverter/unit/USCustomary.Mass.html @@ -0,0 +1,388 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>USCustomary.Mass</title> +<meta name="date" content="2019-12-24"> +<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="USCustomary.Mass"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/USCustomary.Mass.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/USCustomary.Length.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/USCustomary.Volume.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/USCustomary.Mass.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Mass.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class USCustomary.Mass" class="title">Class USCustomary.Mass</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.USCustomary.Mass</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit">USCustomary</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">USCustomary.Mass</span> +extends java.lang.Object</pre> +<div class="block">mass units</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-08</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html#DRAM">DRAM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html#GRAIN">GRAIN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html#HUNDREDWEIGHT">HUNDREDWEIGHT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html#OUNCE">OUNCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html#PENNYWEIGHT">PENNYWEIGHT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html#POUND">POUND</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html#SHORT_TON">SHORT_TON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html#TROY_OUNCE">TROY_OUNCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html#TROY_POUND">TROY_POUND</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html#Mass--">Mass</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="GRAIN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GRAIN</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> GRAIN</pre> +</li> +</ul> +<a name="DRAM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DRAM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DRAM</pre> +</li> +</ul> +<a name="OUNCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>OUNCE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> OUNCE</pre> +</li> +</ul> +<a name="POUND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>POUND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> POUND</pre> +</li> +</ul> +<a name="HUNDREDWEIGHT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HUNDREDWEIGHT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HUNDREDWEIGHT</pre> +</li> +</ul> +<a name="SHORT_TON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SHORT_TON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SHORT_TON</pre> +</li> +</ul> +<a name="PENNYWEIGHT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PENNYWEIGHT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PENNYWEIGHT</pre> +</li> +</ul> +<a name="TROY_OUNCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TROY_OUNCE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> TROY_OUNCE</pre> +</li> +</ul> +<a name="TROY_POUND"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>TROY_POUND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> TROY_POUND</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Mass--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Mass</h4> +<pre>public Mass()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/USCustomary.Mass.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/USCustomary.Length.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/USCustomary.Volume.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/USCustomary.Mass.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Mass.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/USCustomary.Volume.html b/doc/org/unitConverter/unit/USCustomary.Volume.html new file mode 100644 index 0000000..0a1cbf9 --- /dev/null +++ b/doc/org/unitConverter/unit/USCustomary.Volume.html @@ -0,0 +1,583 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>USCustomary.Volume</title> +<meta name="date" content="2019-12-24"> +<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="USCustomary.Volume"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/USCustomary.Volume.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/USCustomary.Mass.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/USCustomary.Volume.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Volume.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class USCustomary.Volume" class="title">Class USCustomary.Volume</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.USCustomary.Volume</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit">USCustomary</a></dd> +</dl> +<hr> +<br> +<pre>public static final class <span class="typeNameLabel">USCustomary.Volume</span> +extends java.lang.Object</pre> +<div class="block">Volume units</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-08</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#ACRE_FOOT">ACRE_FOOT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#BARREL">BARREL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#BUSHEL">BUSHEL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#CUBIC_FOOT">CUBIC_FOOT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#CUBIC_INCH">CUBIC_INCH</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#CUBIC_YARD">CUBIC_YARD</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#CUP">CUP</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#DRY_BARREL">DRY_BARREL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#DRY_GALLON">DRY_GALLON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#DRY_PINT">DRY_PINT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#DRY_QUART">DRY_QUART</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#FLUID_DRAM">FLUID_DRAM</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#FLUID_OUNCE">FLUID_OUNCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#GALLON">GALLON</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#GILL">GILL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#HOGSHEAD">HOGSHEAD</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#MINIM">MINIM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#OIL_BARREL">OIL_BARREL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#PECK">PECK</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#PINT">PINT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#QUART">QUART</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#SHOT">SHOT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#TABLESPOON">TABLESPOON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#TEASPOON">TEASPOON</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html#Volume--">Volume</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="CUBIC_INCH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CUBIC_INCH</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CUBIC_INCH</pre> +</li> +</ul> +<a name="CUBIC_FOOT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CUBIC_FOOT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CUBIC_FOOT</pre> +</li> +</ul> +<a name="CUBIC_YARD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CUBIC_YARD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CUBIC_YARD</pre> +</li> +</ul> +<a name="ACRE_FOOT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>ACRE_FOOT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> ACRE_FOOT</pre> +</li> +</ul> +<a name="MINIM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>MINIM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> MINIM</pre> +</li> +</ul> +<a name="FLUID_DRAM"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FLUID_DRAM</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FLUID_DRAM</pre> +</li> +</ul> +<a name="TEASPOON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TEASPOON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> TEASPOON</pre> +</li> +</ul> +<a name="TABLESPOON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TABLESPOON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> TABLESPOON</pre> +</li> +</ul> +<a name="FLUID_OUNCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FLUID_OUNCE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FLUID_OUNCE</pre> +</li> +</ul> +<a name="SHOT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>SHOT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> SHOT</pre> +</li> +</ul> +<a name="GILL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GILL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> GILL</pre> +</li> +</ul> +<a name="CUP"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CUP</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CUP</pre> +</li> +</ul> +<a name="PINT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PINT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PINT</pre> +</li> +</ul> +<a name="QUART"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>QUART</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> QUART</pre> +</li> +</ul> +<a name="GALLON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>GALLON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> GALLON</pre> +</li> +</ul> +<a name="BARREL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BARREL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BARREL</pre> +</li> +</ul> +<a name="OIL_BARREL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>OIL_BARREL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> OIL_BARREL</pre> +</li> +</ul> +<a name="HOGSHEAD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HOGSHEAD</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HOGSHEAD</pre> +</li> +</ul> +<a name="DRY_PINT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DRY_PINT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DRY_PINT</pre> +</li> +</ul> +<a name="DRY_QUART"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DRY_QUART</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DRY_QUART</pre> +</li> +</ul> +<a name="DRY_GALLON"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>DRY_GALLON</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DRY_GALLON</pre> +</li> +</ul> +<a name="PECK"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>PECK</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> PECK</pre> +</li> +</ul> +<a name="BUSHEL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BUSHEL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BUSHEL</pre> +</li> +</ul> +<a name="DRY_BARREL"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>DRY_BARREL</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> DRY_BARREL</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Volume--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Volume</h4> +<pre>public Volume()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/USCustomary.Volume.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/USCustomary.Mass.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/USCustomary.Volume.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Volume.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/USCustomary.html b/doc/org/unitConverter/unit/USCustomary.html new file mode 100644 index 0000000..38777d1 --- /dev/null +++ b/doc/org/unitConverter/unit/USCustomary.html @@ -0,0 +1,423 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>USCustomary</title> +<meta name="date" content="2019-12-24"> +<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="USCustomary"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/USCustomary.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/USCustomary.Area.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/USCustomary.html" target="_top">Frames</a></li> +<li><a href="USCustomary.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class USCustomary" class="title">Class USCustomary</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.USCustomary</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">USCustomary</span> +extends java.lang.Object</pre> +<div class="block">A static utility class that contains units in the US Customary system.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Area.html" title="class in org.unitConverter.unit">USCustomary.Area</a></span></code> +<div class="block">US Customary units that measure area</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Length.html" title="class in org.unitConverter.unit">USCustomary.Length</a></span></code> +<div class="block">US Customary units that measure length</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html" title="class in org.unitConverter.unit">USCustomary.Mass</a></span></code> +<div class="block">mass units</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html" title="class in org.unitConverter.unit">USCustomary.Volume</a></span></code> +<div class="block">Volume units</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.html#BRITISH_THERMAL_UNIT">BRITISH_THERMAL_UNIT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.html#CALORIE">CALORIE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.html#FAHRENHEIT">FAHRENHEIT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.html#FOOT_POUND">FOOT_POUND</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.html#HORSEPOWER">HORSEPOWER</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.html#KILOCALORIE">KILOCALORIE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.html#OUNCE_FORCE">OUNCE_FORCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.html#POUND_FORCE">POUND_FORCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.html#POUND_PER_SQUARE_INCH">POUND_PER_SQUARE_INCH</a></span></code> </td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/USCustomary.html#USCustomary--">USCustomary</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="OUNCE_FORCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>OUNCE_FORCE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> OUNCE_FORCE</pre> +</li> +</ul> +<a name="POUND_FORCE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>POUND_FORCE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> POUND_FORCE</pre> +</li> +</ul> +<a name="BRITISH_THERMAL_UNIT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>BRITISH_THERMAL_UNIT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> BRITISH_THERMAL_UNIT</pre> +</li> +</ul> +<a name="CALORIE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CALORIE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> CALORIE</pre> +</li> +</ul> +<a name="KILOCALORIE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>KILOCALORIE</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> KILOCALORIE</pre> +</li> +</ul> +<a name="FOOT_POUND"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>FOOT_POUND</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> FOOT_POUND</pre> +</li> +</ul> +<a name="HORSEPOWER"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>HORSEPOWER</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> HORSEPOWER</pre> +</li> +</ul> +<a name="POUND_PER_SQUARE_INCH"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>POUND_PER_SQUARE_INCH</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> POUND_PER_SQUARE_INCH</pre> +</li> +</ul> +<a name="FAHRENHEIT"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>FAHRENHEIT</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> FAHRENHEIT</pre> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="USCustomary--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>USCustomary</h4> +<pre>public USCustomary()</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/USCustomary.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/USCustomary.Area.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/USCustomary.html" target="_top">Frames</a></li> +<li><a href="USCustomary.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/Unit.html b/doc/org/unitConverter/unit/Unit.html new file mode 100644 index 0000000..2a84bfa --- /dev/null +++ b/doc/org/unitConverter/unit/Unit.html @@ -0,0 +1,632 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Unit</title> +<meta name="date" content="2019-12-24"> +<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="Unit"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":6,"i2":10,"i3":6,"i4":9,"i5":9,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/Unit.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/SI.Dimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/UnitDatabase.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/Unit.html" target="_top">Frames</a></li> +<li><a href="Unit.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class Unit" class="title">Class Unit</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.Unit</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>, <a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></dd> +</dl> +<hr> +<br> +<pre>public abstract class <span class="typeNameLabel">Unit</span> +extends java.lang.Object</pre> +<div class="block">A unit that is composed of base units.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier</th> +<th class="colLast" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#Unit-org.unitConverter.math.ObjectProduct-org.unitConverter.unit.NameSymbol-">Unit</a></span>(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Creates the <code>AbstractUnit</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#canConvertTo-org.unitConverter.unit.Unit-">canConvertTo</a></span>(<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> other)</code> +<div class="block">Checks if a value expressed in this unit can be converted to a value expressed in <code>other</code></div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>protected abstract double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#convertFromBase-double-">convertFromBase</a></span>(double value)</code> +<div class="block">Converts from a value expressed in this unit's base unit to a value expressed in this unit.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#convertTo-org.unitConverter.unit.Unit-double-">convertTo</a></span>(<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> other, + double value)</code> +<div class="block">Converts a value expressed in this unit to a value expressed in <code>other</code>.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>protected abstract double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#convertToBase-double-">convertToBase</a></span>(double value)</code> +<div class="block">Converts from a value expressed in this unit to a value expressed in this unit's base unit.</div> +</td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-">fromConversionFunctions</a></span>(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo)</code> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-org.unitConverter.unit.NameSymbol-">fromConversionFunctions</a></span>(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo, + <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#getBase--">getBase</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#getDimension--">getDimension</a></span>()</code> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#getOtherNames--">getOtherNames</a></span>()</code> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>java.util.Optional<java.lang.String></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#getPrimaryName--">getPrimaryName</a></span>()</code> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>java.util.Optional<java.lang.String></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#getSymbol--">getSymbol</a></span>()</code> </td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#toString--">toString</a></span>()</code> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/Unit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Unit-org.unitConverter.math.ObjectProduct-org.unitConverter.unit.NameSymbol-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Unit</h4> +<pre>protected Unit(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</pre> +<div class="block">Creates the <code>AbstractUnit</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>unitBase</code> - base of unit</dd> +<dd><code>ns</code> - names and symbol of unit</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if unitBase or ns is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>fromConversionFunctions</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> fromConversionFunctions(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo)</pre> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base. + + <p> + For example, to get a unit representing the degree Celsius, the following code can be used: + + <code>Unit.fromConversionFunctions(SI.KELVIN, tempK -> tempK - 273.15, tempC -> tempC + 273.15);</code> + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>base</code> - unit's base</dd> +<dd><code>converterFrom</code> - function that accepts a value expressed in the unit's base and returns that value expressed in this + unit.</dd> +<dd><code>converterTo</code> - function that accepts a value expressed in the unit and returns that value expressed in the unit's + base.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a unit that uses the provided functions to convert.</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if any argument is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-22</dd> +</dl> +</li> +</ul> +<a name="fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-org.unitConverter.unit.NameSymbol-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>fromConversionFunctions</h4> +<pre>public static final <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> fromConversionFunctions(<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo, + <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</pre> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base. + + <p> + For example, to get a unit representing the degree Celsius, the following code can be used: + + <code>Unit.fromConversionFunctions(SI.KELVIN, tempK -> tempK - 273.15, tempC -> tempC + 273.15);</code> + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>base</code> - unit's base</dd> +<dd><code>converterFrom</code> - function that accepts a value expressed in the unit's base and returns that value expressed in this + unit.</dd> +<dd><code>converterTo</code> - function that accepts a value expressed in the unit and returns that value expressed in the unit's + base.</dd> +<dd><code>ns</code> - names and symbol of unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a unit that uses the provided functions to convert.</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if any argument is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-22</dd> +</dl> +</li> +</ul> +<a name="canConvertTo-org.unitConverter.unit.Unit-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canConvertTo</h4> +<pre>public final boolean canConvertTo(<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> other)</pre> +<div class="block">Checks if a value expressed in this unit can be converted to a value expressed in <code>other</code></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>other</code> - unit to test with</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>true if the units are compatible</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if other is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-13, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="convertFromBase-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>convertFromBase</h4> +<pre>protected abstract double convertFromBase(double value)</pre> +<div class="block">Converts from a value expressed in this unit's base unit to a value expressed in this unit. + <p> + This must be the inverse of <code>convertToBase</code>, so <code>convertFromBase(convertToBase(value))</code> must be equal + to <code>value</code> for any value, ignoring precision loss by roundoff error. + </p> + <p> + If this unit <i>is</i> a base unit, this method should return <code>value</code>. + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - value expressed in <b>base</b> unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value expressed in <b>this</b> unit</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-22, v0.1.0</dd> +<dt><span class="simpleTagLabel">Implementation Requirements:</span></dt> +<dd>This method is used by <a href="../../../org/unitConverter/unit/Unit.html#convertTo-org.unitConverter.unit.Unit-double-"><code>convertTo(org.unitConverter.unit.Unit, double)</code></a>, and its behaviour affects the behaviour of + <code>convertTo</code>.</dd> +</dl> +</li> +</ul> +<a name="convertTo-org.unitConverter.unit.Unit-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>convertTo</h4> +<pre>public final double convertTo(<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> other, + double value)</pre> +<div class="block">Converts a value expressed in this unit to a value expressed in <code>other</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>other</code> - unit to convert to</dd> +<dd><code>value</code> - value to convert</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>converted value</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if <code>other</code> is incompatible for conversion with this unit (as tested by + <a href="../../../org/unitConverter/unit/Unit.html#canConvertTo-org.unitConverter.unit.Unit-"><code>canConvertTo(org.unitConverter.unit.Unit)</code></a>).</dd> +<dd><code>java.lang.NullPointerException</code> - if other is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-22</dd> +<dt><span class="simpleTagLabel">Implementation Requirements:</span></dt> +<dd>If unit conversion is possible, this implementation returns + <code>other.convertFromBase(this.convertToBase(value))</code>. Therefore, overriding either of those methods + will change the output of this method.</dd> +</dl> +</li> +</ul> +<a name="convertToBase-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>convertToBase</h4> +<pre>protected abstract double convertToBase(double value)</pre> +<div class="block">Converts from a value expressed in this unit to a value expressed in this unit's base unit. + <p> + This must be the inverse of <code>convertFromBase</code>, so <code>convertToBase(convertFromBase(value))</code> must be + equal to <code>value</code> for any value, ignoring precision loss by roundoff error. + </p> + <p> + If this unit <i>is</i> a base unit, this method should return <code>value</code>. + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>value</code> - value expressed in <b>this</b> unit</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>value expressed in <b>base</b> unit</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-22, v0.1.0</dd> +<dt><span class="simpleTagLabel">Implementation Requirements:</span></dt> +<dd>This method is used by <a href="../../../org/unitConverter/unit/Unit.html#convertTo-org.unitConverter.unit.Unit-double-"><code>convertTo(org.unitConverter.unit.Unit, double)</code></a>, and its behaviour affects the behaviour of + <code>convertTo</code>.</dd> +</dl> +</li> +</ul> +<a name="getBase--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBase</h4> +<pre>public final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> getBase()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>combination of units that this unit is based on</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-22, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="getDimension--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDimension</h4> +<pre>public final <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> getDimension()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>dimension measured by this unit</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-22, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="getOtherNames--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getOtherNames</h4> +<pre>public final java.util.Set<java.lang.String> getOtherNames()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>additionalNames</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="getPrimaryName--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPrimaryName</h4> +<pre>public final java.util.Optional<java.lang.String> getPrimaryName()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>primaryName</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="getSymbol--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSymbol</h4> +<pre>public final java.util.Optional<java.lang.String> getSymbol()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>symbol</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +<a name="withName-org.unitConverter.unit.NameSymbol-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>withName</h4> +<pre>public <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> withName(<a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>ns</code> - name(s) and symbol to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a copy of this unit with provided name(s) and symbol</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if ns is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-21</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/Unit.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/SI.Dimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/UnitDatabase.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/Unit.html" target="_top">Frames</a></li> +<li><a href="Unit.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html new file mode 100644 index 0000000..65b640c --- /dev/null +++ b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html @@ -0,0 +1,499 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.unit</a></div> +<h2 title="Class UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry" class="title">Class UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet</a></dd> +</dl> +<hr> +<pre>private static final class <span class="typeNameLabel">UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry</span> +extends java.lang.Object +implements java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></pre> +<div class="block">The entry for this set.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#key">key</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#value">value</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,org.unitConverter.unit.Unit)">PrefixedUnitEntry</a></span>​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>PrefixedUnitEntry</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#equals(java.lang.Object)">equals</a></span>​(java.lang.Object o)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getKey()">getKey</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getValue()">getValue</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hashCode()">hashCode</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setValue(org.unitConverter.unit.Unit)">setValue</a></span>​(<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th> +<td class="colLast"> +<div class="block">Returns a string representation of the entry.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="key"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>key</h4> +<pre>private final java.lang.String key</pre> +</li> +</ul> +<a id="value"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>value</h4> +<pre>private final <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(java.lang.String,org.unitConverter.unit.Unit)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PrefixedUnitEntry</h4> +<pre>public PrefixedUnitEntry​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value)</pre> +<div class="block">Creates the <code>PrefixedUnitEntry</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>key</code> - key</dd> +<dd><code>value</code> - value</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="equals(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>equals</h4> +<pre class="methodSignature">public boolean equals​(java.lang.Object o)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>equals</code> in interface <code>java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>equals</code> in class <code>java.lang.Object</code></dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-03</dd> +</dl> +</li> +</ul> +<a id="getKey()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getKey</h4> +<pre class="methodSignature">public java.lang.String getKey()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>getKey</code> in interface <code>java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="getValue()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getValue</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> getValue()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>getValue</code> in interface <code>java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="hashCode()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hashCode</h4> +<pre class="methodSignature">public int hashCode()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>hashCode</code> in interface <code>java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-03</dd> +</dl> +</li> +</ul> +<a id="setValue(org.unitConverter.unit.Unit)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setValue</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> setValue​(<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>setValue</code> in interface <code>java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="toString()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toString</h4> +<pre class="methodSignature">public java.lang.String toString()</pre> +<div class="block">Returns a string representation of the entry. The format of the string is the string representation + of the key, then the equals (<code>=</code>) character, then the string representation of the value.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-03</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html new file mode 100644 index 0000000..465ee75 --- /dev/null +++ b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html @@ -0,0 +1,542 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.unit</a></div> +<h2 title="Class UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator" class="title">Class UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.util.Iterator<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet</a></dd> +</dl> +<hr> +<pre>private static final class <span class="typeNameLabel">UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator</span> +extends java.lang.Object +implements java.util.Iterator<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></pre> +<div class="block">An iterator that iterates over the units of a <code>PrefixedUnitNameSet</code>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#map">map</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.List<java.lang.Integer></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixCoordinates">prefixCoordinates</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.List<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixNames">prefixNames</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unitNamePosition">unitNamePosition</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.List<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unitNames">unitNames</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)">PrefixedUnitEntryIterator</a></span>​(<a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>UnitsDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>private java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCurrentUnitName()">getCurrentUnitName</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hasNext()">hasNext</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>private void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#incrementPosition()">incrementPosition</a></span>()</code></th> +<td class="colLast"> +<div class="block">Changes this iterator's position to the next available one.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#next()">next</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>private java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#peek()">peek</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th> +<td class="colLast"> +<div class="block">Returns a string representation of the object.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Iterator"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Iterator</h3> +<code>forEachRemaining, remove</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="unitNamePosition"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unitNamePosition</h4> +<pre>private int unitNamePosition</pre> +</li> +</ul> +<a id="prefixCoordinates"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>prefixCoordinates</h4> +<pre>private final java.util.List<java.lang.Integer> prefixCoordinates</pre> +</li> +</ul> +<a id="map"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>map</h4> +<pre>private final java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> map</pre> +</li> +</ul> +<a id="unitNames"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unitNames</h4> +<pre>private final transient java.util.List<java.lang.String> unitNames</pre> +</li> +</ul> +<a id="prefixNames"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>prefixNames</h4> +<pre>private final transient java.util.List<java.lang.String> prefixNames</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PrefixedUnitEntryIterator</h4> +<pre>public PrefixedUnitEntryIterator​(<a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</pre> +<div class="block">Creates the <code>UnitsDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</code>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="getCurrentUnitName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCurrentUnitName</h4> +<pre class="methodSignature">private java.lang.String getCurrentUnitName()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>current unit name</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="hasNext()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasNext</h4> +<pre class="methodSignature">public boolean hasNext()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>hasNext</code> in interface <code>java.util.Iterator<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="incrementPosition()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>incrementPosition</h4> +<pre class="methodSignature">private void incrementPosition()</pre> +<div class="block">Changes this iterator's position to the next available one.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="next()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>next</h4> +<pre class="methodSignature">public java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> next()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>next</code> in interface <code>java.util.Iterator<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="peek()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>peek</h4> +<pre class="methodSignature">private java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> peek()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the next element in the iterator, without iterating over it</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-03</dd> +</dl> +</li> +</ul> +<a id="toString()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toString</h4> +<pre class="methodSignature">public java.lang.String toString()</pre> +<div class="block">Returns a string representation of the object. The exact details of the representation are + unspecified and subject to change.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-03</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html new file mode 100644 index 0000000..66e7804 --- /dev/null +++ b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html @@ -0,0 +1,761 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.unit</a></div> +<h2 title="Class UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet" class="title">Class UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>java.util.AbstractCollection<E></li> +<li> +<ul class="inheritance"> +<li>java.util.AbstractSet<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.lang.Iterable<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code>, <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code>, <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a></dd> +</dl> +<hr> +<pre>private static final class <span class="typeNameLabel">UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet</span> +extends java.util.AbstractSet<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></pre> +<div class="block">The class used for entry sets. + + <p> + If the map that created this set is infinite in size (has at least one unit and at least one prefix), this + set is infinite as well. If this set is infinite in size, <a href="#toArray()"><code>toArray()</code></a> will fail with a + <code>IllegalStateException</code> instead of creating an infinite-sized array. + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="memberSummary"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static class </code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry</a></span></code></th> +<td class="colLast"> +<div class="block">The entry for this set.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static class </code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator</a></span></code></th> +<td class="colLast"> +<div class="block">An iterator that iterates over the units of a <code>PrefixedUnitNameSet</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#map">map</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)">PrefixedUnitEntrySet</a></span>​(<a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>PrefixedUnitNameSet</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#add(java.util.Map.Entry)">add</a></span>​(java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> e)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addAll(java.util.Collection)">addAll</a></span>​(java.util.Collection<? extends java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#clear()">clear</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#contains(java.lang.Object)">contains</a></span>​(java.lang.Object o)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsAll(java.util.Collection)">containsAll</a></span>​(java.util.Collection<?> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEmpty()">isEmpty</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.util.Iterator<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#iterator()">iterator</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove(java.lang.Object)">remove</a></span>​(java.lang.Object o)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeAll(java.util.Collection)">removeAll</a></span>​(java.util.Collection<?> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeIf(java.util.function.Predicate)">removeIf</a></span>​(java.util.function.Predicate<? super java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>> filter)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#retainAll(java.util.Collection)">retainAll</a></span>​(java.util.Collection<?> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#size()">size</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>java.lang.Object[]</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toArray()">toArray</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code><T> T[]</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toArray(T%5B%5D)">toArray</a></span>​(T[] a)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i14" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.AbstractSet"> +<!-- --> +</a> +<h3>Methods inherited from class java.util.AbstractSet</h3> +<code>equals, hashCode</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Collection"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Collection</h3> +<code>parallelStream, stream, toArray</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Iterable"> +<!-- --> +</a> +<h3>Methods inherited from interface java.lang.Iterable</h3> +<code>forEach</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Set"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Set</h3> +<code>spliterator</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="map"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>map</h4> +<pre>private final <a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PrefixedUnitEntrySet</h4> +<pre>public PrefixedUnitEntrySet​(<a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</pre> +<div class="block">Creates the <code>PrefixedUnitNameSet</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>map</code> - map that created this set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="add(java.util.Map.Entry)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>add</h4> +<pre class="methodSignature">public boolean add​(java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> e)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>add</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>add</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>add</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="addAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addAll</h4> +<pre class="methodSignature">public boolean addAll​(java.util.Collection<? extends java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>addAll</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>addAll</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>addAll</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="clear()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clear</h4> +<pre class="methodSignature">public void clear()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>clear</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>clear</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>clear</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="contains(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>contains</h4> +<pre class="methodSignature">public boolean contains​(java.lang.Object o)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>contains</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>contains</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>contains</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="containsAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>containsAll</h4> +<pre class="methodSignature">public boolean containsAll​(java.util.Collection<?> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>containsAll</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>containsAll</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>containsAll</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="isEmpty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isEmpty</h4> +<pre class="methodSignature">public boolean isEmpty()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>isEmpty</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>isEmpty</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>isEmpty</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="iterator()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>iterator</h4> +<pre class="methodSignature">public java.util.Iterator<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>> iterator()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.lang.Iterable<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="remove(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>remove</h4> +<pre class="methodSignature">public boolean remove​(java.lang.Object o)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>remove</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="removeAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>removeAll</h4> +<pre class="methodSignature">public boolean removeAll​(java.util.Collection<?> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>removeAll</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>removeAll</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>removeAll</code> in class <code>java.util.AbstractSet<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="removeIf(java.util.function.Predicate)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>removeIf</h4> +<pre class="methodSignature">public boolean removeIf​(java.util.function.Predicate<? super java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>> filter)</pre> +</li> +</ul> +<a id="retainAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>retainAll</h4> +<pre class="methodSignature">public boolean retainAll​(java.util.Collection<?> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>retainAll</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>retainAll</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>retainAll</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="size()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>size</h4> +<pre class="methodSignature">public int size()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +<a id="toArray()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toArray</h4> +<pre class="methodSignature">public java.lang.Object[] toArray()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toArray</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalStateException</code> - if the set is infinite in size</dd> +</dl> +</li> +</ul> +<a id="toArray(java.lang.Object[])"> +<!-- --> +</a><a id="toArray(T[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toArray</h4> +<pre class="methodSignature">public <T> T[] toArray​(T[] a)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.Collection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toArray</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalStateException</code> - if the set is infinite in size</dd> +</dl> +</li> +</ul> +<a id="toString()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toString</h4> +<pre class="methodSignature">public java.lang.String toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.util.AbstractCollection<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html new file mode 100644 index 0000000..0e4a161 --- /dev/null +++ b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html @@ -0,0 +1,542 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.unit</a></div> +<h2 title="Class UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator" class="title">Class UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.util.Iterator<java.lang.String></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet</a></dd> +</dl> +<hr> +<pre>private static final class <span class="typeNameLabel">UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</span> +extends java.lang.Object +implements java.util.Iterator<java.lang.String></pre> +<div class="block">An iterator that iterates over the units of a <code>PrefixedUnitNameSet</code>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#map">map</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.List<java.lang.Integer></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixCoordinates">prefixCoordinates</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.List<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixNames">prefixNames</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unitNamePosition">unitNamePosition</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.List<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#unitNames">unitNames</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)">PrefixedUnitNameIterator</a></span>​(<a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>UnitsDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>private java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCurrentUnitName()">getCurrentUnitName</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hasNext()">hasNext</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>private void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#incrementPosition()">incrementPosition</a></span>()</code></th> +<td class="colLast"> +<div class="block">Changes this iterator's position to the next available one.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#next()">next</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>private java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#peek()">peek</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th> +<td class="colLast"> +<div class="block">Returns a string representation of the object.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Iterator"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Iterator</h3> +<code>forEachRemaining, remove</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="unitNamePosition"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unitNamePosition</h4> +<pre>private int unitNamePosition</pre> +</li> +</ul> +<a id="prefixCoordinates"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>prefixCoordinates</h4> +<pre>private final java.util.List<java.lang.Integer> prefixCoordinates</pre> +</li> +</ul> +<a id="map"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>map</h4> +<pre>private final java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> map</pre> +</li> +</ul> +<a id="unitNames"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unitNames</h4> +<pre>private final transient java.util.List<java.lang.String> unitNames</pre> +</li> +</ul> +<a id="prefixNames"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>prefixNames</h4> +<pre>private final transient java.util.List<java.lang.String> prefixNames</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PrefixedUnitNameIterator</h4> +<pre>public PrefixedUnitNameIterator​(<a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</pre> +<div class="block">Creates the <code>UnitsDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</code>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="getCurrentUnitName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCurrentUnitName</h4> +<pre class="methodSignature">private java.lang.String getCurrentUnitName()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>current unit name</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="hasNext()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hasNext</h4> +<pre class="methodSignature">public boolean hasNext()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>hasNext</code> in interface <code>java.util.Iterator<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="incrementPosition()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>incrementPosition</h4> +<pre class="methodSignature">private void incrementPosition()</pre> +<div class="block">Changes this iterator's position to the next available one.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="next()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>next</h4> +<pre class="methodSignature">public java.lang.String next()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>next</code> in interface <code>java.util.Iterator<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="peek()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>peek</h4> +<pre class="methodSignature">private java.lang.String peek()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the next element in the iterator, without iterating over it</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-03</dd> +</dl> +</li> +</ul> +<a id="toString()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toString</h4> +<pre class="methodSignature">public java.lang.String toString()</pre> +<div class="block">Returns a string representation of the object. The exact details of the representation are + unspecified and subject to change.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-03</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html new file mode 100644 index 0000000..8794e15 --- /dev/null +++ b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html @@ -0,0 +1,754 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.unit</a></div> +<h2 title="Class UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet" class="title">Class UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>java.util.AbstractCollection<E></li> +<li> +<ul class="inheritance"> +<li>java.util.AbstractSet<java.lang.String></li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.lang.Iterable<java.lang.String></code>, <code>java.util.Collection<java.lang.String></code>, <code>java.util.Set<java.lang.String></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a></dd> +</dl> +<hr> +<pre>private static final class <span class="typeNameLabel">UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet</span> +extends java.util.AbstractSet<java.lang.String></pre> +<div class="block">The class used for unit name sets. + + <p> + If the map that created this set is infinite in size (has at least one unit and at least one prefix), this + set is infinite as well. If this set is infinite in size, <a href="#toArray()"><code>toArray()</code></a> will fail with a + <code>IllegalStateException</code> instead of creating an infinite-sized array. + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="memberSummary"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static class </code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</a></span></code></th> +<td class="colLast"> +<div class="block">An iterator that iterates over the units of a <code>PrefixedUnitNameSet</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#map">map</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)">PrefixedUnitNameSet</a></span>​(<a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>PrefixedUnitNameSet</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#add(java.lang.String)">add</a></span>​(java.lang.String e)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addAll(java.util.Collection)">addAll</a></span>​(java.util.Collection<? extends java.lang.String> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#clear()">clear</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#contains(java.lang.Object)">contains</a></span>​(java.lang.Object o)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsAll(java.util.Collection)">containsAll</a></span>​(java.util.Collection<?> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEmpty()">isEmpty</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.util.Iterator<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#iterator()">iterator</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove(java.lang.Object)">remove</a></span>​(java.lang.Object o)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeAll(java.util.Collection)">removeAll</a></span>​(java.util.Collection<?> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeIf(java.util.function.Predicate)">removeIf</a></span>​(java.util.function.Predicate<? super java.lang.String> filter)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#retainAll(java.util.Collection)">retainAll</a></span>​(java.util.Collection<?> c)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#size()">size</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>java.lang.Object[]</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toArray()">toArray</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code><T> T[]</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toArray(T%5B%5D)">toArray</a></span>​(T[] a)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i14" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.AbstractSet"> +<!-- --> +</a> +<h3>Methods inherited from class java.util.AbstractSet</h3> +<code>equals, hashCode</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Collection"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Collection</h3> +<code>parallelStream, stream, toArray</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Iterable"> +<!-- --> +</a> +<h3>Methods inherited from interface java.lang.Iterable</h3> +<code>forEach</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Set"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Set</h3> +<code>spliterator</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="map"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>map</h4> +<pre>private final <a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PrefixedUnitNameSet</h4> +<pre>public PrefixedUnitNameSet​(<a href="UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</pre> +<div class="block">Creates the <code>PrefixedUnitNameSet</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>map</code> - map that created this set</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="add(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>add</h4> +<pre class="methodSignature">public boolean add​(java.lang.String e)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>add</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>add</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>add</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="addAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addAll</h4> +<pre class="methodSignature">public boolean addAll​(java.util.Collection<? extends java.lang.String> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>addAll</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>addAll</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>addAll</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="clear()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clear</h4> +<pre class="methodSignature">public void clear()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>clear</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>clear</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>clear</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="contains(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>contains</h4> +<pre class="methodSignature">public boolean contains​(java.lang.Object o)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>contains</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>contains</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>contains</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="containsAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>containsAll</h4> +<pre class="methodSignature">public boolean containsAll​(java.util.Collection<?> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>containsAll</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>containsAll</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>containsAll</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="isEmpty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isEmpty</h4> +<pre class="methodSignature">public boolean isEmpty()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>isEmpty</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>isEmpty</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>isEmpty</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="iterator()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>iterator</h4> +<pre class="methodSignature">public java.util.Iterator<java.lang.String> iterator()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.lang.Iterable<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>iterator</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="remove(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>remove</h4> +<pre class="methodSignature">public boolean remove​(java.lang.Object o)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>remove</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="removeAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>removeAll</h4> +<pre class="methodSignature">public boolean removeAll​(java.util.Collection<?> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>removeAll</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>removeAll</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>removeAll</code> in class <code>java.util.AbstractSet<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="removeIf(java.util.function.Predicate)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>removeIf</h4> +<pre class="methodSignature">public boolean removeIf​(java.util.function.Predicate<? super java.lang.String> filter)</pre> +</li> +</ul> +<a id="retainAll(java.util.Collection)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>retainAll</h4> +<pre class="methodSignature">public boolean retainAll​(java.util.Collection<?> c)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>retainAll</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>retainAll</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>retainAll</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="size()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>size</h4> +<pre class="methodSignature">public int size()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +<a id="toArray()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toArray</h4> +<pre class="methodSignature">public java.lang.Object[] toArray()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toArray</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalStateException</code> - if the set is infinite in size</dd> +</dl> +</li> +</ul> +<a id="toArray(java.lang.Object[])"> +<!-- --> +</a><a id="toArray(T[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toArray</h4> +<pre class="methodSignature">public <T> T[] toArray​(T[] a)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.Collection<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>toArray</code> in interface <code>java.util.Set<java.lang.String></code></dd> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toArray</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalStateException</code> - if the set is infinite in size</dd> +</dl> +</li> +</ul> +<a id="toString()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toString</h4> +<pre class="methodSignature">public java.lang.String toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.util.AbstractCollection<java.lang.String></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.html b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.html new file mode 100644 index 0000000..5ed1f84 --- /dev/null +++ b/doc/org/unitConverter/unit/UnitDatabase.PrefixedUnitMap.html @@ -0,0 +1,930 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitDatabase.PrefixedUnitMap</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitDatabase.PrefixedUnitMap"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.unit</a></div> +<h2 title="Class UnitDatabase.PrefixedUnitMap" class="title">Class UnitDatabase.PrefixedUnitMap</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +<dl> +<dt>Enclosing class:</dt> +<dd><a href="UnitDatabase.html" title="class in org.unitConverter.unit">UnitDatabase</a></dd> +</dl> +<hr> +<pre>private static final class <span class="typeNameLabel">UnitDatabase.PrefixedUnitMap</span> +extends java.lang.Object +implements java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></pre> +<div class="block">A map for units that allows the use of prefixes. + <p> + As this map implementation is intended to be used as a sort of "augmented view" of a unit and prefix map, it is + unmodifiable but instead reflects the changes to the maps passed into it. Do not edit this map, instead edit the + maps that were passed in during construction. + </p> + <p> + The rules for applying prefixes onto units are the following: + <ul> + <li>Prefixes can only be applied to linear units.</li> + <li>Before attempting to search for prefixes in a unit name, this map will first search for a unit name. So, if + there are two units, "B" and "AB", and a prefix "A", this map will favour the unit "AB" over the unit "B" with + the prefix "A", even though they have the same string.</li> + <li>Longer prefixes are preferred to shorter prefixes. So, if you have units "BC" and "C", and prefixes "AB" and + "A", inputting "ABC" will return the unit "C" with the prefix "AB", not "BC" with the prefix "A".</li> + </ul> + </p> + <p> + This map is infinite in size if there is at least one unit and at least one prefix. If it is infinite, some + operations that only work with finite collections, like converting name/entry sets to arrays, will throw an + <code>IllegalStateException</code>. + </p> + <p> + Because of ambiguities between prefixes (i.e. kilokilo = mega), <a href="#containsValue(java.lang.Object)"><code>containsValue(java.lang.Object)</code></a> and <a href="#values()"><code>values()</code></a> + currently ignore prefixes. + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="memberSummary"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static class </code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet</a></span></code></th> +<td class="colLast"> +<div class="block">The class used for entry sets.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static class </code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet</a></span></code></th> +<td class="colLast"> +<div class="block">The class used for unit name sets.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="nested.classes.inherited.from.class.java.util.Map"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface java.util.Map</h3> +<code>java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object></code></li> +</ul> +</li> +</ul> +</section> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#entrySet">entrySet</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.Set<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#keySet">keySet</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.Map<java.lang.String,​<a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prefixes">prefixes</a></span></code></th> +<td class="colLast"> +<div class="block">The available prefixes for use.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#units">units</a></span></code></th> +<td class="colLast"> +<div class="block">The units stored in this collection, without prefixes.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private java.util.Collection<<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#values">values</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.util.Map,java.util.Map)">PrefixedUnitMap</a></span>​(java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> units, + java.util.Map<java.lang.String,​<a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a>> prefixes)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>PrefixedUnitMap</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#clear()">clear</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#compute(java.lang.String,java.util.function.BiFunction)">compute</a></span>​(java.lang.String key, + java.util.function.BiFunction<? super java.lang.String,​? super <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> remappingFunction)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#computeIfAbsent(java.lang.String,java.util.function.Function)">computeIfAbsent</a></span>​(java.lang.String key, + java.util.function.Function<? super java.lang.String,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> mappingFunction)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#computeIfPresent(java.lang.String,java.util.function.BiFunction)">computeIfPresent</a></span>​(java.lang.String key, + java.util.function.BiFunction<? super java.lang.String,​? super <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> remappingFunction)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsKey(java.lang.Object)">containsKey</a></span>​(java.lang.Object key)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#containsValue(java.lang.Object)">containsValue</a></span>​(java.lang.Object value)</code></th> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#entrySet()">entrySet</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#get(java.lang.Object)">get</a></span>​(java.lang.Object key)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isEmpty()">isEmpty</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#keySet()">keySet</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#merge(java.lang.String,org.unitConverter.unit.Unit,java.util.function.BiFunction)">merge</a></span>​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value, + java.util.function.BiFunction<? super <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>,​? super <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> remappingFunction)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#put(java.lang.String,org.unitConverter.unit.Unit)">put</a></span>​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#putAll(java.util.Map)">putAll</a></span>​(java.util.Map<? extends java.lang.String,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> m)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#putIfAbsent(java.lang.String,org.unitConverter.unit.Unit)">putIfAbsent</a></span>​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i14" class="altColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove(java.lang.Object)">remove</a></span>​(java.lang.Object key)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i15" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#remove(java.lang.Object,java.lang.Object)">remove</a></span>​(java.lang.Object key, + java.lang.Object value)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i16" class="altColor"> +<td class="colFirst"><code><a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#replace(java.lang.String,org.unitConverter.unit.Unit)">replace</a></span>​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i17" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#replace(java.lang.String,org.unitConverter.unit.Unit,org.unitConverter.unit.Unit)">replace</a></span>​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> oldValue, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> newValue)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i18" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#replaceAll(java.util.function.BiFunction)">replaceAll</a></span>​(java.util.function.BiFunction<? super java.lang.String,​? super <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> function)</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i19" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#size()">size</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i20" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i21" class="rowColor"> +<td class="colFirst"><code>java.util.Collection<<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#values()">values</a></span>()</code></th> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.util.Map"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.Map</h3> +<code>equals, forEach, getOrDefault, hashCode</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="units"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>units</h4> +<pre>private final java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> units</pre> +<div class="block">The units stored in this collection, without prefixes.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="prefixes"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>prefixes</h4> +<pre>private final java.util.Map<java.lang.String,​<a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a>> prefixes</pre> +<div class="block">The available prefixes for use.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="values"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>values</h4> +<pre>private transient java.util.Collection<<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> values</pre> +</li> +</ul> +<a id="keySet"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>keySet</h4> +<pre>private transient java.util.Set<java.lang.String> keySet</pre> +</li> +</ul> +<a id="entrySet"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>entrySet</h4> +<pre>private transient java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>> entrySet</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>(java.util.Map,java.util.Map)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PrefixedUnitMap</h4> +<pre>public PrefixedUnitMap​(java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> units, + java.util.Map<java.lang.String,​<a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a>> prefixes)</pre> +<div class="block">Creates the <code>PrefixedUnitMap</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>units</code> - map mapping unit names to units</dd> +<dd><code>prefixes</code> - map mapping prefix names to prefixes</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="clear()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>clear</h4> +<pre class="methodSignature">public void clear()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>clear</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="compute(java.lang.String,java.util.function.BiFunction)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>compute</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> compute​(java.lang.String key, + java.util.function.BiFunction<? super java.lang.String,​? super <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> remappingFunction)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>compute</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="computeIfAbsent(java.lang.String,java.util.function.Function)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>computeIfAbsent</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> computeIfAbsent​(java.lang.String key, + java.util.function.Function<? super java.lang.String,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> mappingFunction)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>computeIfAbsent</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="computeIfPresent(java.lang.String,java.util.function.BiFunction)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>computeIfPresent</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> computeIfPresent​(java.lang.String key, + java.util.function.BiFunction<? super java.lang.String,​? super <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> remappingFunction)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>computeIfPresent</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="containsKey(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>containsKey</h4> +<pre class="methodSignature">public boolean containsKey​(java.lang.Object key)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>containsKey</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="containsValue(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>containsValue</h4> +<pre class="methodSignature">public boolean containsValue​(java.lang.Object value)</pre> +<div class="block"> + + <p> + Because of ambiguities between prefixes (i.e. kilokilo = mega), this method only tests for prefixless units. + </p></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>containsValue</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="entrySet()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>entrySet</h4> +<pre class="methodSignature">public java.util.Set<java.util.Map.Entry<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>>> entrySet()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>entrySet</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="get(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>get</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> get​(java.lang.Object key)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>get</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="isEmpty()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isEmpty</h4> +<pre class="methodSignature">public boolean isEmpty()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>isEmpty</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="keySet()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>keySet</h4> +<pre class="methodSignature">public java.util.Set<java.lang.String> keySet()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>keySet</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="merge(java.lang.String,org.unitConverter.unit.Unit,java.util.function.BiFunction)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>merge</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> merge​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value, + java.util.function.BiFunction<? super <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>,​? super <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> remappingFunction)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>merge</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="put(java.lang.String,org.unitConverter.unit.Unit)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>put</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> put​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>put</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="putAll(java.util.Map)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>putAll</h4> +<pre class="methodSignature">public void putAll​(java.util.Map<? extends java.lang.String,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> m)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>putAll</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="putIfAbsent(java.lang.String,org.unitConverter.unit.Unit)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>putIfAbsent</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> putIfAbsent​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>putIfAbsent</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="remove(java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>remove</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> remove​(java.lang.Object key)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="remove(java.lang.Object,java.lang.Object)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>remove</h4> +<pre class="methodSignature">public boolean remove​(java.lang.Object key, + java.lang.Object value)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>remove</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="replace(java.lang.String,org.unitConverter.unit.Unit)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>replace</h4> +<pre class="methodSignature">public <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> replace​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> value)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>replace</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="replace(java.lang.String,org.unitConverter.unit.Unit,org.unitConverter.unit.Unit)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>replace</h4> +<pre class="methodSignature">public boolean replace​(java.lang.String key, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> oldValue, + <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> newValue)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>replace</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="replaceAll(java.util.function.BiFunction)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>replaceAll</h4> +<pre class="methodSignature">public void replaceAll​(java.util.function.BiFunction<? super java.lang.String,​? super <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>,​? extends <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> function)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>replaceAll</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="size()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>size</h4> +<pre class="methodSignature">public int size()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>size</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +<a id="toString()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre class="methodSignature">public java.lang.String toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +<a id="values()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>values</h4> +<pre class="methodSignature">public java.util.Collection<<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>> values()</pre> +<div class="block"> + + <p> + Because of ambiguities between prefixes (i.e. kilokilo = mega), this method ignores prefixes. + </p></div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code>values</code> in interface <code>java.util.Map<java.lang.String,​<a href="Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.PrefixedUnitMap.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/UnitDatabase.html b/doc/org/unitConverter/unit/UnitDatabase.html new file mode 100644 index 0000000..d62f73a --- /dev/null +++ b/doc/org/unitConverter/unit/UnitDatabase.html @@ -0,0 +1,789 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>UnitDatabase</title> +<meta name="date" content="2019-12-24"> +<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="UnitDatabase"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/UnitDatabase.html" target="_top">Frames</a></li> +<li><a href="UnitDatabase.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class UnitDatabase" class="title">Class UnitDatabase</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.UnitDatabase</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">UnitDatabase</span> +extends java.lang.Object</pre> +<div class="block">A database of units, prefixes and dimensions, and their names.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-07, v0.1.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#UnitDatabase--">UnitDatabase</a></span>()</code> +<div class="block">Creates the <code>UnitsDatabase</code>.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#addDimension-java.lang.String-org.unitConverter.math.ObjectProduct-">addDimension</a></span>(java.lang.String name, + <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> dimension)</code> +<div class="block">Adds a unit dimension to the database.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#addPrefix-java.lang.String-org.unitConverter.unit.UnitPrefix-">addPrefix</a></span>(java.lang.String name, + <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> prefix)</code> +<div class="block">Adds a unit prefix to the database.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#addUnit-java.lang.String-org.unitConverter.unit.Unit-">addUnit</a></span>(java.lang.String name, + <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit)</code> +<div class="block">Adds a unit to the database.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#containsDimensionName-java.lang.String-">containsDimensionName</a></span>(java.lang.String name)</code> +<div class="block">Tests if the database has a unit dimension with this name.</div> +</td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#containsPrefixName-java.lang.String-">containsPrefixName</a></span>(java.lang.String name)</code> +<div class="block">Tests if the database has a unit prefix with this name.</div> +</td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#containsUnitName-java.lang.String-">containsUnitName</a></span>(java.lang.String name)</code> +<div class="block">Tests if the database has a unit with this name, taking prefixes into consideration</div> +</td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#dimensionMap--">dimensionMap</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#getDimension-java.lang.String-">getDimension</a></span>(java.lang.String name)</code> +<div class="block">Gets a unit dimension from the database using its name.</div> +</td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#getDimensionFromExpression-java.lang.String-">getDimensionFromExpression</a></span>(java.lang.String expression)</code> +<div class="block">Uses the database's data to parse an expression into a unit dimension</div> +</td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#getPrefix-java.lang.String-">getPrefix</a></span>(java.lang.String name)</code> +<div class="block">Gets a unit prefix from the database from its name</div> +</td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#getPrefixFromExpression-java.lang.String-">getPrefixFromExpression</a></span>(java.lang.String expression)</code> +<div class="block">Gets a unit prefix from a prefix expression</div> +</td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#getUnit-java.lang.String-">getUnit</a></span>(java.lang.String name)</code> +<div class="block">Gets a unit from the database from its name, looking for prefixes.</div> +</td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#getUnitFromExpression-java.lang.String-">getUnitFromExpression</a></span>(java.lang.String expression)</code> +<div class="block">Uses the database's unit data to parse an expression into a unit</div> +</td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#loadDimensionFile-java.io.File-">loadDimensionFile</a></span>(java.io.File file)</code> +<div class="block">Adds all dimensions from a file, using data from the database to parse them.</div> +</td> +</tr> +<tr id="i14" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#loadUnitsFile-java.io.File-">loadUnitsFile</a></span>(java.io.File file)</code> +<div class="block">Adds all units from a file, using data from the database to parse them.</div> +</td> +</tr> +<tr id="i15" class="rowColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,<a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#prefixMap--">prefixMap</a></span>()</code> </td> +</tr> +<tr id="i16" class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#toString--">toString</a></span>()</code> </td> +</tr> +<tr id="i17" class="rowColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#unitMap--">unitMap</a></span>()</code> +<div class="block">Returns a map mapping unit names to units, including units with prefixes.</div> +</td> +</tr> +<tr id="i18" class="altColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitDatabase.html#unitMapPrefixless--">unitMapPrefixless</a></span>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="UnitDatabase--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>UnitDatabase</h4> +<pre>public UnitDatabase()</pre> +<div class="block">Creates the <code>UnitsDatabase</code>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-10, v0.1.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="addDimension-java.lang.String-org.unitConverter.math.ObjectProduct-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addDimension</h4> +<pre>public void addDimension(java.lang.String name, + <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> dimension)</pre> +<div class="block">Adds a unit dimension to the database.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - dimension's name</dd> +<dd><code>dimension</code> - dimension to add</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if name or dimension is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="addPrefix-java.lang.String-org.unitConverter.unit.UnitPrefix-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addPrefix</h4> +<pre>public void addPrefix(java.lang.String name, + <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> prefix)</pre> +<div class="block">Adds a unit prefix to the database.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - prefix's name</dd> +<dd><code>prefix</code> - prefix to add</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if name or prefix is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-14, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="addUnit-java.lang.String-org.unitConverter.unit.Unit-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>addUnit</h4> +<pre>public void addUnit(java.lang.String name, + <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit)</pre> +<div class="block">Adds a unit to the database.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - unit's name</dd> +<dd><code>unit</code> - unit to add</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if unit is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-10, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="containsDimensionName-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>containsDimensionName</h4> +<pre>public boolean containsDimensionName(java.lang.String name)</pre> +<div class="block">Tests if the database has a unit dimension with this name.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to test</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>if database contains name</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="containsPrefixName-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>containsPrefixName</h4> +<pre>public boolean containsPrefixName(java.lang.String name)</pre> +<div class="block">Tests if the database has a unit prefix with this name.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to test</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>if database contains name</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-13, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="containsUnitName-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>containsUnitName</h4> +<pre>public boolean containsUnitName(java.lang.String name)</pre> +<div class="block">Tests if the database has a unit with this name, taking prefixes into consideration</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - name to test</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>if database contains name</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-13, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="dimensionMap--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>dimensionMap</h4> +<pre>public java.util.Map<java.lang.String,<a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>>> dimensionMap()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a map mapping dimension names to dimensions</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="getDimension-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDimension</h4> +<pre>public <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> getDimension(java.lang.String name)</pre> +<div class="block">Gets a unit dimension from the database using its name. + + <p> + This method accepts exponents, like "L^3" + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - dimension's name</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>dimension</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-03-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="getDimensionFromExpression-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDimensionFromExpression</h4> +<pre>public <a href="../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> getDimensionFromExpression(java.lang.String expression)</pre> +<div class="block">Uses the database's data to parse an expression into a unit dimension + <p> + The expression is a series of any of the following: + <ul> + <li>The name of a unit dimension, which multiplies or divides the result based on preceding operators</li> + <li>The operators '*' and '/', which multiply and divide (note that just putting two unit dimensions next to each + other is equivalent to multiplication)</li> + <li>The operator '^' which exponentiates. Exponents must be integers.</li> + </ul></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>expression</code> - expression to parse</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if the expression cannot be parsed</dd> +<dd><code>java.lang.NullPointerException</code> - if expression is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="getPrefix-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPrefix</h4> +<pre>public <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> getPrefix(java.lang.String name)</pre> +<div class="block">Gets a unit prefix from the database from its name</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - prefix's name</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>prefix</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-10, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="getPrefixFromExpression-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPrefixFromExpression</h4> +<pre>public <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> getPrefixFromExpression(java.lang.String expression)</pre> +<div class="block">Gets a unit prefix from a prefix expression + <p> + Currently, prefix expressions are much simpler than unit expressions: They are either a number or the name of + another prefix + </p></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>expression</code> - expression to input</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>prefix</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if expression cannot be parsed</dd> +<dd><code>java.lang.NullPointerException</code> - if any argument is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-14, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="getUnit-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getUnit</h4> +<pre>public <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> getUnit(java.lang.String name)</pre> +<div class="block">Gets a unit from the database from its name, looking for prefixes.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>name</code> - unit's name</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>unit</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-10, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="getUnitFromExpression-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getUnitFromExpression</h4> +<pre>public <a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> getUnitFromExpression(java.lang.String expression)</pre> +<div class="block">Uses the database's unit data to parse an expression into a unit + <p> + The expression is a series of any of the following: + <ul> + <li>The name of a unit, which multiplies or divides the result based on preceding operators</li> + <li>The operators '*' and '/', which multiply and divide (note that just putting two units or values next to each + other is equivalent to multiplication)</li> + <li>The operator '^' which exponentiates. Exponents must be integers.</li> + <li>A number which is multiplied or divided</li> + </ul> + This method only works with linear units.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>expression</code> - expression to parse</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if the expression cannot be parsed</dd> +<dd><code>java.lang.NullPointerException</code> - if expression is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-07, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="loadDimensionFile-java.io.File-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>loadDimensionFile</h4> +<pre>public void loadDimensionFile(java.io.File file)</pre> +<div class="block">Adds all dimensions from a file, using data from the database to parse them. + <p> + Each line in the file should consist of a name and an expression (parsed by getDimensionFromExpression) separated + by any number of tab characters. + <p> + <p> + Allowed exceptions: + <ul> + <li>Anything after a '#' character is considered a comment and ignored.</li> + <li>Blank lines are also ignored</li> + <li>If an expression consists of a single exclamation point, instead of parsing it, this method will search the + database for an existing unit. If no unit is found, an IllegalArgumentException is thrown. This is used to define + initial units and ensure that the database contains them.</li> + </ul></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>file</code> - file to read</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if the file cannot be parsed, found or read</dd> +<dd><code>java.lang.NullPointerException</code> - if file is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-13, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="loadUnitsFile-java.io.File-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>loadUnitsFile</h4> +<pre>public void loadUnitsFile(java.io.File file)</pre> +<div class="block">Adds all units from a file, using data from the database to parse them. + <p> + Each line in the file should consist of a name and an expression (parsed by getUnitFromExpression) separated by + any number of tab characters. + <p> + <p> + Allowed exceptions: + <ul> + <li>Anything after a '#' character is considered a comment and ignored.</li> + <li>Blank lines are also ignored</li> + <li>If an expression consists of a single exclamation point, instead of parsing it, this method will search the + database for an existing unit. If no unit is found, an IllegalArgumentException is thrown. This is used to define + initial units and ensure that the database contains them.</li> + </ul></div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>file</code> - file to read</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.IllegalArgumentException</code> - if the file cannot be parsed, found or read</dd> +<dd><code>java.lang.NullPointerException</code> - if file is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-01-13, v0.1.0</dd> +</dl> +</li> +</ul> +<a name="prefixMap--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>prefixMap</h4> +<pre>public java.util.Map<java.lang.String,<a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a>> prefixMap()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a map mapping prefix names to prefixes</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a string stating the number of units, prefixes and dimensions in the database</dd> +</dl> +</li> +</ul> +<a name="unitMap--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unitMap</h4> +<pre>public java.util.Map<java.lang.String,<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a>> unitMap()</pre> +<div class="block">Returns a map mapping unit names to units, including units with prefixes. + <p> + The returned map is infinite in size if there is at least one unit and at least one prefix. If it is infinite, + some operations that only work with finite collections, like converting name/entry sets to arrays, will throw an + <code>IllegalStateException</code>. + </p> + <p> + Specifically, the operations that will throw an IllegalStateException if the map is infinite in size are: + <ul> + <li><code>unitMap.entrySet().toArray()</code> (either overloading)</li> + <li><code>unitMap.keySet().toArray()</code> (either overloading)</li> + </ul> + </p> + <p> + Because of ambiguities between prefixes (i.e. kilokilo = mega), the map's <code>containsValue</code> and <code>values()</code> methods currently ignore prefixes. + </p></div> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a map mapping unit names to units, including prefixed names</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="unitMapPrefixless--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>unitMapPrefixless</h4> +<pre>public java.util.Map<java.lang.String,<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a>> unitMapPrefixless()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a map mapping unit names to units, ignoring prefixes</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabase.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/UnitDatabase.html" target="_top">Frames</a></li> +<li><a href="UnitDatabase.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/UnitDatabaseTest.html b/doc/org/unitConverter/unit/UnitDatabaseTest.html new file mode 100644 index 0000000..1b88314 --- /dev/null +++ b/doc/org/unitConverter/unit/UnitDatabaseTest.html @@ -0,0 +1,643 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitDatabaseTest</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitDatabaseTest"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabaseTest.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.unit</a></div> +<h2 title="Class UnitDatabaseTest" class="title">Class UnitDatabaseTest</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.UnitDatabaseTest</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<pre>class <span class="typeNameLabel">UnitDatabaseTest</span> +extends java.lang.Object</pre> +<div class="block">A test for the <a href="UnitDatabase.html" title="class in org.unitConverter.unit"><code>UnitDatabase</code></a> class. This is NOT part of this program's public API.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static <a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#A">A</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static <a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#AB">AB</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static <a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#B">B</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static <a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#BC">BC</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static <a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#C">C</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static <a href="LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#J">J</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static <a href="LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#K">K</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NONLINEAR">NONLINEAR</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#U">U</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private static <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#V">V</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#W">W</a></span></code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">UnitDatabaseTest</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testInfiniteSetExceptions()">testInfiniteSetExceptions</a></span>()</code></th> +<td class="colLast"> +<div class="block">Confirms that operations that shouldn't function for infinite databases throw an <code>IllegalStateException</code>.</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testPrefixes()">testPrefixes</a></span>()</code></th> +<td class="colLast"> +<div class="block">Test that prefixes correctly apply to units.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testPrefixlessUnitMap()">testPrefixlessUnitMap</a></span>()</code></th> +<td class="colLast"> +<div class="block">Tests the functionnalites of the prefixless unit map.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testPrefixlessUnits()">testPrefixlessUnits</a></span>()</code></th> +<td class="colLast"> +<div class="block">Tests that the database correctly stores and retrieves units, ignoring prefixes.</div> +</td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testUnitExpressions()">testUnitExpressions</a></span>()</code></th> +<td class="colLast"> +<div class="block">Test that unit expressions return the correct value.</div> +</td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testUnitIterator()">testUnitIterator</a></span>()</code></th> +<td class="colLast"> +<div class="block">Tests both the unit name iterator and the name-unit entry iterator</div> +</td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testUnitPrefixCombinations()">testUnitPrefixCombinations</a></span>()</code></th> +<td class="colLast"> +<div class="block">Determine, given a unit name that could mean multiple things, which meaning is chosen.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="U"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>U</h4> +<pre>private static final <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> U</pre> +</li> +</ul> +<a id="V"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>V</h4> +<pre>private static final <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> V</pre> +</li> +</ul> +<a id="W"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>W</h4> +<pre>private static final <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> W</pre> +</li> +</ul> +<a id="J"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>J</h4> +<pre>private static final <a href="LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> J</pre> +</li> +</ul> +<a id="K"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>K</h4> +<pre>private static final <a href="LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> K</pre> +</li> +</ul> +<a id="NONLINEAR"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>NONLINEAR</h4> +<pre>private static final <a href="Unit.html" title="class in org.unitConverter.unit">Unit</a> NONLINEAR</pre> +</li> +</ul> +<a id="A"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>A</h4> +<pre>private static final <a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> A</pre> +</li> +</ul> +<a id="B"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>B</h4> +<pre>private static final <a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> B</pre> +</li> +</ul> +<a id="C"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>C</h4> +<pre>private static final <a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> C</pre> +</li> +</ul> +<a id="AB"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>AB</h4> +<pre>private static final <a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> AB</pre> +</li> +</ul> +<a id="BC"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>BC</h4> +<pre>private static final <a href="UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> BC</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>UnitDatabaseTest</h4> +<pre>UnitDatabaseTest()</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="testInfiniteSetExceptions()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testInfiniteSetExceptions</h4> +<pre class="methodSignature">@Test +public void testInfiniteSetExceptions()</pre> +<div class="block">Confirms that operations that shouldn't function for infinite databases throw an <code>IllegalStateException</code>.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-05-03</dd> +</dl> +</li> +</ul> +<a id="testPrefixes()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testPrefixes</h4> +<pre class="methodSignature">@Test +public void testPrefixes()</pre> +<div class="block">Test that prefixes correctly apply to units.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="testPrefixlessUnitMap()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testPrefixlessUnitMap</h4> +<pre class="methodSignature">@Test +public void testPrefixlessUnitMap()</pre> +<div class="block">Tests the functionnalites of the prefixless unit map. + + <p> + The map should be an auto-updating view of the units in the database. + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="testPrefixlessUnits()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testPrefixlessUnits</h4> +<pre class="methodSignature">@Test +public void testPrefixlessUnits()</pre> +<div class="block">Tests that the database correctly stores and retrieves units, ignoring prefixes.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="testUnitExpressions()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testUnitExpressions</h4> +<pre class="methodSignature">@Test +public void testUnitExpressions()</pre> +<div class="block">Test that unit expressions return the correct value.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="testUnitIterator()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testUnitIterator</h4> +<pre class="methodSignature">@Test +public void testUnitIterator()</pre> +<div class="block">Tests both the unit name iterator and the name-unit entry iterator</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +<a id="testUnitPrefixCombinations()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>testUnitPrefixCombinations</h4> +<pre class="methodSignature">@Test +public void testUnitPrefixCombinations()</pre> +<div class="block">Determine, given a unit name that could mean multiple things, which meaning is chosen. + <p> + For example, "ABCU" could mean "A-B-C-U", "AB-C-U", or "A-BC-U". In this case, "AB-C-U" is the correct choice. + </p></div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-14, v0.2.0</dd> +</dl> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitDatabaseTest.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/UnitPrefix.html b/doc/org/unitConverter/unit/UnitPrefix.html new file mode 100644 index 0000000..04e6256 --- /dev/null +++ b/doc/org/unitConverter/unit/UnitPrefix.html @@ -0,0 +1,570 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>UnitPrefix</title> +<meta name="date" content="2019-12-24"> +<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="UnitPrefix"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":9,"i13":9,"i14":10}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitPrefix.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/UnitDatabase.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/UnitPrefix.html" target="_top">Frames</a></li> +<li><a href="UnitPrefix.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.unitConverter.unit</div> +<h2 title="Class UnitPrefix" class="title">Class UnitPrefix</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.UnitPrefix</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public final class <span class="typeNameLabel">UnitPrefix</span> +extends java.lang.Object</pre> +<div class="block">A prefix that can be applied to a <code>LinearUnit</code> to multiply it by some value</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#dividedBy-double-">dividedBy</a></span>(double divisor)</code> +<div class="block">Divides this prefix by a scalar</div> +</td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#dividedBy-org.unitConverter.unit.UnitPrefix-">dividedBy</a></span>(<a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> other)</code> +<div class="block">Divides this prefix by <code>other</code>.</div> +</td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object obj)</code> +<div class="block"> + + Uses the prefix's multiplier to determine equality.</div> +</td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#getMultiplier--">getMultiplier</a></span>()</code> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>java.util.Set<java.lang.String></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#getOtherNames--">getOtherNames</a></span>()</code> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>java.util.Optional<java.lang.String></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#getPrimaryName--">getPrimaryName</a></span>()</code> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.util.Optional<java.lang.String></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#getSymbol--">getSymbol</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#hashCode--">hashCode</a></span>()</code> +<div class="block"> + + Uses the prefix's multiplier to determine a hash code.</div> +</td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#times-double-">times</a></span>(double multiplicand)</code> +<div class="block">Multiplies this prefix by a scalar</div> +</td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#times-org.unitConverter.unit.UnitPrefix-">times</a></span>(<a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> other)</code> +<div class="block">Multiplies this prefix by <code>other</code>.</div> +</td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#toExponent-double-">toExponent</a></span>(double exponent)</code> +<div class="block">Raises this prefix to an exponent.</div> +</td> +</tr> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#toString--">toString</a></span>()</code> </td> +</tr> +<tr id="i12" class="altColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#valueOf-double-">valueOf</a></span>(double multiplier)</code> +<div class="block">Gets a <code>UnitPrefix</code> from a multiplier</div> +</td> +</tr> +<tr id="i13" class="rowColor"> +<td class="colFirst"><code>static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#valueOf-double-org.unitConverter.unit.NameSymbol-">valueOf</a></span>(double multiplier, + <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>UnitPrefix</code> from a multiplier and a name</div> +</td> +</tr> +<tr id="i14" class="altColor"> +<td class="colFirst"><code><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/unitConverter/unit/UnitPrefix.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="valueOf-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> valueOf(double multiplier)</pre> +<div class="block">Gets a <code>UnitPrefix</code> from a multiplier</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>multiplier</code> - multiplier of prefix</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>prefix</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="valueOf-double-org.unitConverter.unit.NameSymbol-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> valueOf(double multiplier, + <a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</pre> +<div class="block">Gets a <code>UnitPrefix</code> from a multiplier and a name</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>multiplier</code> - multiplier of prefix</dd> +<dd><code>ns</code> - name(s) and symbol of prefix</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>prefix</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if ns is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="dividedBy-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>dividedBy</h4> +<pre>public <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> dividedBy(double divisor)</pre> +<div class="block">Divides this prefix by a scalar</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>divisor</code> - number to divide by</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>quotient of prefix and scalar</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="dividedBy-org.unitConverter.unit.UnitPrefix-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>dividedBy</h4> +<pre>public <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> dividedBy(<a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> other)</pre> +<div class="block">Divides this prefix by <code>other</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>other</code> - prefix to divide by</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>quotient of prefixes</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="equals-java.lang.Object-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>equals</h4> +<pre>public boolean equals(java.lang.Object obj)</pre> +<div class="block"> + + Uses the prefix's multiplier to determine equality.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>equals</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +<a name="getMultiplier--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getMultiplier</h4> +<pre>public double getMultiplier()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>prefix's multiplier</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-26</dd> +</dl> +</li> +</ul> +<a name="getOtherNames--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getOtherNames</h4> +<pre>public final java.util.Set<java.lang.String> getOtherNames()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>other names</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-26</dd> +</dl> +</li> +</ul> +<a name="getPrimaryName--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getPrimaryName</h4> +<pre>public final java.util.Optional<java.lang.String> getPrimaryName()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>primary name</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-26</dd> +</dl> +</li> +</ul> +<a name="getSymbol--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSymbol</h4> +<pre>public final java.util.Optional<java.lang.String> getSymbol()</pre> +<dl> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>symbol</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-26</dd> +</dl> +</li> +</ul> +<a name="hashCode--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>hashCode</h4> +<pre>public int hashCode()</pre> +<div class="block"> + + Uses the prefix's multiplier to determine a hash code.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd> +</dl> +</li> +</ul> +<a name="times-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>times</h4> +<pre>public <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> times(double multiplicand)</pre> +<div class="block">Multiplies this prefix by a scalar</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>multiplicand</code> - number to multiply by</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>product of prefix and scalar</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16</dd> +</dl> +</li> +</ul> +<a name="times-org.unitConverter.unit.UnitPrefix-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>times</h4> +<pre>public <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> times(<a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> other)</pre> +<div class="block">Multiplies this prefix by <code>other</code>.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>other</code> - prefix to multiply by</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>product of prefixes</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="toExponent-double-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toExponent</h4> +<pre>public <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> toExponent(double exponent)</pre> +<div class="block">Raises this prefix to an exponent.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>exponent</code> - exponent to raise to</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>result of exponentiation.</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-04-13, v0.2.0</dd> +</dl> +</li> +</ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>toString</h4> +<pre>public java.lang.String toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code>toString</code> in class <code>java.lang.Object</code></dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>a string describing the prefix and its multiplier</dd> +</dl> +</li> +</ul> +<a name="withName-org.unitConverter.unit.NameSymbol-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>withName</h4> +<pre>public <a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> withName(<a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</pre> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>ns</code> - name(s) and symbol to use</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>copy of this prefix with provided name(s) and symbol</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code>java.lang.NullPointerException</code> - if ns is null</dd> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-11-26</dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitPrefix.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/unit/UnitDatabase.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/UnitPrefix.html" target="_top">Frames</a></li> +<li><a href="UnitPrefix.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/UnitTest.html b/doc/org/unitConverter/unit/UnitTest.html new file mode 100644 index 0000000..ea13777 --- /dev/null +++ b/doc/org/unitConverter/unit/UnitTest.html @@ -0,0 +1,420 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>UnitTest</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="UnitTest"; + } + } + catch(err) { + } +//--> +var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; +var altColor = "altColor"; +var rowColor = "rowColor"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +var pathtoroot = "../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitTest.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<!-- ======== START OF CLASS DATA ======== --> +<main role="main"> +<div class="header"> +<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">org.unitConverter.unit</a></div> +<h2 title="Class UnitTest" class="title">Class UnitTest</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.unitConverter.unit.UnitTest</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<pre>class <span class="typeNameLabel">UnitTest</span> +extends java.lang.Object</pre> +<div class="block">Testing the various Unit classes. This is NOT part of this program's public API.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2018-12-22, v0.1.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="memberSummary"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>private static java.util.Random</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rng">rng</a></span></code></th> +<td class="colLast"> +<div class="block">A random number generator</div> +</td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr class="altColor"> +<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">UnitTest</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +</li> +</ul> +</section> +<!-- ========== METHOD SUMMARY =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tr id="i0" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testAdditionAndSubtraction()">testAdditionAndSubtraction</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testConversion()">testConversion</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testEquals()">testEquals</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testMultiplicationAndDivision()">testMultiplicationAndDivision</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code>void</code></td> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#testPrefixes()">testPrefixes</a></span>()</code></th> +<td class="colLast"> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="field.detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a id="rng"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>rng</h4> +<pre>private static final java.util.Random rng</pre> +<div class="block">A random number generator</div> +</li> +</ul> +</li> +</ul> +</section> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a id="<init>()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>UnitTest</h4> +<pre>UnitTest()</pre> +</li> +</ul> +</li> +</ul> +</section> +<!-- ============ METHOD DETAIL ========== --> +<section role="region"> +<ul class="blockList"> +<li class="blockList"><a id="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a id="testAdditionAndSubtraction()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testAdditionAndSubtraction</h4> +<pre class="methodSignature">@Test +public void testAdditionAndSubtraction()</pre> +</li> +</ul> +<a id="testConversion()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testConversion</h4> +<pre class="methodSignature">@Test +public void testConversion()</pre> +</li> +</ul> +<a id="testEquals()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testEquals</h4> +<pre class="methodSignature">@Test +public void testEquals()</pre> +</li> +</ul> +<a id="testMultiplicationAndDivision()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testMultiplicationAndDivision</h4> +<pre class="methodSignature">@Test +public void testMultiplicationAndDivision()</pre> +</li> +</ul> +<a id="testPrefixes()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>testPrefixes</h4> +<pre class="methodSignature">@Test +public void testPrefixes()</pre> +</li> +</ul> +</li> +</ul> +</section> +</li> +</ul> +</div> +</div> +</main> +<!-- ========= END OF CLASS DATA ========= --> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../index.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/UnitTest.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field.summary">Field</a> | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field.detail">Field</a> | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/BaseDimension.html b/doc/org/unitConverter/unit/class-use/BaseDimension.html new file mode 100644 index 0000000..7ff411e --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/BaseDimension.html @@ -0,0 +1,470 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.BaseDimension</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.BaseDimension"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BaseDimension.html" target="_top">Frames</a></li> +<li><a href="BaseDimension.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.BaseDimension" class="title">Uses of Class<br>org.unitConverter.unit.BaseDimension</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></td> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.unitConverter.unit"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> declared as <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseDimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html#CURRENCY">CURRENCY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseDimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html#ELECTRIC_CURRENT">ELECTRIC_CURRENT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseDimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html#INFORMATION">INFORMATION</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseDimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html#LENGTH">LENGTH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseDimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html#LUMINOUS_INTENSITY">LUMINOUS_INTENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseDimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html#MASS">MASS</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseDimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html#QUANTITY">QUANTITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseDimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html#TEMPERATURE">TEMPERATURE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseDimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html#TIME">TIME</a></span></code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with type parameters of type <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ACCELERATION">ACCELERATION</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ANGLE">ANGLE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#AREA">AREA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#CAPACITANCE">CAPACITANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#CATALYTIC_ACTIVITY">CATALYTIC_ACTIVITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#CONCENTRATION">CONCENTRATION</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#CURRENCY">CURRENCY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#CURRENT_DENSITY">CURRENT_DENSITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_CHARGE">ELECTRIC_CHARGE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_CONDUCTANCE">ELECTRIC_CONDUCTANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_CURRENT">ELECTRIC_CURRENT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ELECTRIC_RESISTANCE">ELECTRIC_RESISTANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#EMPTY">EMPTY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ENERGY">ENERGY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#FORCE">FORCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#FREQUENCY">FREQUENCY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#ILLUMINANCE">ILLUMINANCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#INDUCTANCE">INDUCTANCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#INFORMATION">INFORMATION</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#LENGTH">LENGTH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#LUMINANCE">LUMINANCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#LUMINOUS_FLUX">LUMINOUS_FLUX</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#LUMINOUS_INTENSITY">LUMINOUS_INTENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MAGNETIC_FIELD_STRENGTH">MAGNETIC_FIELD_STRENGTH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MAGNETIC_FLUX">MAGNETIC_FLUX</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MAGNETIC_FLUX_DENSITY">MAGNETIC_FLUX_DENSITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MASS">MASS</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MASS_CONCENTRATION">MASS_CONCENTRATION</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#MASS_DENSITY">MASS_DENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#POWER">POWER</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#QUANTITY">QUANTITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#REFLACTIVE_PERMEABILITY">REFLACTIVE_PERMEABILITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#REFRACTIVE_INDEX">REFRACTIVE_INDEX</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#SOLID_ANGLE">SOLID_ANGLE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#SPECIFIC_ENERGY">SPECIFIC_ENERGY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#SPECIFIC_VOLUME">SPECIFIC_VOLUME</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#SURFACE_DENSITY">SURFACE_DENSITY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#TEMPERATURE">TEMPERATURE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#TIME">TIME</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#VELOCITY">VELOCITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#VOLTAGE">VOLTAGE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#VOLUME">VOLUME</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Dimensions.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Dimensions.html#WAVENUMBER">WAVENUMBER</a></span></code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BaseUnit.html#getBaseDimension--">getBaseDimension</a></span>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseDimension.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BaseDimension.html#valueOf-java.lang.String-java.lang.String-">valueOf</a></span>(java.lang.String name, + java.lang.String symbol)</code> +<div class="block">Gets a <code>BaseDimension</code> with the provided name and symbol.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return types with arguments of type <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>>></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#dimensionMap--">dimensionMap</a></span>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#getDimension--">getDimension</a></span>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#getDimension-java.lang.String-">getDimension</a></span>(java.lang.String name)</code> +<div class="block">Gets a unit dimension from the database using its name.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#getDimensionFromExpression-java.lang.String-">getDimensionFromExpression</a></span>(java.lang.String expression)</code> +<div class="block">Uses the database's data to parse an expression into a unit dimension</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with parameters of type <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BaseUnit.html#valueOf-org.unitConverter.unit.BaseDimension-java.lang.String-java.lang.String-">valueOf</a></span>(<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> dimension, + java.lang.String name, + java.lang.String symbol)</code> +<div class="block">Gets a base unit from the dimension it measures, its name and its symbol.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BaseUnit.html#valueOf-org.unitConverter.unit.BaseDimension-java.lang.String-java.lang.String-java.util.Set-">valueOf</a></span>(<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> dimension, + java.lang.String name, + java.lang.String symbol, + java.util.Set<java.lang.String> otherNames)</code> +<div class="block">Gets a base unit from the dimension it measures, its name and its symbol.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Method parameters in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with type arguments of type <a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#addDimension-java.lang.String-org.unitConverter.math.ObjectProduct-">addDimension</a></span>(java.lang.String name, + <a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a>> dimension)</code> +<div class="block">Adds a unit dimension to the database.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BaseDimension.html" target="_top">Frames</a></li> +<li><a href="BaseDimension.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/BaseUnit.html b/doc/org/unitConverter/unit/class-use/BaseUnit.html new file mode 100644 index 0000000..48598fc --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/BaseUnit.html @@ -0,0 +1,296 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.BaseUnit</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.BaseUnit"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BaseUnit.html" target="_top">Frames</a></li> +<li><a href="BaseUnit.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.BaseUnit" class="title">Uses of Class<br>org.unitConverter.unit.BaseUnit</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></td> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.unitConverter.unit"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a> in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> declared as <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseUnits.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html#AMPERE">AMPERE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseUnits.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html#BIT">BIT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseUnits.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html#CANDELA">CANDELA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseUnits.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html#DOLLAR">DOLLAR</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseUnits.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html#KELVIN">KELVIN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseUnits.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html#KILOGRAM">KILOGRAM</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseUnits.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html#METRE">METRE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseUnits.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html#MOLE">MOLE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.BaseUnits.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html#SECOND">SECOND</a></span></code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BaseUnit.html#valueOf-org.unitConverter.unit.BaseDimension-java.lang.String-java.lang.String-">valueOf</a></span>(<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> dimension, + java.lang.String name, + java.lang.String symbol)</code> +<div class="block">Gets a base unit from the dimension it measures, its name and its symbol.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BaseUnit.html#valueOf-org.unitConverter.unit.BaseDimension-java.lang.String-java.lang.String-java.util.Set-">valueOf</a></span>(<a href="../../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a> dimension, + java.lang.String name, + java.lang.String symbol, + java.util.Set<java.lang.String> otherNames)</code> +<div class="block">Gets a base unit from the dimension it measures, its name and its symbol.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BaseUnit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return types with arguments of type <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#getBase--">getBase</a></span>()</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Method parameters in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with type arguments of type <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-">fromConversionFunctions</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo)</code> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-org.unitConverter.unit.NameSymbol-">fromConversionFunctions</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#valueOf-org.unitConverter.math.ObjectProduct-double-">valueOf</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#valueOf-org.unitConverter.math.ObjectProduct-double-org.unitConverter.unit.NameSymbol-">valueOf</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructor parameters in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with type arguments of type <a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#Unit-org.unitConverter.math.ObjectProduct-org.unitConverter.unit.NameSymbol-">Unit</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Creates the <code>AbstractUnit</code>.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BaseUnit.html" target="_top">Frames</a></li> +<li><a href="BaseUnit.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/BritishImperial.Area.html b/doc/org/unitConverter/unit/class-use/BritishImperial.Area.html new file mode 100644 index 0000000..5e10bda --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/BritishImperial.Area.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.BritishImperial.Area</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.BritishImperial.Area"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BritishImperial.Area.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BritishImperial.Area.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Area.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.BritishImperial.Area" class="title">Uses of Class<br>org.unitConverter.unit.BritishImperial.Area</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.BritishImperial.Area</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BritishImperial.Area.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BritishImperial.Area.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Area.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/BritishImperial.Length.html b/doc/org/unitConverter/unit/class-use/BritishImperial.Length.html new file mode 100644 index 0000000..5b5e9dc --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/BritishImperial.Length.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.BritishImperial.Length</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.BritishImperial.Length"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BritishImperial.Length.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Length.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.BritishImperial.Length" class="title">Uses of Class<br>org.unitConverter.unit.BritishImperial.Length</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.BritishImperial.Length</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BritishImperial.Length.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Length.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/BritishImperial.Mass.html b/doc/org/unitConverter/unit/class-use/BritishImperial.Mass.html new file mode 100644 index 0000000..4af05d9 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/BritishImperial.Mass.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.BritishImperial.Mass</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.BritishImperial.Mass"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BritishImperial.Mass.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Mass.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.BritishImperial.Mass" class="title">Uses of Class<br>org.unitConverter.unit.BritishImperial.Mass</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.BritishImperial.Mass</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BritishImperial.Mass.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Mass.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/BritishImperial.Volume.html b/doc/org/unitConverter/unit/class-use/BritishImperial.Volume.html new file mode 100644 index 0000000..715c7ce --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/BritishImperial.Volume.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.BritishImperial.Volume</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.BritishImperial.Volume"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BritishImperial.Volume.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Volume.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.BritishImperial.Volume" class="title">Uses of Class<br>org.unitConverter.unit.BritishImperial.Volume</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.BritishImperial.Volume</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BritishImperial.Volume.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.Volume.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/BritishImperial.html b/doc/org/unitConverter/unit/class-use/BritishImperial.html new file mode 100644 index 0000000..c2a34ed --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/BritishImperial.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.BritishImperial</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.BritishImperial"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BritishImperial.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.BritishImperial" class="title">Uses of Class<br>org.unitConverter.unit.BritishImperial</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.BritishImperial</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/BritishImperial.html" target="_top">Frames</a></li> +<li><a href="BritishImperial.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/FunctionalUnit.html b/doc/org/unitConverter/unit/class-use/FunctionalUnit.html new file mode 100644 index 0000000..e63c6ab --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/FunctionalUnit.html @@ -0,0 +1,199 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.unit.FunctionalUnit</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.unit.FunctionalUnit"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../FunctionalUnit.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.unit.FunctionalUnit" class="title">Uses of Class<br>org.unitConverter.unit.FunctionalUnit</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../FunctionalUnit.html" title="class in org.unitConverter.unit">FunctionalUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></th> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.unit"> +<!-- --> +</a> +<h3>Uses of <a href="../FunctionalUnit.html" title="class in org.unitConverter.unit">FunctionalUnit</a> in <a href="../package-summary.html">org.unitConverter.unit</a></h3> +<table class="useSummary"> +<caption><span>Methods in <a href="../package-summary.html">org.unitConverter.unit</a> that return <a href="../FunctionalUnit.html" title="class in org.unitConverter.unit">FunctionalUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Method</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../FunctionalUnit.html" title="class in org.unitConverter.unit">FunctionalUnit</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">FunctionalUnit.</span><code><span class="memberNameLink"><a href="../FunctionalUnit.html#valueOf(org.unitConverter.math.ObjectProduct,java.util.function.DoubleUnaryOperator,java.util.function.DoubleUnaryOperator)">valueOf</a></span>​(<a href="../../math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo)</code></th> +<td class="colLast"> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../FunctionalUnit.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/LinearUnit.html b/doc/org/unitConverter/unit/class-use/LinearUnit.html new file mode 100644 index 0000000..353978e --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/LinearUnit.html @@ -0,0 +1,926 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.LinearUnit</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.LinearUnit"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/LinearUnit.html" target="_top">Frames</a></li> +<li><a href="LinearUnit.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.LinearUnit" class="title">Uses of Class<br>org.unitConverter.unit.LinearUnit</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></td> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.unitConverter.unit"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> declared as <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Area.html#ACRE">ACRE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Area.html#ACRE">ACRE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#ACRE_FOOT">ACRE_FOOT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#ACRE_FOOT">ACRE_FOOT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#AMPERE">AMPERE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#ARCMINUTE">ARCMINUTE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#ARCSECOND">ARCSECOND</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#ASTRONOMICAL_UNIT">ASTRONOMICAL_UNIT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#BARREL">BARREL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#BEQUEREL">BEQUEREL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#BIT">BIT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.html#BRITISH_THERMAL_UNIT">BRITISH_THERMAL_UNIT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.html#BRITISH_THERMAL_UNIT">BRITISH_THERMAL_UNIT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#BUSHEL">BUSHEL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#BUSHEL">BUSHEL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#BYTE">BYTE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#CABLE">CABLE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#CABLE">CABLE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.html#CALORIE">CALORIE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.html#CALORIE">CALORIE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#CANDELA">CANDELA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#CHAIN">CHAIN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#COULOMB">COULOMB</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#CUBIC_FOOT">CUBIC_FOOT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#CUBIC_FOOT">CUBIC_FOOT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#CUBIC_INCH">CUBIC_INCH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#CUBIC_INCH">CUBIC_INCH</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#CUBIC_METRE">CUBIC_METRE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#CUBIC_YARD">CUBIC_YARD</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#CUBIC_YARD">CUBIC_YARD</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#CUP">CUP</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#DALTON">DALTON</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#DAY">DAY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#DEGREE">DEGREE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#DOLLAR">DOLLAR</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html#DRACHM">DRACHM</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html#DRAM">DRAM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#DRY_BARREL">DRY_BARREL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#DRY_GALLON">DRY_GALLON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#DRY_PINT">DRY_PINT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#DRY_QUART">DRY_QUART</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.Constants.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.Constants.html#EARTH_GRAVITY">EARTH_GRAVITY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#ELECTRONVOLT">ELECTRONVOLT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#FARAD">FARAD</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#FATHOM">FATHOM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#FATHOM">FATHOM</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#FLUID_DRAM">FLUID_DRAM</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#FLUID_OUNCE">FLUID_OUNCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#FLUID_OUNCE">FLUID_OUNCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#FOOT">FOOT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#FOOT">FOOT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.html#FOOT_POUND">FOOT_POUND</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#FURLONG">FURLONG</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#GALLON">GALLON</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#GALLON">GALLON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#GILL">GILL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#GILL">GILL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html#GRAIN">GRAIN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html#GRAIN">GRAIN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#GRAM">GRAM</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#GRAY">GRAY</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#HAND">HAND</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#HECTARE">HECTARE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#HENRY">HENRY</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#HERTZ">HERTZ</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#HOGSHEAD">HOGSHEAD</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.html#HORSEPOWER">HORSEPOWER</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#HOUR">HOUR</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html#HUNDREDWEIGHT">HUNDREDWEIGHT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html#HUNDREDWEIGHT">HUNDREDWEIGHT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#INCH">INCH</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#INCH">INCH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#JOULE">JOULE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#KATAL">KATAL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#KELVIN">KELVIN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.html#KILOCALORIE">KILOCALORIE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.html#KILOCALORIE">KILOCALORIE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#KILOGRAM">KILOGRAM</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#KILOMETRE_PER_HOUR">KILOMETRE_PER_HOUR</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#LEAGUE">LEAGUE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#LINK">LINK</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#LITRE">LITRE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html#LONG_TON">LONG_TON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#LUMEN">LUMEN</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#LUX">LUX</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#METRE">METRE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#METRE_PER_SECOND">METRE_PER_SECOND</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#MILE">MILE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#MILE">MILE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#MINIM">MINIM</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#MINUTE">MINUTE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#MOLE">MOLE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#NAUTICAL_MILE">NAUTICAL_MILE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#NAUTICAL_MILE">NAUTICAL_MILE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#NEWTON">NEWTON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#OHM">OHM</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#OIL_BARREL">OIL_BARREL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#ONE">ONE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html#OUNCE">OUNCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html#OUNCE">OUNCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.html#OUNCE_FORCE">OUNCE_FORCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.html#OUNCE_FORCE">OUNCE_FORCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#PARSEC">PARSEC</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#PASCAL">PASCAL</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#PECK">PECK</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#PECK">PECK</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html#PENNYWEIGHT">PENNYWEIGHT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Area.html#PERCH">PERCH</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#PICA">PICA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#PINT">PINT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#PINT">PINT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#POINT">POINT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html#POUND">POUND</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html#POUND">POUND</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.html#POUND_FORCE">POUND_FORCE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.html#POUND_FORCE">POUND_FORCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.html#POUND_PER_SQUARE_INCH">POUND_PER_SQUARE_INCH</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#QUART">QUART</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Volume.html#QUART">QUART</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html#QUARTER">QUARTER</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#RADIAN">RADIAN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#ROD">ROD</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Area.html#ROOD">ROOD</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#SECOND">SECOND</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Area.html#SECTION">SECTION</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html#SHORT_TON">SHORT_TON</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#SHOT">SHOT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#SIEMENS">SIEMENS</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#SIEVERT">SIEVERT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html#SLUG">SLUG</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Area.html#SQUARE_CHAIN">SQUARE_CHAIN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Area.html#SQUARE_FOOT">SQUARE_FOOT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#SQUARE_METRE">SQUARE_METRE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Area.html#SQUARE_MILE">SQUARE_MILE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Area.html#SQUARE_SURVEY_FOOT">SQUARE_SURVEY_FOOT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Area.html#SQUARE_YARD">SQUARE_YARD</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#STERADIAN">STERADIAN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Mass.html#STONE">STONE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_CHAIN">SURVEY_CHAIN</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_FOOT">SURVEY_FOOT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_FURLONG">SURVEY_FURLONG</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_LEAGUE">SURVEY_LEAGUE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_LINK">SURVEY_LINK</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_MILE">SURVEY_MILE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#SURVEY_ROD">SURVEY_ROD</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Area.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Area.html#SURVEY_TOWNSHIP">SURVEY_TOWNSHIP</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#TABLESPOON">TABLESPOON</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Volume.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html#TEASPOON">TEASPOON</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#TESLA">TESLA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#THOU">THOU</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#TONNE">TONNE</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html#TROY_OUNCE">TROY_OUNCE</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Mass.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html#TROY_POUND">TROY_POUND</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#VOLT">VOLT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#WATT">WATT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#WEBER">WEBER</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.Length.html#YARD">YARD</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.Length.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.Length.html#YARD">YARD</a></span></code> +<div class="block">According to the International Yard and Pound of 1959, a yard is defined as exactly 0.9144 metres.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BaseUnit.html#asLinearUnit--">asLinearUnit</a></span>()</code> +<div class="block">Returns a <code>LinearUnit</code> with this unit as a base and a conversion factor of 1.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#dividedBy-double-">dividedBy</a></span>(double divisor)</code> +<div class="block">Divides this unit by a scalar.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#dividedBy-org.unitConverter.unit.LinearUnit-">dividedBy</a></span>(<a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> divisor)</code> +<div class="block">Returns the quotient of this unit and another.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#fromUnitValue-org.unitConverter.unit.Unit-double-">fromUnitValue</a></span>(<a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit, + double value)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit and a value.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#fromUnitValue-org.unitConverter.unit.Unit-double-org.unitConverter.unit.NameSymbol-">fromUnitValue</a></span>(<a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit, + double value, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit and a value.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#minus-org.unitConverter.unit.LinearUnit-">minus</a></span>(<a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> subtrahendend)</code> +<div class="block">Returns the difference of this unit and another.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#plus-org.unitConverter.unit.LinearUnit-">plus</a></span>(<a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> addend)</code> +<div class="block">Returns the sum of this unit and another.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#times-double-">times</a></span>(double multiplier)</code> +<div class="block">Multiplies this unit by a scalar.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#times-org.unitConverter.unit.LinearUnit-">times</a></span>(<a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> multiplier)</code> +<div class="block">Returns the product of this unit and another.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#toExponent-int-">toExponent</a></span>(int exponent)</code> +<div class="block">Returns this unit but to an exponent.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#valueOf-org.unitConverter.math.ObjectProduct-double-">valueOf</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#valueOf-org.unitConverter.math.ObjectProduct-double-org.unitConverter.unit.NameSymbol-">valueOf</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#withPrefix-org.unitConverter.unit.UnitPrefix-">withPrefix</a></span>(<a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> prefix)</code> +<div class="block">Returns the result of applying <code>prefix</code> to this unit.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with parameters of type <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#dividedBy-org.unitConverter.unit.LinearUnit-">dividedBy</a></span>(<a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> divisor)</code> +<div class="block">Returns the quotient of this unit and another.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#minus-org.unitConverter.unit.LinearUnit-">minus</a></span>(<a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> subtrahendend)</code> +<div class="block">Returns the difference of this unit and another.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#plus-org.unitConverter.unit.LinearUnit-">plus</a></span>(<a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> addend)</code> +<div class="block">Returns the sum of this unit and another.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#times-org.unitConverter.unit.LinearUnit-">times</a></span>(<a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a> multiplier)</code> +<div class="block">Returns the product of this unit and another.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/LinearUnit.html" target="_top">Frames</a></li> +<li><a href="LinearUnit.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/NameSymbol.html b/doc/org/unitConverter/unit/class-use/NameSymbol.html new file mode 100644 index 0000000..eece8b2 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/NameSymbol.html @@ -0,0 +1,324 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.NameSymbol</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.NameSymbol"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/NameSymbol.html" target="_top">Frames</a></li> +<li><a href="NameSymbol.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.NameSymbol" class="title">Uses of Class<br>org.unitConverter.unit.NameSymbol</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></td> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.unitConverter.unit"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> declared as <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#EMPTY">EMPTY</a></span></code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-">of</a></span>(java.lang.String name, + java.lang.String symbol)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and no other names.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-java.util.Set-">of</a></span>(java.lang.String name, + java.lang.String symbol, + java.util.Set<java.lang.String> otherNames)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-java.lang.String...-">of</a></span>(java.lang.String name, + java.lang.String symbol, + java.lang.String... otherNames)</code> +<div class="block">h * Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-java.lang.String-">of</a></span>(java.lang.String name, + java.lang.String symbol, + java.lang.String name2)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and an additional name.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">of</a></span>(java.lang.String name, + java.lang.String symbol, + java.lang.String name2, + java.lang.String name3)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#of-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-">of</a></span>(java.lang.String name, + java.lang.String symbol, + java.lang.String name2, + java.lang.String name3, + java.lang.String name4)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#ofName-java.lang.String-">ofName</a></span>(java.lang.String name)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, no symbol, and no other names.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#ofNullable-java.lang.String-java.lang.String-java.util.Set-">ofNullable</a></span>(java.lang.String name, + java.lang.String symbol, + java.util.Set<java.lang.String> otherNames)</code> +<div class="block">Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#ofNullable-java.lang.String-java.lang.String-java.lang.String...-">ofNullable</a></span>(java.lang.String name, + java.lang.String symbol, + java.lang.String... otherNames)</code> +<div class="block">h * Gets a <code>NameSymbol</code> with a primary name, a symbol and additional names.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></code></td> +<td class="colLast"><span class="typeNameLabel">NameSymbol.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/NameSymbol.html#ofSymbol-java.lang.String-">ofSymbol</a></span>(java.lang.String symbol)</code> +<div class="block">Gets a <code>NameSymbol</code> with a symbol and no names.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with parameters of type <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-org.unitConverter.unit.NameSymbol-">fromConversionFunctions</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#fromUnitValue-org.unitConverter.unit.Unit-double-org.unitConverter.unit.NameSymbol-">fromUnitValue</a></span>(<a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit, + double value, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit and a value.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#valueOf-double-org.unitConverter.unit.NameSymbol-">valueOf</a></span>(double multiplier, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>UnitPrefix</code> from a multiplier and a name</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#valueOf-org.unitConverter.math.ObjectProduct-double-org.unitConverter.unit.NameSymbol-">valueOf</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + double conversionFactor, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit base and a conversion factor.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BaseUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BaseUnit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with parameters of type <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#Unit-org.unitConverter.math.ObjectProduct-org.unitConverter.unit.NameSymbol-">Unit</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> unitBase, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Creates the <code>AbstractUnit</code>.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/NameSymbol.html" target="_top">Frames</a></li> +<li><a href="NameSymbol.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/SI.BaseDimensions.html b/doc/org/unitConverter/unit/class-use/SI.BaseDimensions.html new file mode 100644 index 0000000..4d79069 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/SI.BaseDimensions.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.SI.BaseDimensions</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.SI.BaseDimensions"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/SI.BaseDimensions.html" target="_top">Frames</a></li> +<li><a href="SI.BaseDimensions.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.SI.BaseDimensions" class="title">Uses of Class<br>org.unitConverter.unit.SI.BaseDimensions</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.SI.BaseDimensions</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/SI.BaseDimensions.html" target="_top">Frames</a></li> +<li><a href="SI.BaseDimensions.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/SI.BaseUnits.html b/doc/org/unitConverter/unit/class-use/SI.BaseUnits.html new file mode 100644 index 0000000..ff04c69 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/SI.BaseUnits.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.SI.BaseUnits</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.SI.BaseUnits"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/SI.BaseUnits.html" target="_top">Frames</a></li> +<li><a href="SI.BaseUnits.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.SI.BaseUnits" class="title">Uses of Class<br>org.unitConverter.unit.SI.BaseUnits</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.SI.BaseUnits</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/SI.BaseUnits.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/SI.BaseUnits.html" target="_top">Frames</a></li> +<li><a href="SI.BaseUnits.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/SI.Constants.html b/doc/org/unitConverter/unit/class-use/SI.Constants.html new file mode 100644 index 0000000..cc27e64 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/SI.Constants.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.SI.Constants</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.SI.Constants"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/SI.Constants.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/SI.Constants.html" target="_top">Frames</a></li> +<li><a href="SI.Constants.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.SI.Constants" class="title">Uses of Class<br>org.unitConverter.unit.SI.Constants</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.SI.Constants</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/SI.Constants.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/SI.Constants.html" target="_top">Frames</a></li> +<li><a href="SI.Constants.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/SI.Dimensions.html b/doc/org/unitConverter/unit/class-use/SI.Dimensions.html new file mode 100644 index 0000000..8dd5ed0 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/SI.Dimensions.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.SI.Dimensions</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.SI.Dimensions"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/SI.Dimensions.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/SI.Dimensions.html" target="_top">Frames</a></li> +<li><a href="SI.Dimensions.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.SI.Dimensions" class="title">Uses of Class<br>org.unitConverter.unit.SI.Dimensions</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.SI.Dimensions</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/SI.Dimensions.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/SI.Dimensions.html" target="_top">Frames</a></li> +<li><a href="SI.Dimensions.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/SI.html b/doc/org/unitConverter/unit/class-use/SI.html new file mode 100644 index 0000000..ed8577b --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/SI.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.SI</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.SI"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/SI.html" target="_top">Frames</a></li> +<li><a href="SI.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.SI" class="title">Uses of Class<br>org.unitConverter.unit.SI</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.SI</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/SI.html" target="_top">Frames</a></li> +<li><a href="SI.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/USCustomary.Area.html b/doc/org/unitConverter/unit/class-use/USCustomary.Area.html new file mode 100644 index 0000000..b29fcd1 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/USCustomary.Area.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.USCustomary.Area</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.USCustomary.Area"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/USCustomary.Area.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/USCustomary.Area.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Area.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.USCustomary.Area" class="title">Uses of Class<br>org.unitConverter.unit.USCustomary.Area</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.USCustomary.Area</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/USCustomary.Area.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/USCustomary.Area.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Area.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/USCustomary.Length.html b/doc/org/unitConverter/unit/class-use/USCustomary.Length.html new file mode 100644 index 0000000..b7e0c10 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/USCustomary.Length.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.USCustomary.Length</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.USCustomary.Length"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/USCustomary.Length.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/USCustomary.Length.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Length.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.USCustomary.Length" class="title">Uses of Class<br>org.unitConverter.unit.USCustomary.Length</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.USCustomary.Length</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/USCustomary.Length.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/USCustomary.Length.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Length.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/USCustomary.Mass.html b/doc/org/unitConverter/unit/class-use/USCustomary.Mass.html new file mode 100644 index 0000000..310581a --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/USCustomary.Mass.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.USCustomary.Mass</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.USCustomary.Mass"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/USCustomary.Mass.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Mass.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.USCustomary.Mass" class="title">Uses of Class<br>org.unitConverter.unit.USCustomary.Mass</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.USCustomary.Mass</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/USCustomary.Mass.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/USCustomary.Mass.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Mass.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/USCustomary.Volume.html b/doc/org/unitConverter/unit/class-use/USCustomary.Volume.html new file mode 100644 index 0000000..a21595b --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/USCustomary.Volume.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.USCustomary.Volume</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.USCustomary.Volume"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/USCustomary.Volume.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Volume.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.USCustomary.Volume" class="title">Uses of Class<br>org.unitConverter.unit.USCustomary.Volume</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.USCustomary.Volume</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/USCustomary.Volume.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/USCustomary.Volume.html" target="_top">Frames</a></li> +<li><a href="USCustomary.Volume.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/USCustomary.html b/doc/org/unitConverter/unit/class-use/USCustomary.html new file mode 100644 index 0000000..8625d92 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/USCustomary.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.USCustomary</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.USCustomary"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/USCustomary.html" target="_top">Frames</a></li> +<li><a href="USCustomary.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.USCustomary" class="title">Uses of Class<br>org.unitConverter.unit.USCustomary</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.USCustomary</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/USCustomary.html" target="_top">Frames</a></li> +<li><a href="USCustomary.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/Unit.html b/doc/org/unitConverter/unit/class-use/Unit.html new file mode 100644 index 0000000..33cd17f --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/Unit.html @@ -0,0 +1,312 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.Unit</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.Unit"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/Unit.html" target="_top">Frames</a></li> +<li><a href="Unit.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.Unit" class="title">Uses of Class<br>org.unitConverter.unit.Unit</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></td> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.unitConverter.unit"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> +<caption><span>Subclasses of <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></span></code> +<div class="block">A unit that other units are defined by.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></span></code> +<div class="block">A unit that can be expressed as a product of its base and a number.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> declared as <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#BEL">BEL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#CELSIUS">CELSIUS</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#DECIBEL">DECIBEL</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">USCustomary.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/USCustomary.html#FAHRENHEIT">FAHRENHEIT</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">BritishImperial.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/BritishImperial.html#FAHRENHEIT">FAHRENHEIT</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#NEPER">NEPER</a></span></code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-">fromConversionFunctions</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo)</code> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#fromConversionFunctions-org.unitConverter.math.ObjectProduct-java.util.function.DoubleUnaryOperator-java.util.function.DoubleUnaryOperator-org.unitConverter.unit.NameSymbol-">fromConversionFunctions</a></span>(<a href="../../../../org/unitConverter/math/ObjectProduct.html" title="class in org.unitConverter.math">ObjectProduct</a><<a href="../../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a>> base, + java.util.function.DoubleUnaryOperator converterFrom, + java.util.function.DoubleUnaryOperator converterTo, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Returns a unit from its base and the functions it uses to convert to and from its base.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#getUnit-java.lang.String-">getUnit</a></span>(java.lang.String name)</code> +<div class="block">Gets a unit from the database from its name, looking for prefixes.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#getUnitFromExpression-java.lang.String-">getUnitFromExpression</a></span>(java.lang.String expression)</code> +<div class="block">Uses the database's unit data to parse an expression into a unit</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return types with arguments of type <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,<a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#unitMap--">unitMap</a></span>()</code> +<div class="block">Returns a map mapping unit names to units, including units with prefixes.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,<a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a>></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#unitMapPrefixless--">unitMapPrefixless</a></span>()</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with parameters of type <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#addUnit-java.lang.String-org.unitConverter.unit.Unit-">addUnit</a></span>(java.lang.String name, + <a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit)</code> +<div class="block">Adds a unit to the database.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#canConvertTo-org.unitConverter.unit.Unit-">canConvertTo</a></span>(<a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> other)</code> +<div class="block">Checks if a value expressed in this unit can be converted to a value expressed in <code>other</code></div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>double</code></td> +<td class="colLast"><span class="typeNameLabel">Unit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/Unit.html#convertTo-org.unitConverter.unit.Unit-double-">convertTo</a></span>(<a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> other, + double value)</code> +<div class="block">Converts a value expressed in this unit to a value expressed in <code>other</code>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#fromUnitValue-org.unitConverter.unit.Unit-double-">fromUnitValue</a></span>(<a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit, + double value)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit and a value.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#fromUnitValue-org.unitConverter.unit.Unit-double-org.unitConverter.unit.NameSymbol-">fromUnitValue</a></span>(<a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a> unit, + double value, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>LinearUnit</code> from a unit and a value.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/Unit.html" target="_top">Frames</a></li> +<li><a href="Unit.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html new file mode 100644 index 0000000..46984bb --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry" class="title">Uses of Class<br>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntry.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html new file mode 100644 index 0000000..2e397dc --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator" class="title">Uses of Class<br>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html new file mode 100644 index 0000000..7ede112 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet" class="title">Uses of Class<br>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html new file mode 100644 index 0000000..bc25e67 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator" class="title">Uses of Class<br>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html new file mode 100644 index 0000000..71e73db --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet" class="title">Uses of Class<br>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.html b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.html new file mode 100644 index 0000000..4565b71 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/UnitDatabase.PrefixedUnitMap.html @@ -0,0 +1,233 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.unit.UnitDatabase.PrefixedUnitMap" class="title">Uses of Class<br>org.unitConverter.unit.UnitDatabase.PrefixedUnitMap</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary"> +<caption><span>Packages that use <a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colFirst" scope="row"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></th> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"> +<section role="region"><a id="org.unitConverter.unit"> +<!-- --> +</a> +<h3>Uses of <a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> in <a href="../package-summary.html">org.unitConverter.unit</a></h3> +<table class="useSummary"> +<caption><span>Fields in <a href="../package-summary.html">org.unitConverter.unit</a> declared as <a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colSecond" scope="col">Field</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>private <a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.</span><code><span class="memberNameLink"><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html#map">map</a></span></code></th> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>private <a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a></code></td> +<th class="colSecond" scope="row"><span class="typeNameLabel">UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.</span><code><span class="memberNameLink"><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html#map">map</a></span></code></th> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +<table class="useSummary"> +<caption><span>Constructors in <a href="../package-summary.html">org.unitConverter.unit</a> with parameters of type <a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Constructor</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.PrefixedUnitEntryIterator.html#%3Cinit%3E(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)">PrefixedUnitEntryIterator</a></span>​(<a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>UnitsDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</code>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitEntrySet.html#%3Cinit%3E(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)">PrefixedUnitEntrySet</a></span>​(<a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>PrefixedUnitNameSet</code>.</div> +</td> +</tr> +<tr class="altColor"> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator.html#%3Cinit%3E(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)">PrefixedUnitNameIterator</a></span>​(<a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>UnitsDatabase.PrefixedUnitMap.PrefixedUnitNameSet.PrefixedUnitNameIterator</code>.</div> +</td> +</tr> +<tr class="rowColor"> +<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../UnitDatabase.PrefixedUnitMap.PrefixedUnitNameSet.html#%3Cinit%3E(org.unitConverter.unit.UnitDatabase.PrefixedUnitMap)">PrefixedUnitNameSet</a></span>​(<a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">UnitDatabase.PrefixedUnitMap</a> map)</code></th> +<td class="colLast"> +<div class="block">Creates the <code>PrefixedUnitNameSet</code>.</div> +</td> +</tr> +</tbody> +</table> +</section> +</li> +</ul> +</li> +</ul> +</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabase.PrefixedUnitMap.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/UnitDatabase.html b/doc/org/unitConverter/unit/class-use/UnitDatabase.html new file mode 100644 index 0000000..498974d --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/UnitDatabase.html @@ -0,0 +1,124 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.UnitDatabase</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.UnitDatabase"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/UnitDatabase.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/UnitDatabase.html" target="_top">Frames</a></li> +<li><a href="UnitDatabase.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.UnitDatabase" class="title">Uses of Class<br>org.unitConverter.unit.UnitDatabase</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.UnitDatabase</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/UnitDatabase.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/UnitDatabase.html" target="_top">Frames</a></li> +<li><a href="UnitDatabase.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/UnitDatabaseTest.html b/doc/org/unitConverter/unit/class-use/UnitDatabaseTest.html new file mode 100644 index 0000000..2dc04eb --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/UnitDatabaseTest.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.unit.UnitDatabaseTest</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.unit.UnitDatabaseTest"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabaseTest.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.unit.UnitDatabaseTest" class="title">Uses of Class<br>org.unitConverter.unit.UnitDatabaseTest</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.UnitDatabaseTest</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitDatabaseTest.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/UnitPrefix.html b/doc/org/unitConverter/unit/class-use/UnitPrefix.html new file mode 100644 index 0000000..a4beeb6 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/UnitPrefix.html @@ -0,0 +1,381 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>Uses of Class org.unitConverter.unit.UnitPrefix</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Class org.unitConverter.unit.UnitPrefix"; + } + } + 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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/UnitPrefix.html" target="_top">Frames</a></li> +<li><a href="UnitPrefix.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="header"> +<h2 title="Uses of Class org.unitConverter.unit.UnitPrefix" class="title">Uses of Class<br>org.unitConverter.unit.UnitPrefix</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></td> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.unitConverter.unit"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> +<caption><span>Fields in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> declared as <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#ATTO">ATTO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#CENTI">CENTI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#DECI">DECI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#DEKA">DEKA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#EXA">EXA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#EXBI">EXBI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#FEMTO">FEMTO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#GIBI">GIBI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#GIGA">GIGA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#HECTO">HECTO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#KIBI">KIBI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#KILO">KILO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#MEBI">MEBI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#MEGA">MEGA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#MICRO">MICRO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#MILLI">MILLI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#NANO">NANO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#PEBI">PEBI</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#PETA">PETA</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#PICO">PICO</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#TEBI">TEBI</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#TERA">TERA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#YOCTO">YOCTO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#YOTTA">YOTTA</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#ZEPTO">ZEPTO</a></span></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">SI.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/SI.html#ZETTA">ZETTA</a></span></code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#dividedBy-double-">dividedBy</a></span>(double divisor)</code> +<div class="block">Divides this prefix by a scalar</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#dividedBy-org.unitConverter.unit.UnitPrefix-">dividedBy</a></span>(<a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> other)</code> +<div class="block">Divides this prefix by <code>other</code>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#getPrefix-java.lang.String-">getPrefix</a></span>(java.lang.String name)</code> +<div class="block">Gets a unit prefix from the database from its name</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#getPrefixFromExpression-java.lang.String-">getPrefixFromExpression</a></span>(java.lang.String expression)</code> +<div class="block">Gets a unit prefix from a prefix expression</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#times-double-">times</a></span>(double multiplicand)</code> +<div class="block">Multiplies this prefix by a scalar</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#times-org.unitConverter.unit.UnitPrefix-">times</a></span>(<a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> other)</code> +<div class="block">Multiplies this prefix by <code>other</code>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#toExponent-double-">toExponent</a></span>(double exponent)</code> +<div class="block">Raises this prefix to an exponent.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#valueOf-double-">valueOf</a></span>(double multiplier)</code> +<div class="block">Gets a <code>UnitPrefix</code> from a multiplier</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#valueOf-double-org.unitConverter.unit.NameSymbol-">valueOf</a></span>(double multiplier, + <a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> +<div class="block">Gets a <code>UnitPrefix</code> from a multiplier and a name</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#withName-org.unitConverter.unit.NameSymbol-">withName</a></span>(<a href="../../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a> ns)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> that return types with arguments of type <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,<a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a>></code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#prefixMap--">prefixMap</a></span>()</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> with parameters of type <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">UnitDatabase.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitDatabase.html#addPrefix-java.lang.String-org.unitConverter.unit.UnitPrefix-">addPrefix</a></span>(java.lang.String name, + <a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> prefix)</code> +<div class="block">Adds a unit prefix to the database.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#dividedBy-org.unitConverter.unit.UnitPrefix-">dividedBy</a></span>(<a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> other)</code> +<div class="block">Divides this prefix by <code>other</code>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></code></td> +<td class="colLast"><span class="typeNameLabel">UnitPrefix.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/UnitPrefix.html#times-org.unitConverter.unit.UnitPrefix-">times</a></span>(<a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> other)</code> +<div class="block">Multiplies this prefix by <code>other</code>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></code></td> +<td class="colLast"><span class="typeNameLabel">LinearUnit.</span><code><span class="memberNameLink"><a href="../../../../org/unitConverter/unit/LinearUnit.html#withPrefix-org.unitConverter.unit.UnitPrefix-">withPrefix</a></span>(<a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a> prefix)</code> +<div class="block">Returns the result of applying <code>prefix</code> to this unit.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/unitConverter/unit/class-use/UnitPrefix.html" target="_top">Frames</a></li> +<li><a href="UnitPrefix.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/class-use/UnitTest.html b/doc/org/unitConverter/unit/class-use/UnitTest.html new file mode 100644 index 0000000..4039629 --- /dev/null +++ b/doc/org/unitConverter/unit/class-use/UnitTest.html @@ -0,0 +1,149 @@ +<!DOCTYPE HTML> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (11.0.4) on Thu Oct 24 10:48:04 EDT 2019 --> +<title>Uses of Class org.unitConverter.unit.UnitTest</title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<meta name="dc.created" content="2019-10-24"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style"> +<script type="text/javascript" src="../../../../script.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> +<!--[if IE]> +<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> +<![endif]--> +<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script> +<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.unitConverter.unit.UnitTest"; + } + } + catch(err) { + } +//--> +var pathtoroot = "../../../../"; +var useModuleDirectories = true; +loadScripts(document, 'script');</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<header role="banner"> +<nav role="navigation"> +<div class="fixedNav"> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a id="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitTest.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses.html">All Classes</a></li> +</ul> +<ul class="navListSearch"> +<li><label for="search">SEARCH:</label> +<input type="text" id="search" value="search" disabled="disabled"> +<input type="reset" id="reset" value="reset" disabled="disabled"> +</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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +</div> +<div class="navPadding"> </div> +<script type="text/javascript"><!-- +$('.navPadding').css('padding-top', $('.fixedNav').css("height")); +//--> +</script> +</nav> +</header> +<main role="main"> +<div class="header"> +<h2 title="Uses of Class org.unitConverter.unit.UnitTest" class="title">Uses of Class<br>org.unitConverter.unit.UnitTest</h2> +</div> +<div class="classUseContainer">No usage of org.unitConverter.unit.UnitTest</div> +</main> +<footer role="contentinfo"> +<nav role="navigation"> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a id="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a id="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../index.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../UnitTest.html" title="class in org.unitConverter.unit">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses.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> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +</div> +<a id="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</nav> +</footer> +</body> +</html> diff --git a/doc/org/unitConverter/unit/package-frame.html b/doc/org/unitConverter/unit/package-frame.html new file mode 100644 index 0000000..6b5cb13 --- /dev/null +++ b/doc/org/unitConverter/unit/package-frame.html @@ -0,0 +1,41 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter.unit</title> +<meta name="date" content="2019-12-24"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../script.js"></script> +</head> +<body> +<h1 class="bar"><a href="../../../org/unitConverter/unit/package-summary.html" target="classFrame">org.unitConverter.unit</a></h1> +<div class="indexContainer"> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="BaseDimension.html" title="class in org.unitConverter.unit" target="classFrame">BaseDimension</a></li> +<li><a href="BaseUnit.html" title="class in org.unitConverter.unit" target="classFrame">BaseUnit</a></li> +<li><a href="BritishImperial.html" title="class in org.unitConverter.unit" target="classFrame">BritishImperial</a></li> +<li><a href="BritishImperial.Area.html" title="class in org.unitConverter.unit" target="classFrame">BritishImperial.Area</a></li> +<li><a href="BritishImperial.Length.html" title="class in org.unitConverter.unit" target="classFrame">BritishImperial.Length</a></li> +<li><a href="BritishImperial.Mass.html" title="class in org.unitConverter.unit" target="classFrame">BritishImperial.Mass</a></li> +<li><a href="BritishImperial.Volume.html" title="class in org.unitConverter.unit" target="classFrame">BritishImperial.Volume</a></li> +<li><a href="LinearUnit.html" title="class in org.unitConverter.unit" target="classFrame">LinearUnit</a></li> +<li><a href="NameSymbol.html" title="class in org.unitConverter.unit" target="classFrame">NameSymbol</a></li> +<li><a href="SI.html" title="class in org.unitConverter.unit" target="classFrame">SI</a></li> +<li><a href="SI.BaseDimensions.html" title="class in org.unitConverter.unit" target="classFrame">SI.BaseDimensions</a></li> +<li><a href="SI.BaseUnits.html" title="class in org.unitConverter.unit" target="classFrame">SI.BaseUnits</a></li> +<li><a href="SI.Constants.html" title="class in org.unitConverter.unit" target="classFrame">SI.Constants</a></li> +<li><a href="SI.Dimensions.html" title="class in org.unitConverter.unit" target="classFrame">SI.Dimensions</a></li> +<li><a href="Unit.html" title="class in org.unitConverter.unit" target="classFrame">Unit</a></li> +<li><a href="UnitDatabase.html" title="class in org.unitConverter.unit" target="classFrame">UnitDatabase</a></li> +<li><a href="UnitPrefix.html" title="class in org.unitConverter.unit" target="classFrame">UnitPrefix</a></li> +<li><a href="USCustomary.html" title="class in org.unitConverter.unit" target="classFrame">USCustomary</a></li> +<li><a href="USCustomary.Area.html" title="class in org.unitConverter.unit" target="classFrame">USCustomary.Area</a></li> +<li><a href="USCustomary.Length.html" title="class in org.unitConverter.unit" target="classFrame">USCustomary.Length</a></li> +<li><a href="USCustomary.Mass.html" title="class in org.unitConverter.unit" target="classFrame">USCustomary.Mass</a></li> +<li><a href="USCustomary.Volume.html" title="class in org.unitConverter.unit" target="classFrame">USCustomary.Volume</a></li> +</ul> +</div> +</body> +</html> diff --git a/doc/org/unitConverter/unit/package-summary.html b/doc/org/unitConverter/unit/package-summary.html new file mode 100644 index 0000000..82e16b6 --- /dev/null +++ b/doc/org/unitConverter/unit/package-summary.html @@ -0,0 +1,279 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter.unit</title> +<meta name="date" content="2019-12-24"> +<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="org.unitConverter.unit"; + } + } + 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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/package-summary.html">Prev Package</a></li> +<li>Next Package</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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="header"> +<h1 title="Package" class="title">Package org.unitConverter.unit</h1> +<div class="docSummary"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</div> +<p>See: <a href="#package.description">Description</a></p> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit">BaseDimension</a></td> +<td class="colLast"> +<div class="block">A dimension that defines a <code>BaseUnit</code></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit">BaseUnit</a></td> +<td class="colLast"> +<div class="block">A unit that other units are defined by.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit">BritishImperial</a></td> +<td class="colLast"> +<div class="block">A static utility class that contains units in the British Imperial system.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/BritishImperial.Area.html" title="class in org.unitConverter.unit">BritishImperial.Area</a></td> +<td class="colLast"> +<div class="block">Imperial units that measure area</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/BritishImperial.Length.html" title="class in org.unitConverter.unit">BritishImperial.Length</a></td> +<td class="colLast"> +<div class="block">Imperial units that measure length</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/BritishImperial.Mass.html" title="class in org.unitConverter.unit">BritishImperial.Mass</a></td> +<td class="colLast"> +<div class="block">British Imperial units that measure mass.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/BritishImperial.Volume.html" title="class in org.unitConverter.unit">BritishImperial.Volume</a></td> +<td class="colLast"> +<div class="block">British Imperial units that measure volume</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit">LinearUnit</a></td> +<td class="colLast"> +<div class="block">A unit that can be expressed as a product of its base and a number.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit">NameSymbol</a></td> +<td class="colLast"> +<div class="block">A class that can be used to specify names and a symbol for a unit.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit">SI</a></td> +<td class="colLast"> +<div class="block">All of the units, prefixes and dimensions that are used by the SI, as well as some outside the SI.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit">SI.BaseDimensions</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/SI.BaseUnits.html" title="class in org.unitConverter.unit">SI.BaseUnits</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/SI.Constants.html" title="class in org.unitConverter.unit">SI.Constants</a></td> +<td class="colLast"> +<div class="block">Constants that relate to the SI or other systems.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/SI.Dimensions.html" title="class in org.unitConverter.unit">SI.Dimensions</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit">Unit</a></td> +<td class="colLast"> +<div class="block">A unit that is composed of base units.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/UnitDatabase.html" title="class in org.unitConverter.unit">UnitDatabase</a></td> +<td class="colLast"> +<div class="block">A database of units, prefixes and dimensions, and their names.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit">UnitPrefix</a></td> +<td class="colLast"> +<div class="block">A prefix that can be applied to a <code>LinearUnit</code> to multiply it by some value</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit">USCustomary</a></td> +<td class="colLast"> +<div class="block">A static utility class that contains units in the US Customary system.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/USCustomary.Area.html" title="class in org.unitConverter.unit">USCustomary.Area</a></td> +<td class="colLast"> +<div class="block">US Customary units that measure area</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/USCustomary.Length.html" title="class in org.unitConverter.unit">USCustomary.Length</a></td> +<td class="colLast"> +<div class="block">US Customary units that measure length</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/USCustomary.Mass.html" title="class in org.unitConverter.unit">USCustomary.Mass</a></td> +<td class="colLast"> +<div class="block">mass units</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../org/unitConverter/unit/USCustomary.Volume.html" title="class in org.unitConverter.unit">USCustomary.Volume</a></td> +<td class="colLast"> +<div class="block">Volume units</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="package.description"> +<!-- --> +</a> +<h2 title="Package org.unitConverter.unit Description">Package org.unitConverter.unit Description</h2> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +<dl> +<dt><span class="simpleTagLabel">Since:</span></dt> +<dd>2019-10-16, v0.1.0</dd> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Adrien Hopkins</dd> +</dl> +</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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/package-summary.html">Prev Package</a></li> +<li>Next Package</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/package-tree.html b/doc/org/unitConverter/unit/package-tree.html new file mode 100644 index 0000000..9ebd21b --- /dev/null +++ b/doc/org/unitConverter/unit/package-tree.html @@ -0,0 +1,161 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:16 EST 2019 --> +<title>org.unitConverter.unit Class Hierarchy</title> +<meta name="date" content="2019-12-24"> +<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="org.unitConverter.unit Class Hierarchy"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/package-tree.html">Prev</a></li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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="header"> +<h1 class="title">Hierarchy For Package org.unitConverter.unit</h1> +<span class="packageHierarchyLabel">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../../overview-tree.html">All Packages</a></li> +</ul> +</div> +<div class="contentContainer"> +<h2 title="Class Hierarchy">Class Hierarchy</h2> +<ul> +<li type="circle">java.lang.Object +<ul> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/BaseDimension.html" title="class in org.unitConverter.unit"><span class="typeNameLink">BaseDimension</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/BritishImperial.html" title="class in org.unitConverter.unit"><span class="typeNameLink">BritishImperial</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/BritishImperial.Area.html" title="class in org.unitConverter.unit"><span class="typeNameLink">BritishImperial.Area</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/BritishImperial.Length.html" title="class in org.unitConverter.unit"><span class="typeNameLink">BritishImperial.Length</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/BritishImperial.Mass.html" title="class in org.unitConverter.unit"><span class="typeNameLink">BritishImperial.Mass</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/BritishImperial.Volume.html" title="class in org.unitConverter.unit"><span class="typeNameLink">BritishImperial.Volume</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/NameSymbol.html" title="class in org.unitConverter.unit"><span class="typeNameLink">NameSymbol</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/SI.html" title="class in org.unitConverter.unit"><span class="typeNameLink">SI</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/SI.BaseDimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">SI.BaseDimensions</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/SI.BaseUnits.html" title="class in org.unitConverter.unit"><span class="typeNameLink">SI.BaseUnits</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/SI.Constants.html" title="class in org.unitConverter.unit"><span class="typeNameLink">SI.Constants</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/SI.Dimensions.html" title="class in org.unitConverter.unit"><span class="typeNameLink">SI.Dimensions</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/Unit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">Unit</span></a> +<ul> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/BaseUnit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">BaseUnit</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/LinearUnit.html" title="class in org.unitConverter.unit"><span class="typeNameLink">LinearUnit</span></a></li> +</ul> +</li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/UnitDatabase.html" title="class in org.unitConverter.unit"><span class="typeNameLink">UnitDatabase</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/UnitPrefix.html" title="class in org.unitConverter.unit"><span class="typeNameLink">UnitPrefix</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/USCustomary.html" title="class in org.unitConverter.unit"><span class="typeNameLink">USCustomary</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/USCustomary.Area.html" title="class in org.unitConverter.unit"><span class="typeNameLink">USCustomary.Area</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/USCustomary.Length.html" title="class in org.unitConverter.unit"><span class="typeNameLink">USCustomary.Length</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/USCustomary.Mass.html" title="class in org.unitConverter.unit"><span class="typeNameLink">USCustomary.Mass</span></a></li> +<li type="circle">org.unitConverter.unit.<a href="../../../org/unitConverter/unit/USCustomary.Volume.html" title="class in org.unitConverter.unit"><span class="typeNameLink">USCustomary.Volume</span></a></li> +</ul> +</li> +</ul> +</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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../org/unitConverter/math/package-tree.html">Prev</a></li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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 ======= --> +</body> +</html> diff --git a/doc/org/unitConverter/unit/package-use.html b/doc/org/unitConverter/unit/package-use.html new file mode 100644 index 0000000..e4719cc --- /dev/null +++ b/doc/org/unitConverter/unit/package-use.html @@ -0,0 +1,186 @@ +<!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 (1.8.0_232) on Tue Dec 24 16:10:17 EST 2019 --> +<title>Uses of Package org.unitConverter.unit</title> +<meta name="date" content="2019-12-24"> +<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="Uses of Package org.unitConverter.unit"; + } + } + 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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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="header"> +<h1 title="Uses of Package org.unitConverter.unit" class="title">Uses of Package<br>org.unitConverter.unit</h1> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.unitConverter.unit">org.unitConverter.unit</a></td> +<td class="colLast"> +<div class="block">Everything to do with the units that make up Unit Converter.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.unitConverter.unit"> +<!-- --> +</a> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a> used by <a href="../../../org/unitConverter/unit/package-summary.html">org.unitConverter.unit</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../org/unitConverter/unit/class-use/BaseDimension.html#org.unitConverter.unit">BaseDimension</a> +<div class="block">A dimension that defines a <code>BaseUnit</code></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../org/unitConverter/unit/class-use/BaseUnit.html#org.unitConverter.unit">BaseUnit</a> +<div class="block">A unit that other units are defined by.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../org/unitConverter/unit/class-use/LinearUnit.html#org.unitConverter.unit">LinearUnit</a> +<div class="block">A unit that can be expressed as a product of its base and a number.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../org/unitConverter/unit/class-use/NameSymbol.html#org.unitConverter.unit">NameSymbol</a> +<div class="block">A class that can be used to specify names and a symbol for a unit.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../org/unitConverter/unit/class-use/Unit.html#org.unitConverter.unit">Unit</a> +<div class="block">A unit that is composed of base units.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../org/unitConverter/unit/class-use/UnitPrefix.html#org.unitConverter.unit">UnitPrefix</a> +<div class="block">A prefix that can be applied to a <code>LinearUnit</code> to multiply it by some value</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</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><a href="package-summary.html">Package</a></li> +<li>Class</li> +<li class="navBarCell1Rev">Use</li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?org/unitConverter/unit/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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 ======= --> +</body> +</html> |