See: Description
| Interface | Description |
|---|---|
| MutableNumber |
This interface defines the basic template of a wrapper which provides mutable access
to a value
|
| Pair<L,R> |
Interface for a data structure containing 2 related objects
|
| Trio<L,M,R> |
Interface for a data structure containing 3 related objects
|
| TypedConvertibleMap<K,V> |
A
Map declaring the ability to convert its values on the fly when retrieving them |
| Class | Description |
|---|---|
| CommonUtils |
This class contains common utility methods
|
| ContextClassLoaderSwitcher |
Switches the context class loader to the new class loader and removes it with a auto closeable making it easily
usable in try with resources
|
| ConvertibleValueMap |
A
Map implementation that supports converting values into different types |
| LazyStack<T> |
This is a wrapper implementation for the
Stack, which will construct the actual stack object only at the
first push operation |
| ListUtils |
Utility class for handling Java list data structures
|
| MapUtils |
Utility class for handling Java map data structures
|
| MultiValueMap<K,V> |
A Map implementation that could hold multiple duplicates for a given key.
|
| MutableInteger |
This class is a wrapper for a mutable int
|
| StringPair | |
| StringTrio | |
| SunJVMInfo |
Contains all Sun JVM specific code, and would be loaded only when the Sun JDK is detected
|
| Tuple<L,R> |
A generified value tuple data structure implementation
|
| TypeUtils |
A set of utilities that helps type conversions and other generic type related processing of Java types
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.