- data - Variable in class lib.easyjava.net.udp.UDPListener.UDPMessage
-
- deepCopy() - Method in interface lib.easyjava.ml.optimization.ga.GeneticAlgorithmSolution
-
Creates a deep copy of this solution.
- defaultError(Exception) - Static method in class lib.easyjava.io.output.Logger
-
Writes an error-level exception to the default log
- defaultError(String) - Static method in class lib.easyjava.io.output.Logger
-
Writes an error-level message to the default log
- defaultFatal(Exception) - Static method in class lib.easyjava.io.output.Logger
-
Writes a fatal-level exception to the default log
- defaultFatal(String) - Static method in class lib.easyjava.io.output.Logger
-
Writes a fatal-level message to the default log
- defaultLog(Exception, Logger.Level) - Static method in class lib.easyjava.io.output.Logger
-
Writes the exception to the default log file at the given importance
level
- defaultLog(String, Logger.Level) - Static method in class lib.easyjava.io.output.Logger
-
Writes the content to the default log file at the given importance level
- defaultOutput(Exception) - Static method in class lib.easyjava.io.output.Logger
-
Writes an output-level exception to the default log
- defaultOutput(String) - Static method in class lib.easyjava.io.output.Logger
-
Writes an output-level message to the default log
- defaultVerbose(Exception) - Static method in class lib.easyjava.io.output.Logger
-
Writes a verbose-level exception to the default log
- defaultVerbose(String) - Static method in class lib.easyjava.io.output.Logger
-
Writes a verbose-level message to the default log
- defaultWarn(Exception) - Static method in class lib.easyjava.io.output.Logger
-
Writes a warn-level exception to the default log
- defaultWarn(String) - Static method in class lib.easyjava.io.output.Logger
-
Writes a warn-level message to the default log
- delete() - Method in class lib.easyjava.net.rest.SimpleRESTClient
-
Sends a DELETE request to the base URL
- delete(String) - Method in class lib.easyjava.net.rest.SimpleRESTClient
-
Sends a DELETE to the given URI from the base URL
- deleteAt(String) - Static method in class lib.easyjava.net.rest.SimpleRESTClient
-
Sends a DELETE to the given URL
- derivative() - Method in interface lib.easyjava.math.function.DifferentiableFunction
-
Takes the derivative of this function
- derivative() - Method in class lib.easyjava.math.function.UnivariatePolynomialFunction
-
- DifferentiableFunction - Interface in lib.easyjava.math.function
-
A differentiable function
- DirectedEdge<T> - Class in lib.easyjava.graph.directed
-
A directed edge in a graph
- DirectedGraph<T> - Class in lib.easyjava.graph.directed
-
A directed graph which contains Vertices which store data and Edges.
- DirectedGraph() - Constructor for class lib.easyjava.graph.directed.DirectedGraph
-
Creates a new directed graph
- DirectedGraph(Collection<T>) - Constructor for class lib.easyjava.graph.directed.DirectedGraph
-
Creates a new directed graph with the given data in vertices
- DirectedVertex<T> - Class in lib.easyjava.graph.directed
-
An vertex of a directed graph which stores some data