private static class SuffixSet.SuffixMapper extends Object implements CanonicalStringSet.Canonicalizer
| Modifier | Constructor and Description |
|---|---|
private |
SuffixSet.SuffixMapper() |
@CheckForNull public String map(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 © 2004-2011 Schlichtherle IT Services. All Rights Reserved.