All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
AbstractFuture<R,S,T extends Task<R,S>>
 
 
 
 
 
BasicHeaderValue.PARSER can parse a header-value of the following format:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Functional interface to parse an InputStream to custom body.
 
Util class for creating, slicing and aligning Buffer
 
Thrown when a task cannot be queued.
 
A Future which can be completed with the CompletableFuture.complete(Object, Object, AsyncError) method.
A Task, which creates a CompletableFuture when started.
 
 
 
 
 
A ConditionedTask is a Task that will only be executed after a certain condition hast been met.
 
 
 
 
 
 
 
 
A executable Task.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
A Future represents a Task that will be executed in the future and whose result or error will be retrieved.
 
 
 
 
HeaderMap<String, Header>, but the keys ignore case.
 
 
 
 
Represents a Color as HSVA.
H = hue, S = saturation, V = value, A = alpha/transparency
 
 
 
 
 
 
 
 
 
 
 
 
Bitfield class using an int.
 
 
 
 
A thread safe linked list implementation.
 
It is not recommended to use any index based methods.
 
 
 
 
Bitfield class using a long.
 
 
 
Bitfield class using a volatile long.
MxN Matrix

N: Width of the Matrix
M: Height of the Matrix


parameters of get and put methods:
x: from 0 (inclusive) to N (exclusive)
y: from 0 (inclusive) to M (exclusive)
 
An object that may be stored in the heap memory.
 
 
 
 
 
 
 
 
 
 
 
 
Task with some methods, that should not be visible to the end user.
 
A Queueable is special ExecutableTask, that can be queued and executed.
Queueable base.
 
HTTP Request Method
 
 
Represents a Color as RGBA.
R = red, G = green, B = blue, A = alpha / transparency.
 
 
Select Graphic Rendition for Consoles.
 
 
This interface should be implemented if the implementing class can be simplified to a simple type.
 
Structure static methods utils
 
 
 
 
 
 
 
Marks this class as a Structure and contains specific information about it.
This class shows and describes the public static fields a Structure requires.
 
 
A variable intended to be used by multiple threads.
 
A Task can be executed asynchronous or in the current thread.
 
 
 
 
 
 
 
 
 
Marks that no other parameter may be the same or a view on this parameter.
Marks that no other parameter may be a view on this parameter.