A namer is capable of providing a name based on some inherent characteristic of an object.
- The type of object that the namer can nameModifiers | Name | Description |
---|---|---|
static class |
Namer.Comparator |
A comparator implementation based on the names returned by the given namer. |
Type | Name and description |
---|---|
String |
determineName(T object) Determines the name of the given object. |
Determines the name of the given object.
object
- The object to determine the name of