@Deprecated public class ISBNValidator extends Object
ISBNValidator
.Constructor | Description |
---|---|
ISBNValidator() |
Deprecated.
Default Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
isValid(String isbn) |
Deprecated.
If the ISBN is formatted with space or dash separators its format is
validated.
|
public boolean isValid(String isbn)
isbn
- Candidate ISBN number to be validated. null
is
considered invalid.Copyright © 2002–2018. All rights reserved.