From 2c146c894972e2c6ab701b3c66dcf242d7be656f Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Tue, 24 Dec 2019 16:16:13 -0500 Subject: Added Javadoc to the project. --- doc/index-files/index-15.html | 209 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 doc/index-files/index-15.html (limited to 'doc/index-files/index-15.html') diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html new file mode 100644 index 0000000..55a7057 --- /dev/null +++ b/doc/index-files/index-15.html @@ -0,0 +1,209 @@ + + + + + +O-Index + + + + + + + + +
+ + + + + + + +
+ + +
A B C D E F G H I J K L M N O P Q R S T U V W Y Z  + + +

O

+
+
ObjectProduct<T> - Class in org.unitConverter.math
+
+
An immutable product of multiple objects of a type, such as base units.
+
+
of(String, String) - Static method in class org.unitConverter.unit.NameSymbol
+
+
Gets a NameSymbol with a primary name, a symbol and no other names.
+
+
of(String, String, Set<String>) - Static method in class org.unitConverter.unit.NameSymbol
+
+
Gets a NameSymbol with a primary name, a symbol and additional names.
+
+
of(String, String, String...) - Static method in class org.unitConverter.unit.NameSymbol
+
+
h * Gets a NameSymbol with a primary name, a symbol and additional names.
+
+
of(String, String, String) - Static method in class org.unitConverter.unit.NameSymbol
+
+
Gets a NameSymbol with a primary name, a symbol and an additional name.
+
+
of(String, String, String, String) - Static method in class org.unitConverter.unit.NameSymbol
+
+
Gets a NameSymbol with a primary name, a symbol and additional names.
+
+
of(String, String, String, String, String) - Static method in class org.unitConverter.unit.NameSymbol
+
+
Gets a NameSymbol with a primary name, a symbol and additional names.
+
+
ofName(String) - Static method in class org.unitConverter.unit.NameSymbol
+
+
Gets a NameSymbol with a primary name, no symbol, and no other names.
+
+
ofNullable(String, String, Set<String>) - Static method in class org.unitConverter.unit.NameSymbol
+
+
Gets a NameSymbol with a primary name, a symbol and additional names.
+
+
ofNullable(String, String, String...) - Static method in class org.unitConverter.unit.NameSymbol
+
+
h * Gets a NameSymbol with a primary name, a symbol and additional names.
+
+
ofSymbol(String) - Static method in class org.unitConverter.unit.NameSymbol
+
+
Gets a NameSymbol with a symbol and no names.
+
+
OHM - Static variable in class org.unitConverter.unit.SI
+
 
+
OIL_BARREL - Static variable in class org.unitConverter.unit.USCustomary.Volume
+
 
+
ONE - Static variable in class org.unitConverter.unit.SI
+
 
+
oneOf(T) - Static method in class org.unitConverter.math.ObjectProduct
+
+
Gets an ObjectProduct that has one of the inputted argument, and nothing else.
+
+
OPENING_BRACKET - Static variable in class org.unitConverter.math.ExpressionParser
+
+
The opening bracket.
+
+
org.unitConverter - package org.unitConverter
+
+
A program that converts units.
+
+
org.unitConverter.converterGUI - package org.unitConverter.converterGUI
+
+
The GUI interface of the Unit Converter.
+
+
org.unitConverter.math - package org.unitConverter.math
+
+
Supplementary classes that are not related to units, but are necessary for their function.
+
+
org.unitConverter.unit - package org.unitConverter.unit
+
+
Everything to do with the units that make up Unit Converter.
+
+
OUNCE - Static variable in class org.unitConverter.unit.BritishImperial.Mass
+
 
+
OUNCE - Static variable in class org.unitConverter.unit.USCustomary.Mass
+
 
+
OUNCE_FORCE - Static variable in class org.unitConverter.unit.BritishImperial
+
 
+
OUNCE_FORCE - Static variable in class org.unitConverter.unit.USCustomary
+
 
+
+A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
+ +
+ + + + + + + +
+ + + + -- cgit v1.2.3