Returns the fully qualified name of this package. This is also known as the package's canonical name.
Returns:
the fully qualified name of this package, or an
empty name if this is an unnamed package
public boolean
isUnnamed
()
Returns true is this is an unnamed package and false otherwise.
Returns true is this is an unnamed package and false otherwise.
Returns:
{@code true} is this is an unnamed package and {@code
false} otherwise