- fatal(Exception) - Method in class lib.easyjava.io.output.Logger
-
Writes a fatal-level exception to the log
- fatal(String) - Method in class lib.easyjava.io.output.Logger
-
Writes a fatal-level message to the log
- FileReader - Class in lib.easyjava.io.file
-
Simplifies the interface for reading from files
- FileReader(File) - Constructor for class lib.easyjava.io.file.FileReader
-
- FileReader(String) - Constructor for class lib.easyjava.io.file.FileReader
-
- FileWriter - Class in lib.easyjava.io.file
-
Simplifies the interface for writing to files
- FileWriter(File) - Constructor for class lib.easyjava.io.file.FileWriter
-
- FileWriter(File, boolean) - Constructor for class lib.easyjava.io.file.FileWriter
-
- FileWriter(String) - Constructor for class lib.easyjava.io.file.FileWriter
-
- FileWriter(String, boolean) - Constructor for class lib.easyjava.io.file.FileWriter
-
- fitness() - Method in interface lib.easyjava.ml.optimization.ga.GeneticAlgorithmSolution
-
Evaluates the fitness score of the solution based on its traits.
- forEach(BiConsumer<? super K, ? super V>) - Method in interface lib.easyjava.type.MultiMap
-
Performs the given action for each entry in this map until all entries
have been processed or the action throws an exception.
- fromGraph(Graph<?>) - Method in class lib.easyjava.graph.GraphComponent
-
Checks whether this component is from a particular graph
- fromSameGraphAs(GraphComponent) - Method in class lib.easyjava.graph.GraphComponent
-
Checks whether this component is from the same graph as another component