A B C D E F G H I L M N O P R S T U W 
All Classes All Packages

O

onThreadCompletedListener(Thread, Throwable) - Method in class AbstractPooling
When a thread finish its execution, if using a NotifyingThread and the class is subscribed, this method is called, with the Runnable which corresponds the just finished thread, and the Throwable containing 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 NotifyingThread and the class is subscribed, this method is called, with the Runnable which corresponds the just finished thread, and the Throwable containing 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 NotifyingThread and the class is subscribed, this method is called, with the Runnable which corresponds the just finished thread, and the Throwable containing 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 NotifyingThread must implement.
OPTIMUM_LOAD_FACTOR_BASED_ON_SIZE - Static variable in class com.github.javinator9889.utils.ArgumentParser
Optimum load factor used when an initial capacity is 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 the HashTable is 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).
A B C D E F G H I L M N O P R S T U W 
All Classes All Packages