All Classes Interface Summary Class Summary
Class |
Description |
AbstractFileStorage<K,V> |
Abstract Implementation of Storage Interface for storing objects in the TEMP folder of the file system
|
AdvancedCsvProcessor<T> |
|
AdvancedCsvProcessorConfig |
|
AtomicDouble |
|
AtomicFloat |
|
Autoboxers |
Class containing utility functionality for reflection based programming with primitive and boxing types
|
BackwardCollectionTransformer<FROM,TO> |
Generic interface for a reversed unidirectional Transformer between a collection of a class to collection of another
|
BackwardTransformer<FROM,TO> |
Generic interface for a reversed unidirectional Transformer between a class to another
|
CastUtils |
Helper class for casting
|
CollectionUtils |
|
CopyUtils |
Util class defining functions to create copies of other objects.
|
CSVProcessor<T> |
Class for accessing domain classes in CSV files.
|
CsvProcessorConfigBuilder |
|
CSVReader<T> |
Interface for a CSV file reader
|
CSVWriter<T> |
Interface for writing elements to a CSV file
|
ExceptionUtils |
Util class for Exception handling
|
FileUtils |
Utility class for files
|
FilterStreamUtils |
Class that contains different filter helper functions for Stream s
|
ForwardCollectionTransformer<FROM,TO> |
Generic interface for a unidirectional Transformer between collection of a class to collection of another
|
ForwardTransformer<FROM,TO> |
Generic interface for a unidirectional Transformer between a class to another
|
FunctionUtil |
|
GenericFileStorage<V extends Serializable> |
Description: Generic Implementation of the AbstractFileStorage
|
GenericSlidingWindow<I,O> |
GenericSlidingWindow
|
LambdaContainer<T> |
Helper class that contains a value so it can be modified inside of a lambda expression
|
MapUtils |
Class that helps adds some comfort functions to Map s with the usage of Stream s
|
MathUtils |
Utility class for different math related operations
|
MinMax<T> |
Optional-like Wrapper class for wrapping two values: a min and a max value
|
ObjectToPropertyMapTransformer |
Transformer to transform an kind of object into a property map
|
Pair<S,T> |
Pair class to store two value
|
PropertyMapperCreator<From,To> |
This class creates a PropertyMapper, that is based on the ideas of Andreas Schuler PropertyMapper from the archetype
|
RandomUtils |
Provides functions to generate random numbers
|
ReflectionCSVProcessor<T> |
Reflection based implementation for reading/writing CSV files.
|
ReflectionUtils |
Utility class for reflection based stuff
|
SafeFieldHandle<T,U> |
SafeFieldHandle
|
SlidingWindow<T> |
SlidingWindow
|
SlidingWindowMedian<T extends Comparable<T>> |
SlidingWindowMedian
|
Storage<K,V> |
Storage Interface for storing objects
|
StringUtils |
Different Util methods for String
|
SubsetSlidingWindow<T> |
SubsetSlidingWindow
|
ThrowingFunction<T,R> |
Implementation of Function to allow also exceptions
|
ThrowingSupplier<T> |
Implementation of Supplier to allow also exceptions
|
ToBooleanBiFunction<T,U> |
Represents a function that accepts two arguments and produces an boolean-valued
result.
|
Transformer<FROM,TO> |
Generic interface for a bidirectional Transformer between a domain class and a TO class or collections of those classes
|
TriConsumer<T,U,V> |
TriConsumer for consuming three elements
|
TriFunction<T,U,V,R> |
Represents a function that accepts three arguments and produces a result.
|
ZeroBufferedSlidingWindowMedian |
ZeroBufferedSlidingWindowMedian
|