A
C
F
G
H
I
N
O
P
R
S
U
W
S
- setStackTrace(Array) - function in kotlin.InputParsingException
- setStackTrace(Array) - function in kotlin.IncompleteInputReadException
- setStackTrace(Array) - function in kotlin.IncompleteLineReadException
- setStackTrace(Array) - function in kotlin.NoMoreLinesToReadException
- setStackTrace(Array) - function in kotlin.FileParsingException
- setStackTrace(Array) - function in kotlin.SolutionWritingException
- skip(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(String,UncaughtExceptionsLogger,Boolean,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(Path,Path,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