public static interface ExtensibleURIConverterImpl.URIMap extends java.util.Map<URI,URI>
Modifier and Type | Interface and Description |
---|---|
static interface |
ExtensibleURIConverterImpl.URIMap.Internal
An interface implemented by a
URI map that tracks changes by incrementing the modification count . |
Modifier and Type | Method and Description |
---|---|
URI |
getURI(URI uri)
Returns the remapped URI, or the URI itself.
|