- generateAnotherPrime(int, int, int, int) - Static method in class com.nwawsoft.util.math.PrimeNumberFunctions
-
Returns a prime number different from lastPrime between lowerBound and upperBound.
- generatePrime(int, int) - Static method in class com.nwawsoft.util.math.PrimeNumberFunctions
-
Generates a random prime number between lowerBound and upperBound.
- GermanMutatedVowels - Class in com.nwawsoft.util.realworldlanguage
-
Contains the Unicode codes of the German mutated vowels.
- GermanMutatedVowels() - Constructor for class com.nwawsoft.util.realworldlanguage.GermanMutatedVowels
-
- getArea() - Method in class com.nwawsoft.util.tools.ScreenshotRobot
-
- getBI() - Method in class com.nwawsoft.util.tools.ScreenshotRobot
-
- getContent() - Method in class com.nwawsoft.util.datastructures.BinaryTree
-
Returns the stored object.
- getContent() - Method in class com.nwawsoft.util.datastructures.Tree
-
Returns the content of the Tree object.
- getDivisors(int) - Static method in class com.nwawsoft.util.math.Math
-
Returns the amount of divisors the candidate has, including 1 and the candidate itself.
- getEdgeWeight(Graph.GraphNode, Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph
-
Returns the weight of the edge from graphNode1 to graphNode2.
- getEdgeWeight(Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph.GraphNode
-
Returns the edgeWeight of the calling and the specified GraphNode
objects if there is any, otherwise
Double.NaN.
- getExtension(File) - Static method in class com.nwawsoft.util.file.ExtensionFunctions
-
Returns the file extension of a specified File
as a String
(without the leading '.').
- getFileNames(String, boolean, boolean) - Static method in class com.nwawsoft.util.tools.ResourceLoader
-
Returns an array containing the names of all files in a specified directory within the resource directory.
- getHCNs(int) - Static method in class com.nwawsoft.util.math.HighlyCompositeNumbers
-
Returns an int[] with all highly composite numbers from 1 to upperBound.
- getLeftTree() - Method in class com.nwawsoft.util.datastructures.BinaryTree
-
- getLength() - Method in class com.nwawsoft.util.datastructures.List
-
Returns the amount of elements in the list.
- getMonitors() - Method in class com.nwawsoft.util.tools.ScreenshotRobot
-
- getName() - Method in class com.nwawsoft.util.datastructures.Graph.GraphNode
-
Returns the name of the GraphNode
object.
- getName(String) - Static method in class com.nwawsoft.util.ui.FontFunctions
-
Returns the NAME part of a fontString.
- getNeighbors(Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph
-
Returns a new List
object containing all GraphNode
objects that are neighbors of the specified
GraphNode
object.
- getNeighbors() - Method in class com.nwawsoft.util.datastructures.Graph.GraphNode
-
Returns a List object of all neighbors.
- getNode(String) - Method in class com.nwawsoft.util.datastructures.Graph
-
Returns the GraphNode
object with the specified name.
- getNodes() - Method in class com.nwawsoft.util.datastructures.Graph
-
Returns a new List
object containing all GraphNode
objects in the Graph
.
- getObject() - Method in class com.nwawsoft.util.datastructures.List
-
Returns the content of the currently selected object if a currently selected object exists.
- getObject1() - Method in class com.nwawsoft.util.datastructures.FiveTuple
-
- getObject1() - Method in class com.nwawsoft.util.datastructures.FourTuple
-
- getObject1() - Method in class com.nwawsoft.util.datastructures.ThreeTuple
-
- getObject1() - Method in class com.nwawsoft.util.datastructures.TwoTuple
-
- getObject2() - Method in class com.nwawsoft.util.datastructures.FiveTuple
-
- getObject2() - Method in class com.nwawsoft.util.datastructures.FourTuple
-
- getObject2() - Method in class com.nwawsoft.util.datastructures.ThreeTuple
-
- getObject2() - Method in class com.nwawsoft.util.datastructures.TwoTuple
-
- getObject3() - Method in class com.nwawsoft.util.datastructures.FiveTuple
-
- getObject3() - Method in class com.nwawsoft.util.datastructures.FourTuple
-
- getObject3() - Method in class com.nwawsoft.util.datastructures.ThreeTuple
-
- getObject4() - Method in class com.nwawsoft.util.datastructures.FiveTuple
-
- getObject4() - Method in class com.nwawsoft.util.datastructures.FourTuple
-
- getObject5() - Method in class com.nwawsoft.util.datastructures.FiveTuple
-
- getResourceFolderFiles(String) - Static method in class com.nwawsoft.util.tools.ResourceLoader
-
Returns a File[] containing the full names of all files in the specified directory.
- getRightTree() - Method in class com.nwawsoft.util.datastructures.BinaryTree
-
- getSize(String) - Static method in class com.nwawsoft.util.ui.FontFunctions
-
Returns the SIZE part of a fontString.
- getStyle(String) - Static method in class com.nwawsoft.util.ui.FontFunctions
-
Returns the STYLE part of a fontString.
- getSubTreeCount() - Method in class com.nwawsoft.util.datastructures.BinaryTree
-
Returns the amount of non-null tree objects in the BinaryTree
.
- getSubTreeCount() - Method in class com.nwawsoft.util.datastructures.Tree
-
Returns the amount of elements in treeList.
- getSystemClipboard() - Static method in class com.nwawsoft.util.tools.ClipboardManager
-
Returns the Clipboard object that Java keeps synchronized with the OS's clipboard.
- getTree(int) - Method in class com.nwawsoft.util.datastructures.BinaryTree
-
Returns the Tree
with the specified index, starting from 0.
- getTree(int) - Method in class com.nwawsoft.util.datastructures.Tree
-
Returns the tree with the specified index, starting from 0.
- getTrees() - Method in class com.nwawsoft.util.datastructures.Tree
-
- Graph - Class in com.nwawsoft.util.datastructures
-
Graph
data structure.
- Graph() - Constructor for class com.nwawsoft.util.datastructures.Graph
-
Creates a Graph
object with no GraphNode
objects.
- Graph.GraphNode - Class in com.nwawsoft.util.datastructures
-
Defines GraphNode
objects as they are used in the Graph
class.
- GraphNode(String) - Constructor for class com.nwawsoft.util.datastructures.Graph.GraphNode
-
Creates a new GraphNode
object with name nodeName.