Class URLString

  • All Implemented Interfaces:
    java.lang.Comparable

    
    public class URLString
     implements Comparable<T>
                        

    Helper class to allow URLs to be stored in Collections without incurring the cost of the hostname lookup performed by the URL methods equals() and hashCode() URL is a final class, so cannot be extended ...

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final URL url
    • Constructor Summary

      Constructors 
      Constructor Description
      URLString(URL u)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description