All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AnyNotNullSharedFutureTaskBase<V> |
Created by kurila on 15.09.16.
|
| ArrayInput<T> |
Java objects array based input.
|
| ArrayOutput<T> |
A Java objects array output.
|
| AsyncRunnable |
|
| AsyncRunnable.State |
|
| AsyncRunnableBase |
|
| BinFileInput<T> |
An item input implementation deserializing something from the specified file.
|
| BinFileOutput<T> |
An item input implementation serializing something to the specified file.
|
| BinInput<T> |
The item input implementation deserializing the data items from the specified stream
|
| BinOutput<T> |
The item output implementation serializing something into the specified stream
|
| BufferedByteChannel |
|
| BufferedByteChannelBase |
|
| BufferedReadableByteChannel |
|
| BufferedWritableByteChannel |
|
| BufferingInputBase<T> |
An abstract input which is designed to load more items when it's needed to get more items.
|
| ByteCountOutputStream |
|
| CircularArrayBuffer<E> |
|
| CircularArrayBuffer.ListIteratorImpl<E> |
|
| CircularArrayInput<T> |
An array input which may use fixed count of the items for unlimited (circular) retrieving.
|
| CircularArrayOutput<T> |
An array output which may use fixed space for unlimited (circular) storing.
|
| CircularBuffer<E> |
|
| CircularListInput<T> |
An list which may use fixed count of the items for unlimited (circular) retrieving.
|
| CircularListOutput<T> |
The items output which may be written infinitely.
|
| ContextAwareThreadFactory |
Created by andrey on 23.08.17.
|
| ContextAwareThreadFactory.ContextAwareThread |
|
| DaemonBase |
Modifies the async runnable to make sure that all instances are closed by the special method.
|
| DirectMemUtil |
Utility methods to work with direct (off-heap) memory
|
| DummyClass |
|
| DummyClass |
|
| DummyClass |
|
| DummyClass |
|
| DummyClass |
|
| FileInput<T> |
A Java objects file input
|
| FileOutput<T> |
A Java objects file output
|
| FixedPortRmiSocketFactory |
Created by andrey on 15.07.17.
|
| Function2<A,B,Z> |
|
| Function3<A,B,C,Z> |
|
| Function4<A,B,C,D,Z> |
|
| IndexThrottle |
|
| InitCallable<V> |
A Callable which can be initialized and should be initialized before being invoked.
|
| Initializable |
Something what may be initialized once
|
| InitRunnable |
A Runnable which can be initialized and should be initialized before being invoked.
|
| Input<I> |
The Java objects input supporting the batch calls
|
| InputStreamWrapperChannel |
|
| InvalidRangeException |
Thrown in case of invalid range construction
|
| IoBuffer<T> |
An items buffer acting as input either output
|
| LimitedQueueBuffer<T> |
The blocking queue wrapped in order to act as output from the tail and as input from the head.
|
| Listable<T> |
Created on 01.08.16.
|
| ListingLRUMap<K,V> |
Created on 20.07.16.
|
| ListInput<T> |
Readable collection of the items.
|
| ListOutput<T> |
Writable collection of the items.
|
| MathUtil |
|
| NetUtil |
Created by kurila on 11.07.16.
|
| Output<I> |
The Java objects output supporting the batch calls
|
| OutputStreamWrapperChannel |
|
| Random |
Faster random implementation which uses the XorShift algorithm
|
| Range |
The range described with at least one bound (begin or end position) and optional size.
|
| RateThrottle |
A semaphore-like non-blocking throttle which permits at the given rate.
|
| SequentialWeightsThrottle |
Created by kurila on 29.03.16.
|
| SizeInBytes |
The class to represent some size data.
|
| SslContext |
Created by kurila on 12.05.16.
|
| TextFileInput |
Text file based lines input
|
| TextFileOutput |
Text file based lines output
|
| TextStreamInput |
The input implementation designed to read the text lines from the given input stream using BufferedReader
|
| TextStreamOutput |
The input implementation designed to write the text lines using BufferedWriter
|
| ThreadUtil |
Created by kurila on 09.09.15.
|
| Throttle |
Throttle can make a decision about the specified thing to pass or to wait.
|
| TreeUtil |
|
| TypeUtil |
|
| X509TrustAllManager |
Created by kurila on 12.05.16.
|