| Interface | Description |
|---|---|
| ClassLoaderStrategy |
Class loader strategy defines how classes should be loaded.
|
| DigestEngine |
Digest engines.
|
| StringPool |
Pool of
String constants to prevent repeating of
hard-coded String literals in the code. |
| Task |
Piece of code that that has no result and may throw an exception.
|
| Class | Description |
|---|---|
| AnnotationParser |
Annotation parser process an annotated elements and annotations.
|
| Annotations<A extends java.lang.annotation.Annotation> |
Annotations collector.
|
| ArraysUtil |
Array utilities.
|
| Base32 |
Base32 encoding.
|
| Base64 |
The fastest Base64 encoder/decoder implementations.
|
| BinarySearch<E> |
Binary search wrapper over any type of user-defined collection.
|
| BinarySearchBase |
Abstract binary search.
|
| Bits |
Part a copy of
java.io.Bits, which is for unknown reason package local. |
| CharArraySequence |
Simple
CharSequence wrapper of the char array. |
| CharSequenceUtil | |
| CharUtil |
Various character and character sequence utilities, including
char[] - byte[] conversions. |
| ClassLoaderStrategy.DefaultClassLoaderStrategy |
Default Jodd class loader strategy.
|
| ClassLoaderUtil |
Utilities to manipulate class path, define and find classes etc.
|
| ClassUtil |
Class utilities.
|
| CollectionUtil |
Some collection utilities.
|
| CsvUtil |
Helps with CSV strings.
|
| DigestEngine.JavaDigestEngine | |
| InExRules<V,P> |
Simple ruling engine for includes and excludes rules.
|
| MapEntry<K,V> |
Default
Map.Entry implementation. |
| MathUtil |
Various math utilities.
|
| NaturalOrderComparator<T> |
Probably the best natural strings comparator.
|
| PropertiesUtil |
Misc java.util.Properties utils.
|
| RandomString |
Class that generates random strings.
|
| ResourcesUtil | |
| StringTemplateMatcher | |
| StringTemplateMatcher.Match | |
| StringTemplateParser |
Parser for string macro templates.
|
| StringUtil |
String utilities.
|
| SystemInfo |
Various system information.
|
| SystemUtil | |
| ThreadFactoryBuilder |
Fluent
ThreadFactory builder. |
| ThreadUtil |
Thread utilities.
|
| TypeCache<T> |
Types cache.
|
| TypeCache.Builder<A> | |
| Util |
Some general utilities.
|
| Wildcard |
Checks whether a string or path matches a given wildcard pattern.
|
| Enum | Description |
|---|---|
| InExRules.InExType |