A
C
F
G
H
I
N
O
P
R
S
U
V
W
S
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- skip(java.lang.Integer) - function in org.hildan.hashcode.utils.reader.HCReader
- Skips the next n tokens of input.
- SLF4J - enum entry in org.hildan.hashcode.utils.runner.UncaughtExceptionsLogger
Log exceptions via SLF4J logging API. This requires to provide an SLF4J implementation on the classpath, otherwise nothing will be printed at all.
- SolutionWritingException - class in org.hildan.hashcode.utils.writer
- Thrown if an exception occurs while writing to the output file.
- solveHCFilesInParallel(java.lang.String,org.hildan.hashcode.utils.runner.UncaughtExceptionsLogger,java.lang.Boolean,kotlin.coroutines.SuspendFunction1) - function in org.hildan.hashcode.utils.HCUtilsKt
- Solves the problems defined by each of the given input files, each in its own coroutine.
- solveHCProblemAndWriteFile(java.nio.file.Path,java.nio.file.Path,kotlin.jvm.functions.Function1) - function in org.hildan.hashcode.utils.HCUtilsKt
- Reads the input file at inputFilePath by calling readAndSolve, and writes the returned lines to the file at outputFilePath.
- STDERR - enum entry in org.hildan.hashcode.utils.runner.UncaughtExceptionsLogger
Print uncaught exceptions' stack traces to the standard error stream.
- STDERR_AND_SLF4J - enum entry in org.hildan.hashcode.utils.runner.UncaughtExceptionsLogger