| Interface | Description |
|---|---|
| Comparative<T> |
The aim of this interface is to add
some convenience method to the
Comparable interface. |
| Emptily |
A class implements this interface to tell that may has a content
or may be empty.
|
| ToString.Configuration |
Contains the information needed by the
ToString.Printer
to know how to build the String representation of an object. |
| ToString.Configurator |
Implementation of the
Pattern Builder with the
purpose to properly create a ToString.Configuration. |
| ToString.Printer |
Represents a printer able to build the
String
representation of an object using the given
ToString.Configuration. |
| Class | Description |
|---|---|
| Equals |
This utility class is intended to be used inside the method
Object.equals(Object) of a class. |
| Hashcode |
This utility class is intended to be used inside the method
Object.hashCode() of a class. |
| Is |
This class consists of
static utility methods intended
to operate boolean checks on objects. |
| IsNot |
This class consists of
static utility methods intended
to operate boolean checks on objects. |
| Require |
Assertion utility class that assists in validating arguments.
|
| ToString |
This utility class is intended to be used inside the method
Object.toString() of a class. |
| ToString.Configuration.Field |
Represents a field to be displayed
in the resulting
String. |
| Exception | Description |
|---|---|
| RequirementFailure |
This error is created by the {
Require utility
class if a given requirement fails. |
Copyright © 2011–2020 Nerd4j. All rights reserved.