- hasAccess() - Method in class com.nwawsoft.util.datastructures.List
-
Returns whether a currently selected object exists.
- hasEdge(Graph.GraphNode, Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph
-
Returns whether there is an edge between the specified GraphNode
objects in the Graph
.
- highestWeight() - Method in class com.nwawsoft.util.datastructures.Graph
-
Returns the GraphNode
object with the highest summed up edgeWeights in the Graph
.
- HighlyCompositeNumbers - Class in com.nwawsoft.util.math
-
Supplies functions to generate an int[] of highly composite numbers and/or print them.
- HighlyCompositeNumbers() - Constructor for class com.nwawsoft.util.math.HighlyCompositeNumbers
-
- HTML_POST - Static variable in class com.nwawsoft.util.html.HTMLTagger
-
- HTML_PRE - Static variable in class com.nwawsoft.util.html.HTMLTagger
-
- HTMLTagger - Class in com.nwawsoft.util.html
-
Supplies Strings and functions to turn text into valid HTML.
- HTMLTagger() - Constructor for class com.nwawsoft.util.html.HTMLTagger
-