Interface | Description |
---|---|
GenericFilter<T> |
An interface which determines if the object of type
T should be accepted. |
Class | Description |
---|---|
ArrayUtils |
Assorted utility methods for arrays, usually with generics.
|
ColorFormatUtils |
Utility class for ColorFormats.
|
CommentedProperties |
Commented Properties, where it loads and saves comments as well.
Rules for general comments. |
FileUtils |
Different utilities for files.
|
FormattingUtils |
Utility class for formatting values
|
GenericFilterUtils |
Static method utilities for GenericFilter.
|
GeoUtils |
Java conversion of Geodesy representation conversion functions (c) Chris Veness 2002-2014
- www.movable-type.co.uk/scripts/latlong.html.
|
LinearRegression2D |
Makes a linear regression analysis on a list of
Point2D s'. |
ListUtils |
Static methods to convert X to sorted instances of
List<T> . |
MapUtils |
Static utility methods for Hashtables, HashMaps, HashSets and Map.
|
MathUtils |
Different Math utilities methods.
|
PasswordUtils |
Different utilities for PasswordPropertyType's.
|
PropertyNameComparator |
Compares to Property's by their name.
|
PropertyNameStartsWithFilter | |
PropertyUtils | |
RangeUtils |
Range Utility class for PropertyTypes which implements Range<T extends Comparable<T>>.
|
StringList |
Convenience class for a list of strings, extension of
ArrayList<String> . |
StringUtils |
Assorted string utility methods.
|
SystemOutUtils |
Helper class with a few static functions to print a list of lines to "somewhere".
|
URLUtils |
Different URL utility methods.
|
XmlErrorHandler |
Implementation of the
org.xml.sax.ErrorHandler interface. |
XMLUtils |
Assorted XML utility methods.
|