- edgeWeightSum() - Method in class com.nwawsoft.util.datastructures.Graph
-
Returns the sum of all edgeWeights in the Graph
.
- enqueue(Object) - Method in class com.nwawsoft.util.datastructures.Queue
-
Appends (enqueues) a new object to the end of the queue.
- equalsStandardized(String, String) - Static method in class com.nwawsoft.util.natives.StringFunctions
-
Checks whether two Strings are equal if all white spaces are removed and upper/lower case
is ignored.
- existsDir(String) - Static method in class com.nwawsoft.util.file.PathFunctions
-
Returns whether a specified directory exists.
- existsDir(File) - Static method in class com.nwawsoft.util.file.PathFunctions
-
Returns whether a specified directory exists.
- expandArray(Object[], int) - Static method in class com.nwawsoft.util.natives.ArrayFunctions
-
Returns an array with size oldArray.length+additions.
- ExtensionFunctions - Class in com.nwawsoft.util.file
-
Provides functions to work with file extensions.
- ExtensionFunctions() - Constructor for class com.nwawsoft.util.file.ExtensionFunctions
-