Uses
of Class
com.github.javinator9889.utils.ArgumentParser
-
Packages that use ArgumentParser Package Description <Unnamed> com.github.javinator9889.threading.threads.notifyingthread com.github.javinator9889.utils -
-
Uses of ArgumentParser in <Unnamed>
Methods in <Unnamed> with parameters of type ArgumentParser Modifier and Type Method Description voidLambdasPooling.HeavyLoadClass. isDivisibleBy29(ArgumentParser args)java.util.List<java.lang.String>LambdasPooling.HeavyLoadClass. primeFactors(ArgumentParser args) -
Uses of ArgumentParser in com.github.javinator9889.threading.threads.notifyingthread
Methods in com.github.javinator9889.threading.threads.notifyingthread with parameters of type ArgumentParser Modifier and Type Method Description voidNotifyingThread. setExecutable(java.util.function.Consumer<ArgumentParser> consumer, ArgumentParser args)Once after theNotifyingThreadis created, this method can be used for setting theRunnablethat will be executed whenThread.start()is called.voidNotifyingThread. setExecutable(java.util.function.Function<ArgumentParser,?> function, ArgumentParser args, java.util.concurrent.atomic.AtomicReference result)Once after theNotifyingThreadis created, this method can be used for setting theRunnablethat will be executed whenThread.start()is called.Method parameters in com.github.javinator9889.threading.threads.notifyingthread with type arguments of type ArgumentParser Modifier and Type Method Description voidNotifyingThread. setExecutable(java.util.function.Consumer<ArgumentParser> consumer, ArgumentParser args)Once after theNotifyingThreadis created, this method can be used for setting theRunnablethat will be executed whenThread.start()is called.voidNotifyingThread. setExecutable(java.util.function.Function<ArgumentParser,?> function, ArgumentParser args, java.util.concurrent.atomic.AtomicReference result)Once after theNotifyingThreadis created, this method can be used for setting theRunnablethat will be executed whenThread.start()is called. -
Uses of ArgumentParser in com.github.javinator9889.utils
Methods in com.github.javinator9889.utils that return ArgumentParser Modifier and Type Method Description ArgumentParserArgumentParser. clone()Creates and returns a copy of this object.Methods in com.github.javinator9889.utils with parameters of type ArgumentParser Modifier and Type Method Description voidArgumentParser. putAllParams(ArgumentParser params)Adds all values from other ArgumentParser to the currentarguments.Constructors in com.github.javinator9889.utils with parameters of type ArgumentParser Constructor Description ArgumentParser(ArgumentParser from)Duplicates an existingArgumentParsercopying the existing params at thefromobject.
-