abstract class StandardNumberSpi
extends java.lang.Object
Constructor and Description |
---|
StandardNumberSpi() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone if the implementation is cloneable.
|
static StandardNumber |
getInstance(java.lang.Package thePackage,
java.lang.ClassLoader classLoader,
java.lang.String type) |
static StandardNumber |
getInstance(java.lang.String type) |
public static StandardNumber getInstance(java.lang.String type) throws NoSuchStandardNumberException
NoSuchStandardNumberException
public static StandardNumber getInstance(java.lang.Package thePackage, java.lang.ClassLoader classLoader, java.lang.String type) throws NoSuchStandardNumberException
NoSuchStandardNumberException
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
Returns a clone if the implementation is cloneable.
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if this is called on an
implementation that does not support Cloneable