Uses of Class
java.lang.Package

Packages that use Package
java.lang Provides classes that are fundamental to the design of the Java programming language. 
 

Uses of Package in java.lang
 

Methods in java.lang that return Package
 Package Class.getPackage()
          Gets the package for this class.
static Package Package.getPackage(String name)
          Find a package by name in the callers ClassLoader instance.
static Package[] Package.getPackages()
          Get all the packages currently known for the caller's ClassLoader instance.