Interface | Description |
---|---|
CollectionFilter<T> |
Filters elements in a collection.
|
Class | Description |
---|---|
Arrays |
Utility methods related to arrays.
|
Closeables |
Utility methods related to
Closeable . |
Collections |
Utility methods related to
Collection s. |
Dates |
Utility methods related to dates.
|
FailureMessages | |
Files |
Utility methods related to files.
|
Flushables |
Utility methods related to
. |
Introspection |
Utility methods related to JavaBeans Introspection.
|
Iterables |
Utility methods related to
Iterable s. |
Lists |
Utility methods related to
java.util.List s. |
Maps |
Utility methods related to maps.
|
Objects |
Utility methods related to objects.
|
Preconditions |
Verifies correct argument values and state.
|
Sets |
Utility methods related to
Set s. |
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. |
SystemProperties |
System properties.
|
TextFileWriter | |
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.
|
Types |
Utilities related to Java data types.
|
Exception | Description |
---|---|
FilesException |
Exception thrown by
. |
IntrospectionError |
Error that occurred when using JavaBeans
Instrospection.
|
Annotation Type | Description |
---|---|
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.
Copyright © 2007–2014. All rights reserved.