Skip navigation links
A B C D E F G H I L M N O P Q R S T U X 

A

addBidirectionalEdge(Graph.GraphNode, Graph.GraphNode, double) - Method in class com.nwawsoft.util.datastructures.Graph
Adds an edge from graphNode1 to graphNode2 and from graphNode1 to graphNode2, both with the specified weight.
addEdge(Graph.GraphNode, Graph.GraphNode, double) - Method in class com.nwawsoft.util.datastructures.Graph
Adds an edge from graphNode1 to graphNode2 with the specified weight.
addEdge(Graph.GraphNode, double) - Method in class com.nwawsoft.util.datastructures.Graph.GraphNode
Adds a new edge from the calling to the specified GraphNode objects with the specified weight to the List of known edges of the GraphNode.
addNode(Graph.GraphNode) - Method in class com.nwawsoft.util.datastructures.Graph
Adds the specified GraphNode object to the Graph.
addTree(Tree) - Method in class com.nwawsoft.util.datastructures.BinaryTree
Deprecated.
use setLeftTree/setRightTree/getLeftTree/getRightTree instead.
addTree(Tree) - Method in class com.nwawsoft.util.datastructures.Tree
Adds the specified Tree object to treeList and increases subTreeCount by 1 to keep it synchronized.
addValues(IntList) - Static method in class com.nwawsoft.util.datastructures.IntList
Sums up all values of an IntList and returns the result.
aE - Static variable in class com.nwawsoft.util.realworldlanguage.GermanMutatedVowels
Ä
ae - Static variable in class com.nwawsoft.util.realworldlanguage.GermanMutatedVowels
ä
allNodesMarked() - Method in class com.nwawsoft.util.datastructures.Graph
Returns whether all GraphNode objects in the Graph are marked.
allPrimesFromTo(int, int) - Static method in class com.nwawsoft.util.math.PrimeNumberFunctions
Returns all prime numbers between (and including) lowerBound and upperBound.
allPrimesTo(int) - Static method in class com.nwawsoft.util.math.PrimeNumberFunctions
Wrapper for allPrimesFromTo(0, upperBound).
ancestorAdded(AncestorEvent) - Method in class com.nwawsoft.util.ui.RequestFocusListener
 
ancestorMoved(AncestorEvent) - Method in class com.nwawsoft.util.ui.RequestFocusListener
 
ancestorRemoved(AncestorEvent) - Method in class com.nwawsoft.util.ui.RequestFocusListener
 
append(Object) - Method in class com.nwawsoft.util.datastructures.IntList
 
append(Object) - Method in class com.nwawsoft.util.datastructures.List
Adds the specified object to the end of the list.
append(Object) - Method in class com.nwawsoft.util.datastructures.StringList
Appends the Object to the end of the StringList, but only if it is a String.
ArrayFunctions - Class in com.nwawsoft.util.natives
Supplies functions to create a new Array of any type with a new size.
ArrayFunctions() - Constructor for class com.nwawsoft.util.natives.ArrayFunctions
 
A B C D E F G H I L M N O P Q R S T U X 
Skip navigation links