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

N

nextThreadNumber() - Static method in class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Returns the corresponding thread number for a newly created NotifyingThread.
NO_ACTION_ON_REJECTED_HANDLER - Static variable in class com.github.javinator9889.threading.pools.ThreadsPooling
A predefined rejected execution handler that does nothing when a thread is rejected.
NoRejectedExecutionHandler - Class in com.github.javinator9889.threading.pools.rejectedhandlers
Handler that does nothing when a thread is rejected - this handler is not recommended to be used as you will lose information (threads that are not execute will disappear).
NoRejectedExecutionHandler() - Constructor for class com.github.javinator9889.threading.pools.rejectedhandlers.NoRejectedExecutionHandler
 
NoRejectedHandlerError - Exception in com.github.javinator9889.threading.errors
Subclass of RejectedExecutionException which is a custom exception thrown by class DefaultRejectedExecutionHandler, which indicates that there is no reject handler defined but default one.
NoRejectedHandlerError(String) - Constructor for exception com.github.javinator9889.threading.errors.NoRejectedHandlerError
Constructs a new runtime exception with the specified detail message.
NormalPooling - Class in <Unnamed>
 
NormalPooling() - Constructor for class NormalPooling
 
NotEnoughCapacity - Class in <Unnamed>
 
NotEnoughCapacity() - Constructor for class NotEnoughCapacity
 
NotifyingThread - Class in com.github.javinator9889.threading.threads.notifyingthread
NotifyingThread provides an specialised class on threading that adds more options to the current available threading models: Notifying: sometimes we want to get notified when a Thread completes its execution, but the most we can do is just wait until its completion for going to the next step in our execution.
NotifyingThread() - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(OnThreadCompletedListener...) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(Runnable) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(Runnable, OnThreadCompletedListener...) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(Runnable, String) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(Runnable, String, OnThreadCompletedListener...) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(String) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(String, OnThreadCompletedListener...) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(ThreadGroup, Runnable) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(ThreadGroup, Runnable, OnThreadCompletedListener...) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(ThreadGroup, Runnable, String) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group.
NotifyingThread(ThreadGroup, Runnable, String, long) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group, and has the specified stack size.
NotifyingThread(ThreadGroup, Runnable, String, long, OnThreadCompletedListener...) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group, and has the specified stack size.
NotifyingThread(ThreadGroup, Runnable, String, OnThreadCompletedListener...) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group.
NotifyingThread(ThreadGroup, String) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
NotifyingThread(ThreadGroup, String, OnThreadCompletedListener...) - Constructor for class com.github.javinator9889.threading.threads.notifyingthread.NotifyingThread
Allocates a new Thread object.
A B C D E F G H I L M N O P R S T U W 
All Classes All Packages