org.apache.tools.ant.taskdefs.optional.extension
public final class DeweyDecimal extends DeweyDecimal
Constructor Summary | |
---|---|
DeweyDecimal(int[] components)
Construct a DeweyDecimal from an array of integer components.
| |
DeweyDecimal(String string)
Construct a DeweyDecimal from string in DeweyDecimal format.
|
Parameters: components an array of integer components.
Parameters: string the string in dewey decimal format
Throws: NumberFormatException if string is malformed