Item % of partially implemented % of fully implemented
java.net
89
URL(String, String, int, String) : void
URL(String, String, String) : void
URL(String, String, int, String, URLStreamHandler) : void
URL(String) : void
URL(URL, String) : void
getQuery() : String
getPath() : String
getUserInfo() : String
getAuthority() : String
getPort() : int
getDefaultPort() : int
getProtocol() : String
getHost() : String
getFile() : String
getRef() : String
equals(Object) : boolean
hashCode() : int
sameFile(URL) : boolean
toString() : String
toExternalForm() : String
toURI() : URI
openConnection() : URLConnection
openConnection(Proxy) : URLConnection
openStream() : InputStream
getContent() : Object
getContent(Class[]) : Object
setURLStreamHandlerFactory(URLStreamHandlerFactory) : void