Interface | Description |
---|---|
InExRuleMatcher<T,R> |
Rule matcher.
|
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 |
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.
|
BinarySearchBase |
Abstract binary search.
|
Bits |
Part a copy of
java.io.Bits , which is for unknown reason package local. |
Chalk<T extends Chalk> |
Chalk allows you to color output going to console.
|
Chalk256 |
Chalk256 allows you to color output going to ansi-256 console.
|
CharUtil |
Various character and character sequence utilities, including
char[] - byte[] conversions. |
ClassLoaderUtil |
Utilities to manipulate class path, define and find classes etc.
|
CollectionUtil |
Some collection utilities.
|
CommandLine |
Simple tool to easily execute native applications.
|
ComparableComparator<T extends java.lang.Comparable<T>> |
Comparator that adapts
Comparables to the Comparator interface. |
CsvUtil |
Helps with CSV strings.
|
DateFormatSymbolsEx |
Simple holder for
DateFormatSymbols that doesn't create new array on each call. |
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.
|
InExRules<T,R> |
One-class rule engine for includes/excludes logic.
|
InExRules.Rule<R> |
Rule definition.
|
LocaleUtil |
Locale utilities.
|
LoopIterator |
Loop iterator that provides various counting data about the loop cycles.
|
MathUtil |
Various math utilities.
|
MimeTypes |
Map file extensions to MIME types.
|
MultiComparator<T> |
Multiple comparators compares using list of comparators.
|
MurmurHash3 |
MurmurHash3 128bits.
|
MurmurHash3.HashValue |
128 bits of state.
|
NameValue<N,V> |
Simple name-value holder.
|
NaturalOrderComparator<T> |
Compares two strings in natural, alphabetical, way.
|
ObjectUtil |
Various object utilities.
|
PBKDF2Hash | |
PrettyStringBuilder |
Constructs pretty string representation of object value.
|
PropertiesUtil |
Misc java.util.Properties utils.
|
RandomString |
Class that generates random strings.
|
ReflectUtil |
Various java.lang.reflect utilities.
|
ResourceBundleMessageResolver |
Resolves messages from resource bundles.
|
RuntimeUtil |
Runtime utilities.
|
RuntimeUtil.ProcessResult | |
StringBand |
StringBand is a faster alternative to StringBuilder . |
StringTemplateParser |
Parser for string macro templates.
|
StringUtil |
Various String utilities.
|
SystemUtil |
System utilities.
|
ThreadUtil |
Thread utilities.
|
UnsafeUtil |
Few methods using infamous
java.misc.Unsafe , mostly for private use. |
URLCoder |
Encodes URLs correctly, significantly faster and more convenient.
|
URLCoder.Builder | |
URLDecoder |
URL decoder.
|
Util |
Some general utilities.
|
Wildcard |
Checks whether a string or path matches a given wildcard pattern.
|
Copyright © 2003-2013 Jodd Team