|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CollectionFilter<T> | Filter for elements in a collection. |
ComparisonStrategy | Describes the contract to implement a consistent comparison strategy that covers : - comparing two objects for equality and order - knowing if an object belongs to a group of objects (collection/array) - determining duplicates in a group of objects (collection/array) - string specific comparison |
Class Summary | |
---|---|
AbstractComparisonStrategy | Base implementation of ComparisonStrategy contract. |
Arrays | Utility methods related to arrays. |
Closeables | Utility methods related to . |
Collections | Utility methods related to collections. |
ComparatorBasedComparisonStrategy | Implements ComparisonStrategy contract with a comparison strategy based on a Comparator . |
Dates | Utility methods related to dates. |
Files | Utility methods related to files. |
Flushables | Utility methods related to . |
Introspection | Utility methods related to JavaBeans Introspection. |
Maps | Utility methods related to maps. |
Objects | Utility methods related to objects. |
StackTraces | Utility methods related to stack traces. |
StandardComparisonStrategy | Implements ComparisonStrategy contract with a comparison strategy based on Object.equals(Object)
method, it is also based on Comparable.compareTo(Object) when Object are Comparable method. |
Strings | Utility methods related to String s. |
Strings.StringsToJoin | Knows how to join String s using a given delimiter. |
Strings.StringToAppend | Knows how to append a given String to the given target, only if the target does not end with the
given String to append. |
Systems | System-related utilities. |
Throwables | Utility methods related to s. |
ToString | Obtains the toString representation of an object. |
TypeFilter<T> | Filters elements of a collection by their data type. |
Exception Summary | |
---|---|
FilesException | Exception thrown by . |
IntrospectionError | Error that occurred when using JavaBeans Instrospection. |
Annotation Types Summary | |
---|---|
VisibleForTesting | Indicates that the visibility of a type or member has been relaxed to make the code testable. |
General-purpose utilities used by FEST modules.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |