public static class Localizers.EmptyLocalizer extends java.lang.Object implements Localizer
Localizer
that does nothing.Constructor and Description |
---|
Localizers.EmptyLocalizer() |
Modifier and Type | Method and Description |
---|---|
void |
localize(java.lang.Object item)
Localizes the provided
Object . |
public void localize(java.lang.Object item)
Localizer
Object
. The specific
meaning of localization
to be achieved is up
to the individual implementation.localize
in interface Localizer
item
- the Object
to localizeLocalizers