See: Description
Interface | Description |
---|---|
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 |
HotSwapClassLoader |
A child first class loader that is used by the Project-X projects to load project local resources and classes
|
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.
|
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.