java.lang
Class Package
java.lang.Object
|
+--java.lang.Package
- public synchronized class Package
- extends Object
getName
public String getName()
getSpecificationTitle
public String getSpecificationTitle()
getSpecificationVersion
public String getSpecificationVersion()
getSpecificationVendor
public String getSpecificationVendor()
getImplementationTitle
public String getImplementationTitle()
getImplementationVersion
public String getImplementationVersion()
getImplementationVendor
public String getImplementationVendor()
isSealed
public boolean isSealed()
isSealed
public boolean isSealed(URL)
isCompatibleWith
public boolean isCompatibleWith(String)
throws NumberFormatException
NumberFormatException
getPackage
public static Package getPackage(String)
getPackages
public static Package[] getPackages()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Description copied from class:
Object
- Returns the empty string. It's here to satisfy javac.
- Overrides:
toString
in class Object