| Package | Description |
|---|---|
| java.lang |
| Modifier and Type | Method and Description |
|---|---|
Package |
Class.getPackage() |
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. |
Copyright © 2025 API Design. All Rights Reserved.