See: Description
| Interface | Description | 
|---|---|
| Wait.Condition | 
| Class | Description | 
|---|---|
| Base64 | 
 This class is a direct copy of code from Java8 for backwards compatibility with older JDKs. 
 | 
| Base64.Decoder | 
 This class implements a decoder for decoding byte data using the
 Base64 encoding scheme as specified in RFC 4648 and RFC 2045. 
 | 
| Base64.Encoder | 
 This class implements an encoder for encoding byte data using
 the Base64 encoding scheme as specified in RFC 4648 and RFC 2045. 
 | 
| CaseInsensitiveMap<V> | 
 A case insensitive map for  
java.lang.String keys. | 
| CaseInsensitiveSet | 
 A case insensitive set for  
java.lang.String elements. | 
| Collections | |
| Convert | 
 Convenience class for type conversions. 
 | 
| Escape | |
| HumanDate | 
 This is a helper class for converting distance bewteen two dates to a human format, like:
 "two days", "three months", etc. 
 | 
| Inflector | |
| JsonHelper | 
 Convenience class to convert JSON strings to and from objects. 
 | 
| RuntimeUtil | 
 Utility class to shell out system commands. 
 | 
| RuntimeUtil.Response | |
| Templator | 
 Simple implementation of small quick templates filled with dynamic data.
 An example of a template: 
 | 
| Util | |
| Wait | 
 Borrowed from Apache Artemis. 
 | 
| Exception | Description | 
|---|---|
| ConversionException | 
Copyright © 2020 JavaLite. All rights reserved.