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

A

AbstractPooling - Class in <Unnamed>
 
AbstractPooling() - Constructor for class AbstractPooling
 
add(Runnable) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
Adds a new Runnable to the queue of threads.
add(Runnable...) - Method in class com.github.javinator9889.threading.pools.ThreadsPooling
Adds new Runnables to the queue of threads.
addOnThreadCompletedListener(OnThreadCompletedListener) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Adds a new listener to the list of subscribed classes.
addOnThreadCompleteListener(OnThreadCompletedListener...) - Method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Adds new listeners to the list of subscribed classes at once.
after() - Method in class LambdasPooling
 
after() - Method in class NormalPooling
 
after() - Method in class NotEnoughCapacity
 
ArgumentParser - Class in com.github.javinator9889.utils
ArgumentParser provides a fully compatible class with plenty of objects.
ArgumentParser() - Constructor for class com.github.javinator9889.utils.ArgumentParser
Default constructor, using the default capacity (=8) and the default load factor(=0.75) for generating the HashMap.
ArgumentParser(int) - Constructor for class com.github.javinator9889.utils.ArgumentParser
Generates a new instance of this by using the provided initialCapacity.
ArgumentParser(int, float) - Constructor for class com.github.javinator9889.utils.ArgumentParser
Private constructor designed for generating optimized HashMap based on user requirements.
ArgumentParser(ArgumentParser) - Constructor for class com.github.javinator9889.utils.ArgumentParser
Duplicates an existing ArgumentParser copying the existing params at the from object.
A B C D E F G H I L M N O P R S T U W 
All Classes All Packages