| Class | Description |
|---|---|
| AESUtils |
Helper methods to assist with encryption/decryption using AES that implements https://tools.ietf.org/html/rfc2898 style encryption/decryption with
some sane defaults.
|
| ArrayFoo | |
| CompressionUtils |
Helper class to compress/expand byte arrays.
|
| HashUtils | |
| IOUtils |
Opening files with pre java 8 io apis is kind of sucky due to the nested constructor calls.
|
| MapFactory |
Nice simple factory for creating maps quickly.
|
| MapFactory.SimpleEntry<KEY,VALUE> | |
| Math | |
| Md5Appender | |
| Md5Stream | |
| MdcContext | |
| MiscUtils | |
| PasswordHash | |
| PatternEvaluator<Input,Output> |
Simple Java lambda based implementation of Kotlin and Scala style pattern matching.
|
| PatternEvaluator.BoolExprPattern<I,O> |
If you want to match using a lambda function that produces a boolean this is what you use.
|
| PatternEvaluator.EqualsPattern<I,O> |
Allows you to produce patterns that simply compare the input to the value and produce the output when they are equal.
|
| StrategyEvaluator |
Copyright © 2016 Inbot. All Rights Reserved.