A B C D E F G H I L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
O
- onThreadCompletedListener(Thread, Throwable) - Method in class AbstractPooling
-
When a thread finish its execution, if using a
NotifyingThreadand the class is subscribed, this method is called, with theRunnablewhich corresponds the just finished thread, and theThrowablecontaining the exception (if any exception has benn thrown). - onThreadCompletedListener(Thread, Throwable) - Method in interface com.github.javinator9889.threading.threads.notifyingthread.OnThreadCompletedListener
-
When a thread finish its execution, if using a
NotifyingThreadand the class is subscribed, this method is called, with theRunnablewhich corresponds the just finished thread, and theThrowablecontaining the exception (if any exception has benn thrown). - onThreadCompletedListener(Thread, Throwable) - Method in class LambdasPooling
- onThreadCompletedListener(Thread, Throwable) - Method in class NormalPooling
-
When a thread finish its execution, if using a
NotifyingThreadand the class is subscribed, this method is called, with theRunnablewhich corresponds the just finished thread, and theThrowablecontaining the exception (if any exception has benn thrown). - OnThreadCompletedListener - Interface in com.github.javinator9889.threading.threads.notifyingthread
-
Interface that classes that want to get notified by
NotifyingThreadmust implement. - OPTIMUM_LOAD_FACTOR_BASED_ON_SIZE - Static variable in class com.github.javinator9889.utils.ArgumentParser
-
Optimum load factor used when an
initial capacityis provided - if we know how much objects (keys) are going to be stored inside the hash table, there is no need to increase its capacity when, following the latest explanation, the 75% of theHashTableis filled, as we will consume resources for increasing a table that will not be completely filled (if we are going to store 16 objects, there is no need to increase the table capacity when there are 12 objects stored for possibly saving 20 ones when we are going to only store 16 ones).
All Classes All Packages