private static class SuffixSet.SuffixMapper extends java.lang.Object implements CanonicalStringSet.Canonicalizer
| Modifier | Constructor and Description |
|---|---|
private |
SuffixSet.SuffixMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
map(java.lang.Object o)
Returns the canonical form of
suffix or null
if the given suffix does not have a canonical form. |
@CheckForNull public java.lang.String map(java.lang.Object o)
suffix or null
if the given suffix does not have a canonical form.
An example of the latter case is the empty string.map in interface CanonicalStringSet.Canonicalizero - The Object to map to its canonical string representation.o or
null if the canonical string representation is
undefined.Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.