| Interface | Description |
|---|---|
| Characters | |
| Charsets |
Defines common charsets supported in all Java platforms.
|
| DigestAlgorithm |
Digest Algorithm string used by Java Security.
|
| ExpiryCollection<T> |
When adding elements to this collection type, we need to specify when the element
will be expired and removed from the collection.
|
| MultiValueMap<K,V> |
An interface defining a Map construct which supports multiple-values per key.
|
| SystemProperty |
This interface defines JVM properties which are accessed using
java.lang.System.getProperty() method.
|
| ToString |
Interface to define the contract for classes using the ToString framework.
|
| Class | Description |
|---|---|
| AbstractExpiryCollection<T> |
Abstract class providing all the basic functionality of ExpiryCollection
like cleaner thread and iterator.
|
| ArrayUtil | |
| Base58Util |
Class to compute the Base58 value of a long counter.
|
| BooleanUtil | |
| CharacterEscaper |
Escapes specified characters in string with a `\' prefix.
|
| CollectionsUtil | |
| DateUtil | |
| DigestUtil |
Convenience class for common hashing functionality.
|
| ExpiryArrayList<T> |
ArrayList implementation of ExpiryCollection
|
| ExpiryHashSet<T> |
A HashSet implementation of the ExpiryCollection.
|
| FileUtil |
Common functions using the java.io.File object.
|
| HexDump |
Code is derived from:
http://www.devdaily.com/java/jwarehouse/syslogd-2.2/source/com/ice/util/HexDump.java.shtml
|
| HexEncodeUtil |
Utility method to convert byte array to hex-encoded string.
|
| Implementation |
This is a service locator framework.
|
| JavaScript |
JavaScript functions in Java.
|
| MultiValueMapArrayList<K,V> |
This class does not implement java.util.Map<K, V> interface.
|
| MultiValueMapLinkedHashSet<K,V> | |
| NullOutputStream |
Originally written by Elliotte Rusty Harold for the book Java I/O 2nd edition.
|
| NullUtil | |
| OS | |
| RandomInputStream |
Originally written by Elliotte Rusty Harold for the book Java I/O 2nd edition.
|
| RandomUtil | |
| Rot13 |
An implementation of the ROT-13 algorithm.
|
| RotN |
This class is an implementation of the ROT-N algorithm.
|
| Statistics | |
| StreamUtil |
Common operations on java.io.Stream objects.
|
| StringUtil | |
| ToStringBuilder |
Builder class to generate the toString() output.
|
| URLEncoder |
Class provides encode and decode methods with UTF-8 encoding.
|
| XmlEntityEncode |
Convenience method to encode XML pre-defined entity characters.
|
| ZipUtil |
| Exception | Description |
|---|---|
| ImplementationLoadException |
Copyright © 2014. All rights reserved.