All Classes Interface Summary Class Summary Enum Summary
Class |
Description |
ArrayUtils |
Array utilities
|
AutoCloseableResource |
This class intend to convert any resource that needs to be closed but does not implement AutoCloseable to a Closeable resource in order to be able to use into a Try-With-Resource structure
|
EnumerationSpliterator<T> |
Enumeration spliterator ORDERED, NONNULL and IMMUTABLE utility class
|
FastDropLastQueue<T> |
Concurrent queue that keeps the same size whatever adds done by droping the extra elements from the head
This implementation is very fast but can overflow the initial size
|
Figlet |
Figlet java implementation
Documentation:
|
GenericTextParser |
Generic type text parser and formatter
|
LambdaUnchecker |
Utility class to hide checked exceptions.
|
LambdaUnchecker.BiConsumerWithExceptions<T,U,E extends Exception> |
Functional interface for biconsumers with checked exceptions
|
LambdaUnchecker.ConsumerWithExceptions<T,E extends Exception> |
Functional interface for consumers with checked exceptions
|
LambdaUnchecker.FunctionWithExceptions<T,R,E extends Exception> |
Functional interface for functions with checked exceptions
|
LambdaUnchecker.RunnableWithExceptions<E extends Exception> |
Functional interface for runnables with checked exceptions
|
LambdaUnchecker.SupplierWithExceptions<T,E extends Exception> |
Functional interface for suppliers with checked exceptions
|
MemorySeekableByteChannel |
Creates a seekable byte channel stored in memory
|
ObjectFactory<T> |
Factory to create objects looking for the appropiate constructor
|
PaginatedSpliterator<T> |
Spliterator implementation that populates new data to the stream by calling recurrently a provided page supplier.
|
PrimitiveTypeConverter |
This enumerated allows to convert primitive types to it's corresponding class type
int - Integer, float - Float...
|
SimpleFormat |
Helper class for internal use only
Please keep in mind that this class can be changed, renamed, deleted or extended without previous advice between fix releases, minor versions or major versions
|
Stringify |
To string utility converter
|
Tuple<A,B> |
Immutable object to keep context of two values
|
YAMLPropertyReader |
Simple yaml parser to convert to key-value pairs
Important notes:
Multi-document yaml not supported (please avoid the triple-hyphens syntax)
|
YAMLPropertyReader.Property |
Returned property
|
YAMLPropertyWriter |
Property writer to yaml
|
YAMLPropertyWriter.Property |
Input property
|
YAMLPropertyWriter.YamlEntry |
Internal class to store each property tree name with the key and value
|