Interface | Description |
---|---|
StringPool |
Pool of
String constants to prevent repeating of
hard-coded String literals in the code. |
StringTemplateParser.MacroResolver |
Macro value resolver.
|
Class | Description |
---|---|
AnnotationDataReader<A extends java.lang.annotation.Annotation,D extends AnnotationDataReader.AnnotationData<A>> |
Annotation reader reads an annotation and returns
annotation data object
populated with annotation element values. |
AnnotationDataReader.AnnotationData<N extends java.lang.annotation.Annotation> |
Base class for annotation data, for holding annotation elements values.
|
ArraysUtil |
More array utilities.
|
Base32 |
Base32 encoding.
|
Base64 |
The fastest Base64 encoder/decoder implementations.
|
BCrypt |
BCrypt implements OpenBSD-style Blowfish password hashing using
the scheme described in "A Future-Adaptable Password Scheme" by
Niels Provos and David Mazieres.
|
BinarySearch<E> |
Binary search wrapper over any type of user-defined collection.
|
Bits |
A copy of
java.io.Bits , which is for unknown reason package local. |
CharUtil |
Various character and character sequence utilities, including
char[] - byte[] conversions. |
ClassLoaderLocal<T> |
This class provides classloader-local variables.
|
ClassLoaderUtil |
Utilities to manipulate class path, define and find classes etc.
|
ClipboardUtil |
Clipboard utilities.
|
ComparableComparator<T extends java.lang.Comparable<T>> |
Comparator that adapts
Comparables to the Comparator interface. |
ConcurrentUtil |
Misc concurrent utilities.
|
CsvUtil |
Helps with CSV strings.
|
DateFormatSymbolsEx |
Simple holder for
DateFormatSymbols that doesn't create new array on each call. |
FastSort |
Fast sort.
|
HashCode |
Collected methods which allow easy implementation of
hashCode() . |
HtmlDecoder |
HTML decoder.
|
HtmlEncoder |
Encodes text and URL strings in various ways resulting HTML-safe text.
|
JmxClient |
Simple JMX client.
|
LocaleUtil |
Locale utilities.
|
LoopIterator |
Loop iterator.
|
MathUtil |
Various math utilities.
|
MimeTypes |
Map file extensions to MIME types.
|
MultiComparator<T> |
Multiple comparators compares using list of comparators.
|
NameValue<N,V> |
Simple name-value holder.
|
NaturalOrderComparator<T> |
Compares two strings in natural, alphabetical, way.
|
ObjectUtil |
Various object utilities.
|
ObjectXmlUtil |
Object to XML (de)serialization.
|
PrettyStringBuilder |
Constructs pretty string representation of object value.
|
PropertiesUtil |
Misc java.util.Properties utils.
|
RandomStringUtil |
Generates random strings.
|
ReflectUtil |
Various java.lang.reflect utilities.
|
ResourceBundleMessageResolver |
Resolves messages from resource bundles.
|
RuntimeUtil |
Runtime utilities.
|
StringBand |
StringBand is a faster alternative to StringBuilder . |
StringTemplateParser |
Parser for string macro templates.
|
StringUtil |
Various String utilities.
|
SystemUtil |
Various system utilities.
|
TextUtil |
Text is a string divided in lines.
|
ThreadUtil |
Thread utilities.
|
Tuple2<T1,T2> |
Simple tuple of two elements.
|
Tuple3<T1,T2,T3> |
Simple tuple of three elements.
|
URLCoder |
Encodes URLs better, significantly faster and more convenient.
|
URLCoder.Builder | |
URLDecoder |
URL decoder.
|
Wildcard |
Checks whether a string or path matches a given wildcard pattern.
|
Copyright © 2003-2013 Jodd Team