Class URIEncoding

All Implemented Interfaces:
Encoding<URI>, NaturalSortAware, Serializable, Comparator<URI>

public class URIEncoding extends StringConvertedEncoding<URI>
Non-null URI type. Null values are not supported by this class.

Note: sort order is not consistent with URI.compareTo().

See Also:
  • Constructor Details

    • URIEncoding

      public URIEncoding(EncodingId encodingId)